Re-entrant `nghttp2_session_mem_send()` during `nghttp2_session_mem_recv()` causes heap-use-after-free in Node.js HTTP/2
πΉ Severity: High
πΉ Weakness: Use After Free
πΉ Reported To: Node.js
πΉ Reported By: hahahkim
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:15pm (UTC)
π Source: HackerOne
A flaw was discovered in the Node.js HTTP/2 implementation that allowed the `nghttp2_session_mem_send()` function to be called re-entrantly while `nghttp2_session_mem_recv()` was executing, resulting in a heap-use-after-free vulnerability. This issue affected Node.js versions 26.x, 24.x, and 22.x.
π Read full report
πΉ Severity: High
πΉ Weakness: Use After Free
πΉ Reported To: Node.js
πΉ Reported By: hahahkim
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:15pm (UTC)
π Source: HackerOne
A flaw was discovered in the Node.js HTTP/2 implementation that allowed the `nghttp2_session_mem_send()` function to be called re-entrantly while `nghttp2_session_mem_recv()` was executing, resulting in a heap-use-after-free vulnerability. This issue affected Node.js versions 26.x, 24.x, and 22.x.
π Read full report
node:sqlite SQLTagStore Iterator Replay Lets Attacker Re-Execute Victim-Bound Writes Indefinitely
πΉ Severity: Medium
πΉ Weakness: Time-of-check Time-of-use (TOCTOU) Race Condition
πΉ Reported To: Node.js
πΉ Reported By: cantina-security
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:15pm (UTC)
π Source: HackerOne
A flaw was discovered in the node:sqlite package for Node.js that allowed a stale StatementSyncIterator created through DatabaseSync#createTagStore() to continue executing a cached prepared statement after it had been reset and rebound with new parameters. The vulnerability was caused by the SQLTagStore feature resetting cached statements using sqlite3_reset() directly, bypassing the iterator invalidation mechanismβ¦
π Read full report
πΉ Severity: Medium
πΉ Weakness: Time-of-check Time-of-use (TOCTOU) Race Condition
πΉ Reported To: Node.js
πΉ Reported By: cantina-security
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:15pm (UTC)
π Source: HackerOne
A flaw was discovered in the node:sqlite package for Node.js that allowed a stale StatementSyncIterator created through DatabaseSync#createTagStore() to continue executing a cached prepared statement after it had been reset and rebound with new parameters. The vulnerability was caused by the SQLTagStore feature resetting cached statements using sqlite3_reset() directly, bypassing the iterator invalidation mechanismβ¦
π Read full report
dns.resolveAny() Aborts the Node.js Process When a DNS Response Contains More Than 256 A Records
πΉ Severity: Medium
πΉ Weakness: Uncontrolled Resource Consumption
πΉ Reported To: Node.js
πΉ Reported By: cantina-security
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:16pm (UTC)
π Source: HackerOne
A flaw in Node.js was discovered where the dns.resolveAny() function aborted the Node.js process when a DNS response contained more than 256 A records.
π Read full report
πΉ Severity: Medium
πΉ Weakness: Uncontrolled Resource Consumption
πΉ Reported To: Node.js
πΉ Reported By: cantina-security
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:16pm (UTC)
π Source: HackerOne
A flaw in Node.js was discovered where the dns.resolveAny() function aborted the Node.js process when a DNS response contained more than 256 A records.
π Read full report
Reachable assertion in node:zlib sync API crashes the entire process via spoofed TypedArray byteLength (all 11 *Sync functions affected)
πΉ Severity: Medium
πΉ Weakness: Uncontrolled Resource Consumption
πΉ Reported To: Node.js
πΉ Reported By: byvini
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:16pm (UTC)
π Source: HackerOne
A flaw was discovered in the synchronous Node.js zlib APIs that allowed a spoofed TypedArray byteLength to trigger a reachable assertion, causing the entire process to crash. All 11 synchronous zlib functions were affected.
π Read full report
πΉ Severity: Medium
πΉ Weakness: Uncontrolled Resource Consumption
πΉ Reported To: Node.js
πΉ Reported By: byvini
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:16pm (UTC)
π Source: HackerOne
A flaw was discovered in the synchronous Node.js zlib APIs that allowed a spoofed TypedArray byteLength to trigger a reachable assertion, causing the entire process to crash. All 11 synchronous zlib functions were affected.
π Read full report
HTTP Request Smuggling via Silent Header Truncation in Node.js HTTP Parser
πΉ Severity: Low
πΉ Weakness: HTTP Request Smuggling
πΉ Reported To: Node.js
πΉ Reported By: yushengchen
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:16pm (UTC)
π Source: HackerOne
A flaw in the Node.js HTTP client was discovered that could cause a request desynchronization for Node.js-based forwarding proxies. The issue was caused by the Node.js HTTP parser omitting headers beyond the configured limit from the visible request headers, while still using those headers internally for HTTP message framing. This vulnerability was found to affect all supported Node.js release lines.
π Read full report
πΉ Severity: Low
πΉ Weakness: HTTP Request Smuggling
πΉ Reported To: Node.js
πΉ Reported By: yushengchen
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 2:16pm (UTC)
π Source: HackerOne
A flaw in the Node.js HTTP client was discovered that could cause a request desynchronization for Node.js-based forwarding proxies. The issue was caused by the Node.js HTTP parser omitting headers beyond the configured limit from the visible request headers, while still using those headers internally for HTTP message framing. This vulnerability was found to affect all supported Node.js release lines.
π Read full report
Author β stored XSS in wp-admin: unescaped sub-size filename from attachment metadata breaks out of the `src` attribute in `get_media_item()`
πΉ Severity: Critical
πΉ Weakness: Cross-site Scripting (XSS) - Stored
πΉ Reported To: WordPress
πΉ Reported By: jakubk
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 4:38pm (UTC)
π Source: HackerOne
A vulnerability was discovered in the WordPress media upload and finalize endpoints. An author could upload a crafted image with a malicious filename, which was then stored verbatim by the endpoint and rendered without proper escaping in the WordPress admin media library. This could allow the execution of arbitrary JavaScript in the context of an administrator's browser session.
π Read full report
πΉ Severity: Critical
πΉ Weakness: Cross-site Scripting (XSS) - Stored
πΉ Reported To: WordPress
πΉ Reported By: jakubk
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 4:38pm (UTC)
π Source: HackerOne
A vulnerability was discovered in the WordPress media upload and finalize endpoints. An author could upload a crafted image with a malicious filename, which was then stored verbatim by the endpoint and rendered without proper escaping in the WordPress admin media library. This could allow the execution of arbitrary JavaScript in the context of an administrator's browser session.
π Read full report
Author β arbitrary file deletion anywhere on disk (site takeover) via `POST /wp/v2/media/<id>/finalize` poisoning `_wp_attachment_metadata`
πΉ Severity: Critical
πΉ Weakness: Path Traversal
πΉ Reported To: WordPress
πΉ Reported By: jakubk
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 4:39pm (UTC)
π Source: HackerOne
A vulnerability was discovered in the WordPress media processing functionality. This vulnerability allowed an authenticated author to delete arbitrary files on the server. The vulnerability was caused by insufficient input validation in the `finalize_item()` function, which allowed an attacker to control the file paths stored in the attachment metadata. This resulted in the `wp_delete_attachment_files()` functionβ¦
π Read full report
πΉ Severity: Critical
πΉ Weakness: Path Traversal
πΉ Reported To: WordPress
πΉ Reported By: jakubk
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 4:39pm (UTC)
π Source: HackerOne
A vulnerability was discovered in the WordPress media processing functionality. This vulnerability allowed an authenticated author to delete arbitrary files on the server. The vulnerability was caused by insufficient input validation in the `finalize_item()` function, which allowed an attacker to control the file paths stored in the attachment metadata. This resulted in the `wp_delete_attachment_files()` functionβ¦
π Read full report
Unauthorized vertical privilege escalation vulnerability found on ibm.com endpoint
πΉ Severity: No Rating
πΉ Weakness: Improper Access Control - Generic
πΉ Reported To: IBM
πΉ Reported By: inventor0x01
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 6:20pm (UTC)
π Source: HackerOne
A vertical privilege escalation vulnerability was found on an ibm.com endpoint. The vulnerability was reported to IBM, analyzed, and remediated.
π Read full report
πΉ Severity: No Rating
πΉ Weakness: Improper Access Control - Generic
πΉ Reported To: IBM
πΉ Reported By: inventor0x01
πΉ State: π’ Resolved
πΉ Disclosed: August 28, 2026, 6:20pm (UTC)
π Source: HackerOne
A vertical privilege escalation vulnerability was found on an ibm.com endpoint. The vulnerability was reported to IBM, analyzed, and remediated.
π Read full report
42: `VMS_STS` macro typo (`< 3` vs `<< 3`) turns curl failures into successful OpenVMS conditions
πΉ Severity: No Rating
πΉ Weakness: Improper Check or Handling of Exceptional Conditions
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 29, 2026, 12:48pm (UTC)
π Source: HackerOne
π Read full report
πΉ Severity: No Rating
πΉ Weakness: Improper Check or Handling of Exceptional Conditions
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 29, 2026, 12:48pm (UTC)
π Source: HackerOne
π Read full report
50: CMake `HTTP_ONLY` does not disable SSH backends β SCP and SFTP remain usable
πΉ Severity: No Rating
πΉ Weakness: Server-Side Request Forgery (SSRF)
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 29, 2026, 12:51pm (UTC)
π Source: HackerOne
π Read full report
πΉ Severity: No Rating
πΉ Weakness: Server-Side Request Forgery (SSRF)
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 29, 2026, 12:51pm (UTC)
π Source: HackerOne
π Read full report
**Unauthenticated IDOR allows modification of payment customer billing information**
πΉ Severity: High
πΉ Weakness: Insecure Direct Object Reference (IDOR)
πΉ Reported To: Weblate
πΉ Reported By: visionx7
πΉ State: π’ Resolved
πΉ Disclosed: August 30, 2026, 4:54am (UTC)
π Source: HackerOne
The application contained an access control issue in the payment billing information edit functionality. An unauthenticated user was able to access the payment edit endpoint and modify the billing information associated with a payment without any authorization check. The issue occurred because the application allowed access to the edit page using only the payment identifier in the URL, and the server did not verifyβ¦
π Read full report
πΉ Severity: High
πΉ Weakness: Insecure Direct Object Reference (IDOR)
πΉ Reported To: Weblate
πΉ Reported By: visionx7
πΉ State: π’ Resolved
πΉ Disclosed: August 30, 2026, 4:54am (UTC)
π Source: HackerOne
The application contained an access control issue in the payment billing information edit functionality. An unauthenticated user was able to access the payment edit endpoint and modify the billing information associated with a payment without any authorization check. The issue occurred because the application allowed access to the edit page using only the payment identifier in the URL, and the server did not verifyβ¦
π Read full report
06: Incomplete fix for CVE-2026-7009: GCC/SecTrust builds silently discard stapled OCSP responses
πΉ Severity: No Rating
πΉ Weakness: Improper Certificate Validation
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
πΉ Severity: No Rating
πΉ Weakness: Improper Certificate Validation
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
41: `main_checkfds()` pipe reuse leaks proxy credentials into HTTPS upload body
πΉ Severity: No Rating
πΉ Weakness: Information Exposure Through Sent Data
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
πΉ Severity: No Rating
πΉ Weakness: Information Exposure Through Sent Data
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
33: CONNECT_ONLY raw I/O selects wrong connection after CURLOPT_SHARE detach (incomplete fix for CVE-2020-8231)
πΉ Severity: No Rating
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
πΉ Severity: No Rating
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
18: Explicit IPv6 proxy zone ID silently ignored β proxy credentials sent to wrong interface
πΉ Severity: No Rating
πΉ Weakness: Information Disclosure
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
πΉ Severity: No Rating
πΉ Weakness: Information Disclosure
πΉ Reported To: curl
πΉ Reported By: giant_anteater
πΉ State: βͺοΈ Informative
πΉ Disclosed: August 31, 2026, 7:02am (UTC)
π Source: HackerOne
π Read full report
Unauthenticated Create, Read, and Delete of Any User's Data + Email Relay on JPL Hurricane Watch
πΉ Severity: Critical
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: Aman12321
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
πΉ Severity: Critical
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: Aman12321
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
Unauthenticated OS Command Injection (RCE) in NASA International Mass Loading Service CGI (massloading.smce.nasa.gov /cgi-bin/eop_series.py)
πΉ Severity: Critical
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: radithyaputra
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
πΉ Severity: Critical
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: radithyaputra
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
DOM-based cross-site scripting through the publicly exposed Cesium Sandcastle shared-code feature
πΉ Severity: Medium
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: iaramsri
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
πΉ Severity: Medium
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: iaramsri
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
Publicly Accessible Administrative Configuration File Exposes Authentication Hashes and Internal Configuration
πΉ Severity: Medium
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: JulienZgh
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
πΉ Severity: Medium
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: JulienZgh
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
Impersonation via Broken Link Hijacking on NASA Earth Matters Blog Page
πΉ Severity: Low
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: muhammadabdillah64edc3
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
πΉ Severity: Low
πΉ Reported To: National Aeronautics and Space Administration (NASA) - Vulnerability Disclosure Program
πΉ Reported By: muhammadabdillah64edc3
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026
π Source: Bugcrowd
π Read full report
Ticket Trick Attack allows access to Rockstar Games' workspaces
πΉ Severity: High
πΉ Weakness: Improper Access Control - Generic
πΉ Reported To: Rockstar Games
πΉ Reported By: recon_ninja
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026, 7:03pm (UTC)
π Source: HackerOne
A vulnerability, referred to as "Ticket Trick Attack," was discovered in the support portal of Rockstar Games. The vulnerability allowed an attacker to gain unauthorized access to the company's workspaces by creating an account with an email address similar to the official support email address. This was possible because Rockstar Games did not properly validate the ownership of the email address before grantingβ¦
π Read full report
πΉ Severity: High
πΉ Weakness: Improper Access Control - Generic
πΉ Reported To: Rockstar Games
πΉ Reported By: recon_ninja
πΉ State: π’ Resolved
πΉ Disclosed: September 1, 2026, 7:03pm (UTC)
π Source: HackerOne
A vulnerability, referred to as "Ticket Trick Attack," was discovered in the support portal of Rockstar Games. The vulnerability allowed an attacker to gain unauthorized access to the company's workspaces by creating an account with an email address similar to the official support email address. This was possible because Rockstar Games did not properly validate the ownership of the email address before grantingβ¦
π Read full report