Hackerone Reports
223 subscribers
727 links
Last Check 2026-09-16 15:45:01
Download Telegram
🎯 New Report #3101986: UI flaw allows unauthorized users to add documents to restricted folders
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: qatada
πŸ’Ό Team: Dust
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-20
⏰ Disclosed: 2025-04-23 19:26:44
πŸ“ Summary: The UI flaw allowed unauthorized users to add documents to restricted folders. The vulnerability bypassed intended permissions and could lead to unauthorized access or data integrity issues.
@hackeronereports
🎯 New Report #3018307: Groups module can halt chain when handling a proposal with malicious group weights
πŸ”ΊSeverity: High
πŸ‘½ Reporter: vakzz
πŸ’Ό Team: Cosmos
πŸ’΅ Bounty: 15000
πŸ• Submitted: 2025-02-28
⏰ Disclosed: 2025-04-23 23:00:29
πŸ“ Summary: The Cosmos SDK's groups module contained a vulnerability that could cause a chain to halt when handling a proposal with malicious group weights. The issue was triggered by a division operation that could fail due to the exponent of the resulting value being out of range, leading to a panic and chain halt. This was possible because there were no limits on group member weights, allowing the creation of malicious weights that could trigger the vulnerability.
@hackeronereports
🎯 New Report #2926361: Non-Production API Endpoints for the ssm Service Fail to Log to CloudTrail Resulting in Silent Permission Enumeration
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: nick frichette dd
πŸ’Ό Team: AWS VDP
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-01-07
⏰ Disclosed: 2025-04-24 01:39:40
πŸ“ Summary: The non-production API endpoints for the ssm service were found to fail to log to CloudTrail, resulting in silent permission enumeration. Eighteen non-production endpoints were identified that can be used with standard IAM credentials without generating CloudTrail logs.
@hackeronereports
🎯 New Report #3103755: Privilege Escalation in Edit and Create Secret Endpoints Leads to Unauthorized Secret Modification
πŸ”ΊSeverity: High
πŸ‘½ Reporter: 0xsom3a
πŸ’Ό Team: Dust
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-22
⏰ Disclosed: 2025-04-24 06:43:15
πŸ“ Summary: A vulnerability was discovered where a user with the Builder role could list all existing secret names, create new secrets, and overwrite existing secrets by using the same name. This behavior violated permission boundaries and led to privilege escalation, potentially enabling unauthorized access to sensitive data.
@hackeronereports
🎯 New Report #3021451: Non-Production API Endpoint for the ElastiCache Service Fails to Log to CloudTrail Resulting in Silent Permission Enumeration
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: nick frichette dd
πŸ’Ό Team: AWS VDP
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-03-03
⏰ Disclosed: 2025-04-25 16:23:03
πŸ“ Summary: The ElastiCache service contains a non-production API endpoint that allows for permission enumeration without logging to CloudTrail. This could enable an adversary with compromised credentials to silently test the permissions of the credentials.
@hackeronereports
🎯 New Report #2972435: Non-Production API Endpoints for the cloudwatch Service Fail to Log to CloudTrail Resulting in Silent Permission Enumeration
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: nick frichette dd
πŸ’Ό Team: AWS VDP
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-02-03
⏰ Disclosed: 2025-04-25 16:22:10
πŸ“ Summary: The vulnerability allows adversaries to silently enumerate permissions of compromised AWS credentials for the CloudWatch service without generating logs in CloudTrail. Two non-production API endpoints were identified that can be accessed with standard IAM credentials but do not log the activity. This could enable stealthy permission discovery by adversaries.
@hackeronereports
🎯 New Report #3031512: Non-Production API Endpoints for the Glue Service Fail to Log to CloudTrail Resulting in Silent Permission Enumeration
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: nick frichette dd
πŸ’Ό Team: AWS VDP
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-03-11
⏰ Disclosed: 2025-04-25 16:21:40
πŸ“ Summary: The AWS Glue service was found to have 12 non-production API endpoints that could be accessed using standard IAM credentials without generating any CloudTrail logs. This allowed for silent permission enumeration, where an adversary could determine the permissions of compromised credentials without leaving any trace.
@hackeronereports
🎯 New Report #2974850: CVE-2025-0725: Heap overflow in curl with Content-Encoding gzip and old libz versions
πŸ”ΊSeverity: Low
πŸ‘½ Reporter: z2
πŸ’Ό Team: Internet Bug Bounty
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-02-05
⏰ Disclosed: 2025-04-27 13:53:37
πŸ“ Summary: A vulnerability was reported in the curl project, where a heap overflow could be triggered by a malicious HTTP server serving abnormally large gzip headers. The vulnerability was caused by an integer overflow in curl's support for old libz versions when the Content-Encoding: gzip header was used. The vulnerability was assigned the CVE identifier CVE-2025-0725 and was classified as low severity.
@hackeronereports
🎯 New Report #2987782: Possible DoS by memory exhaustion in net/imap
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: manun
πŸ’Ό Team: Internet Bug Bounty
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-02-11
⏰ Disclosed: 2025-04-27 13:45:48
πŸ“ Summary: The net-imap gem implemented an IMAP client in Ruby. Versions prior to 0.3.8, 0.4.19, and 0.5.6 contained a vulnerability that could lead to denial of service by memory exhaustion. The vulnerability was caused by the response parser using Range#to a to convert uid-set data without limiting the expanded size of the ranges. This vulnerability has been assigned the CVE identifier CVE-2025-25186.
@hackeronereports
🎯 New Report #3108869: Denial of Service by memory exhaustion in net/imap
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: masamune
πŸ’Ό Team: Internet Bug Bounty
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-26
⏰ Disclosed: 2025-04-27 15:10:47
πŸ“ Summary: A vulnerability was discovered in the net-imap library that allowed denial of service by memory exhaustion. The vulnerability was caused by the library automatically reading and allocating memory for the size of "literal" strings sent by the server, without any limit on the size. This could be exploited by a malicious server to cause the program to crash or system instability.
@hackeronereports
🎯 New Report #3031518: CVE-2025-24813: Remote Code Execution and/or Information disclosure and/or malicious content added to uploaded files via write enabled Default Servlet
πŸ”ΊSeverity: High
πŸ‘½ Reporter: sw0rd1ight
πŸ’Ό Team: Internet Bug Bounty
πŸ’΅ Bounty: 4323
πŸ• Submitted: 2025-03-11
⏰ Disclosed: 2025-04-27 14:53:24
πŸ“ Summary: The Apache Tomcat vulnerability CVE-2025-24813 allowed remote code execution and information disclosure. The vulnerability was caused by a combination of features, including writes enabled for the default servlet, support for partial PUT requests, and the use of Tomcat's file-based session persistence with the default storage location. If these conditions were met, a malicious user could have taken advantage of the vulnerability.
@hackeronereports
🎯 New Report #3013913: [CVE-2025-27219 Denial of Service in CGI::Cookie.parse](https://hackerone.com/reports/3013913)
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: lio346
πŸ’Ό Team: Internet Bug Bounty
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-02-26
⏰ Disclosed: 2025-04-27 14:27:52
πŸ“ Summary: A denial-of-service vulnerability was discovered in the CGI::Cookie.parse method of the Ruby cgi gem. The vulnerability was caused by the method taking super-linear time to parse a maliciously crafted cookie string. This could have led to service disruptions. The vulnerability was assigned the CVE identifier CVE-2025-27219.
@hackeronereports
🎯 New Report #3094406: Heap‑based buffer overflow in curl -K <config file> allows arbitrary write .
πŸ”ΊSeverity: High
πŸ‘½ Reporter: bsr13
πŸ’Ό Team: curl
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-15
⏰ Disclosed: 2025-04-27 16:00:11
πŸ“ Summary: null
@hackeronereports
🎯 New Report #3002543: CVE-2024-43398: DoS vulnerability in REXML
πŸ”ΊSeverity: Low
πŸ‘½ Reporter: l33thaxor
πŸ’Ό Team: Internet Bug Bounty
πŸ’΅ Bounty: 505
πŸ• Submitted: 2025-02-19
⏰ Disclosed: 2025-04-27 16:57:59
πŸ“ Summary: The CVE-2024-43398 vulnerability was a denial-of-service issue in the REXML library due to poor performance when parsing specially crafted XML. This vulnerability was addressed with a patch released by the Ruby team.
@hackeronereports
🎯 New Report #3082917: Possible Sensitive Session Information Leak in Active Storage
πŸ”ΊSeverity: High
πŸ‘½ Reporter: tyage
πŸ’Ό Team: Internet Bug Bounty
πŸ’΅ Bounty: 4323
πŸ• Submitted: 2025-04-08
⏰ Disclosed: 2025-04-27 22:55:36
πŸ“ Summary: There was a possible sensitive session information leak in Active Storage. Active Storage incorrectly sent the user's session cookie along with a Cache-Control: public header when serving files (blobs). This allowed certain caching proxies to cache the response, including the Set-Cookie header, potentially exposing the original user's session cookie to unrelated users.
@hackeronereports
🎯 New Report #3103849: Privilege Escalation leads to Unauthorized Access to Private Conversations By any Regular user [Read , Edit and Delete](https://hackerone.com/reports/3103849)
πŸ”ΊSeverity: Critical
πŸ‘½ Reporter: 0xsom3a
πŸ’Ό Team: Dust
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-22
⏰ Disclosed: 2025-04-29 11:01:20
πŸ“ Summary: null
@hackeronereports
🎯 New Report #3102890: User Limit Bypass via Pending Invitations in Workspace System
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: qatada
πŸ’Ό Team: Dust
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-21
⏰ Disclosed: 2025-04-29 10:21:07
πŸ“ Summary: The platform's workspace user limit was found to be vulnerable to bypass through the use of pending invitations. Users were able to join a workspace by signing up with an invited email, even after the workspace had reached its user limit for the current subscription tier. This allowed an unlimited number of users to be added to a restricted workspace, potentially impacting the platform's revenue model.
@hackeronereports
🎯 New Report #3104355: Race Condition in Folder Creation Allows Bypassing Folder Limit
πŸ”ΊSeverity: Medium
πŸ‘½ Reporter: 0xsom3a
πŸ’Ό Team: Dust
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-22
⏰ Disclosed: 2025-04-29 10:17:40
πŸ“ Summary: The application enforced a hard limit of 10 folders per user under a specific space. However, due to a race condition, it was possible to bypass this limit by sending multiple folder creation requests simultaneously after deleting one folder. This allowed creating more than 10 folders, breaking the intended restriction.
@hackeronereports
🎯 New Report #3114132: Broken Access Control Exposes Email Verification Status and Privacy Settings via API Endpoint
πŸ”ΊSeverity: Low
πŸ‘½ Reporter: ctrl cipher
πŸ’Ό Team: WakaTime
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-26
⏰ Disclosed: 2025-04-29 12:45:03
πŸ“ Summary: The /api/v1/users/{username} endpoint leaked sensitive email-related metadata, such as the user's email confirmation status and privacy settings, without proper authorization checks. This allowed attackers to determine whether an account's email address was confirmed and the user's email privacy preferences, even if the email itself was hidden.
@hackeronereports
🎯 New Report #3051155: Information disclosure on IBM training service endpoint
πŸ”ΊSeverity: null
πŸ‘½ Reporter: thpless
πŸ’Ό Team: IBM
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-09
⏰ Disclosed: 2025-04-29 14:57:05
πŸ“ Summary: The IBM training service endpoint had an information disclosure vulnerability that was reported to IBM, analyzed, and remediated. The vulnerability was discovered and reported by an external researcher.
@hackeronereports
🎯 New Report #3117697: Double Free Vulnerability in `libcurl` Cookie Management (`cookie.c`)
πŸ”ΊSeverity: null
πŸ‘½ Reporter: tannicarcher
πŸ’Ό Team: curl
πŸ’΅ Bounty: null
πŸ• Submitted: 2025-04-29
⏰ Disclosed: 2025-04-29 21:16:18
πŸ“ Summary: null
@hackeronereports