id
stringlengths
16
16
schema_version
stringclasses
1 value
title
stringlengths
1
241
vulnerability
dict
target
dict
scenario
dict
provenance
dict
source
dict
tags
listlengths
0
14
collection_metadata
dict
license_note
stringclasses
1 value
bdecb5cb3644974b
1.0.0
Use-after-free of the internal multi->admin easy handle via the documented CURLMOPT_NOTIFYFUNCTION callback
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "medium" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/4033971", "program": "curl", "author": null, "disclosed_at": "2026-09-19", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
52951a3e645e1192
1.0.0
HTTP/1.1 response framing violation and unsafe connection reuse when transfer decoding is disabled
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/4025056", "program": "curl", "author": null, "disclosed_at": "2026-09-19", "bounty": null }
[ "HTTP Request Smuggling" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
b55e915cbf392eed
1.0.0
Out-of-bounds read in curl_formadd when CURLFORM_NAMELENGTH is explicitly 0
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "unknown" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "low" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/4024268", "program": "curl", "author": null, "disclosed_at": "2026-09-15", "bounty": null }
[]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
151c5c42036e7040
1.0.0
libcurl LDAP LDIF: entry DN and attribute names written without RFC 2849 base64 encoding, allowing server line injection
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/4023506", "program": "curl", "author": null, "disclosed_at": "2026-09-15", "bounty": null }
[ "CRLF Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
86b9ea225371172b
1.0.0
TLS session resumption client cert bypass with CURLOPT_SSL_CTX_FUNCTION
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/4016541", "program": "curl", "author": null, "disclosed_at": "2026-09-14", "bounty": null }
[ "Authentication Bypass by Primary Weakness" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
9533ce16f0f1dd15
1.0.0
Action Text to_markdown: <code>/<pre> content escapes its delimiter, letting a stored body inject arbitrary Markdown
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against Ruby on Rails.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { ...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3994016", "program": "Ruby on Rails", "author": null, "disclosed_at": "2026-09-12", "bounty": null }
[ "Cross-site Scripting (XSS) - Stored" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
58d42f7d2d2e9b0b
1.0.0
56: IBM i CL wrapper `parse_command_line()` never enters quote mode
{ "class": "OS Command Injection", "cwe": "CWE-78", "owasp_category": "A03:2021 Injection", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "OS Command Injection reported against curl.", "preconditions": [ "User input is passed to a shell command or system call, directly or via string concatenation" ], "process": [ { "step": 1, "action": "Identify features that likely shell out (file conversion, ping/diagnostic tool...
{ "playbook_id": "command_injection", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973249", "program": "curl", "author": null, "disclosed_at": "2026-09-14", "bounty": null }
[ "Command Injection - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
8b0f648baaee7a91
1.0.0
55: Heap-buffer-overflow read in `curl_formadd_ccsid()` with binary form data
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "unknown" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973245", "program": "curl", "author": null, "disclosed_at": "2026-09-10", "bounty": null }
[ "Out-of-bounds Read" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
09f25d834e16cdfa
1.0.0
50: CMake `HTTP_ONLY` does not disable SSH backends — SCP and SFTP remain usable
{ "class": "Server-Side Request Forgery (SSRF)", "cwe": "CWE-918", "owasp_category": "A10:2021 Server-Side Request Forgery", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Server-Side Request Forgery (SSRF) reported against curl.", "preconditions": [ "The server fetches a URL/resource on behalf of the user (webhooks, image/PDF fetchers, URL preview, import-from-URL features)", "Target URL is user-influenceable" ], "process": [ { "step": 1, "a...
{ "playbook_id": "ssrf", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973228", "program": "curl", "author": null, "disclosed_at": "2026-08-29", "bounty": null }
[ "Server-Side Request Forgery (SSRF)" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
24bdfc1e2d2100d5
1.0.0
57: Heap out-of-bounds read in `curl_easy_escape_ccsid()` / `curl_easy_unescape_ccsid()`
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "unknown" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973219", "program": "curl", "author": null, "disclosed_at": "2026-09-07", "bounty": null }
[ "Out-of-bounds Read" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
bf513778db262a50
1.0.0
54: Rejected HTTP/2 push destroys MIME callback state still used by parent (use-after-free)
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "unknown" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973213", "program": "curl", "author": null, "disclosed_at": "2026-09-07", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
6e0e3ea53a8f629b
1.0.0
41: `main_checkfds()` pipe reuse leaks proxy credentials into HTTPS upload body
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973158", "program": "curl", "author": null, "disclosed_at": "2026-08-31", "bounty": null }
[ "Information Exposure Through Sent Data" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
de6526467f579038
1.0.0
22: FTP wildcard matching decodes server-provided filenames, enabling directory traversal
{ "class": "Path Traversal", "cwe": "CWE-22", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Path Traversal reported against curl.", "preconditions": [ "A parameter controls a filename/path that is used in a filesystem read/include operation without normalization" ], "process": [ { "step": 1, "action": "Identify parameters that reference filenames or paths (download, t...
{ "playbook_id": "path_traversal", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973143", "program": "curl", "author": null, "disclosed_at": "2026-09-08", "bounty": null }
[ "Path Traversal" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
1264b8316ad61704
1.0.0
18: Explicit IPv6 proxy zone ID silently ignored — proxy credentials sent to wrong interface
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973127", "program": "curl", "author": null, "disclosed_at": "2026-08-31", "bounty": null }
[ "Information Disclosure" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
ced6199bd9164ca6
1.0.0
11: `CURLOPT_FORBID_REUSE` silently lost on multiplexed HTTP/2 connection when the forbidding transfer finishes first
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973121", "program": "curl", "author": null, "disclosed_at": "2026-09-07", "bounty": null }
[ "Authentication Bypass by Primary Weakness" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
44cbf0e2ab222795
1.0.0
08: CVE-2026-7009 fix incomplete for AWS-LC: `--cert-status` bypass on SecTrust path
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973111", "program": "curl", "author": null, "disclosed_at": "2026-09-08", "bounty": null }
[ "Improper Certificate Validation" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
0fa278fd635b76d2
1.0.0
07: GnuTLS 0-RTT early data bypasses file-backed public-key pin verification
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973098", "program": "curl", "author": null, "disclosed_at": "2026-09-02", "bounty": null }
[ "Information Disclosure" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
da836e2f5ea93e8c
1.0.0
06: Incomplete fix for CVE-2026-7009: GCC/SecTrust builds silently discard stapled OCSP responses
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973093", "program": "curl", "author": null, "disclosed_at": "2026-08-31", "bounty": null }
[ "Improper Certificate Validation" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
1855b951648aeed4
1.0.0
CVE-2026-82208: wolfSSL CA-cache hit overrides callback
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3973090", "program": "curl", "author": null, "disclosed_at": "2026-09-03", "bounty": null }
[ "Improper Certificate Validation" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
5dc4fb27bafc8a78
1.0.0
CVE-2026-82209: domain-scoped PSL domain cookie
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3972385", "program": "curl", "author": null, "disclosed_at": "2026-09-03", "bounty": null }
[ "Information Disclosure" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
97ad55b78a96cdf8
1.0.0
10: CURLOPT_MAXLIFETIME_CONN bypass on active HTTP/2 connections
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3972323", "program": "curl", "author": null, "disclosed_at": "2026-09-14", "bounty": null }
[ "Improper Certificate Validation" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
2728a8b55bcdc204
1.0.0
CVE-2026-80256: wcurl backslash bypass
{ "class": "Path Traversal", "cwe": "CWE-22", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Path Traversal reported against curl.", "preconditions": [ "A parameter controls a filename/path that is used in a filesystem read/include operation without normalization" ], "process": [ { "step": 1, "action": "Identify parameters that reference filenames or paths (download, t...
{ "playbook_id": "path_traversal", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3969820", "program": "curl", "author": null, "disclosed_at": "2026-09-02", "bounty": null }
[ "Path Traversal: '.../...//'" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
f7acae074fd9bba4
1.0.0
ARG_CLEAR credential scrubbing wipes only UTF-8 copies on Windows Unicode builds
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3968431", "program": "curl", "author": null, "disclosed_at": "2026-08-27", "bounty": null }
[ "Information Disclosure" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
d8e922beced20c5b
1.0.0
TLS session cache case-folds CA paths and bypasses the active trust profile
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3966955", "program": "curl", "author": null, "disclosed_at": "2026-08-25", "bounty": null }
[ "Improper Certificate Validation" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
2c5c8dbcade631ee
1.0.0
RTSP CRLF injection in libcurl allows CURLOPT_RTSP_* values to inject commands into independent sessions
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3963494", "program": "curl", "author": null, "disclosed_at": "2026-08-24", "bounty": null }
[ "CRLF Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
74b0cd1d9897ff60
1.0.0
libcurl Digest/NTLM authentication ignores an explicit Authorization header
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against curl.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, "...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3963330", "program": "curl", "author": null, "disclosed_at": "2026-08-25", "bounty": null }
[ "Incorrect Authorization" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
72dfe1245eba4c83
1.0.0
curl_share TOCTOU > RCE via Curl_llist _dtor Function Pointer Hijack
{ "class": "Race Condition", "cwe": "CWE-362", "owasp_category": "A04:2021 Insecure Design", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Race Condition reported against curl.", "preconditions": [ "A multi-step operation (balance check then debit, coupon redemption, limited-use action) is not protected by atomic/locking guarantees" ], "process": [ { "step": 1, "action": "Identify operations with a check-then-act ...
{ "playbook_id": "race_condition", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3955945", "program": "curl", "author": null, "disclosed_at": "2026-08-26", "bounty": null }
[ "Time-of-check Time-of-use (TOCTOU) Race Condition" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
65a980fc12967005
1.0.0
Domainless COOKIEFILE cookie leaks to unrelated IP-literal hosts
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3952619", "program": "curl", "author": null, "disclosed_at": "2026-08-21", "bounty": null }
[ "Information Exposure Through Sent Data" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
97edf5349aa88336
1.0.0
libcurl cache updates follow symlinks and truncate their targets
{ "class": "Race Condition", "cwe": "CWE-362", "owasp_category": "A04:2021 Insecure Design", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Race Condition reported against curl.", "preconditions": [ "A multi-step operation (balance check then debit, coupon redemption, limited-use action) is not protected by atomic/locking guarantees" ], "process": [ { "step": 1, "action": "Identify operations with a check-then-act ...
{ "playbook_id": "race_condition", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3938220", "program": "curl", "author": null, "disclosed_at": "2026-08-14", "bounty": null }
[ "Time-of-check Time-of-use (TOCTOU) Race Condition" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
b5a02b2008b4411d
1.0.0
Windows SSPI connection-pool probe can reuse a connection under the wrong user
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3938185", "program": "curl", "author": null, "disclosed_at": "2026-08-14", "bounty": null }
[ "Authentication Bypass by Spoofing" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
9e4a4fbb96855845
1.0.0
Author → arbitrary file deletion anywhere on disk (site takeover) via `POST /wp/v2/media/<id>/finalize` poisoning `_wp_attachment_metadata`
{ "class": "Path Traversal", "cwe": "CWE-22", "owasp_category": "A01:2021 Broken Access Control", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Path Traversal reported against WordPress.", "preconditions": [ "A parameter controls a filename/path that is used in a filesystem read/include operation without normalization" ], "process": [ { "step": 1, "action": "Identify parameters that reference filenames or paths (downlo...
{ "playbook_id": "path_traversal", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3931777", "program": "WordPress", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Path Traversal" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
171be8d5404dc600
1.0.0
Author → stored XSS in wp-admin: unescaped sub-size filename from attachment metadata breaks out of the `src` attribute in `get_media_item()`
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against WordPress.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { "st...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3931771", "program": "WordPress", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Cross-site Scripting (XSS) - Stored" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
1539f200ab1bb2bd
1.0.0
Myndr CORS Misconfiguration
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against Myndr.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, ...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3930957", "program": "Myndr", "author": null, "disclosed_at": "2026-08-12", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
276893ad7ba94ffa
1.0.0
CORS Misconfiguration / Broken Access Control
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against Myndr.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, ...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3930102", "program": "Myndr", "author": null, "disclosed_at": "2026-09-10", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
971278ed4bd4436a
1.0.0
CVE-2026-19931: Negotiate ambient user conn reuse
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3923520", "program": "curl", "author": null, "disclosed_at": "2026-09-03", "bounty": null }
[ "Authentication Bypass by Primary Weakness" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
0ff22e9709d60b44
1.0.0
Cookie jar load skips public suffix check on PSL builds
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3920276", "program": "curl", "author": null, "disclosed_at": "2026-08-14", "bounty": null }
[ "Information Exposure Through Sent Data" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
43813ec1443f4418
1.0.0
curl Missing Sec-WebSocket-Accept Verification Enables MITM WebSocket Session Hijacking
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3917775", "program": "curl", "author": null, "disclosed_at": "2026-08-05", "bounty": null }
[ "Man-in-the-Middle" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
f51b36244098fe78
1.0.0
CVE-2026-18924: HTTP/2 server push UAF
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "low" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3916059", "program": "curl", "author": null, "disclosed_at": "2026-09-02", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
507323f860b601e2
1.0.0
Heap use-after-free (write) in mev_forget_socket() via reentrant curl_easy_pause() — incomplete fix for CVE-2026-9080
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "medium" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3911968", "program": "curl", "author": null, "disclosed_at": "2026-08-04", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
0cf4b8d74e803e69
1.0.0
SMTP CRLF injection in custom SMTP recipient operand allows additional SMTP commands after authentication
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3911605", "program": "curl", "author": null, "disclosed_at": "2026-08-03", "bounty": null }
[ "CRLF Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
0e98033fff783620
1.0.0
Unauthorized vertical privilege escalation vulnerability found on ibm.com endpoint
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against IBM.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, "a...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3909372", "program": "IBM", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
2807816d48a80dff
1.0.0
MariaDB: heap buffer overflow in ha_tina::chain_append() lets a low-privileged user crash the server via CSV row deletion
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "medium" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against MariaDB.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3909248", "program": "MariaDB", "author": null, "disclosed_at": "2026-09-07", "bounty": null }
[ "Heap Overflow" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
189a48daf1f7c48c
1.0.0
Unauthenticated ?q= search query causes exponential pyparsing backtracking under a process-global lock in Weblate
{ "class": "Denial of Service", "cwe": "CWE-400", "owasp_category": "A04:2021 Insecure Design", "severity": "high" }
{ "type": "other", "technology_hints": [] }
{ "summary": "Denial of Service reported against Weblate.", "preconditions": [ "An operation exists whose resource cost is disproportionate to the cost of triggering it, with no adequate rate limiting or resource capping" ], "process": [ { "step": 1, "action": "Identify operations with asymm...
{ "playbook_id": "dos", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3898281", "program": "Weblate", "author": null, "disclosed_at": "2026-09-04", "bounty": null }
[ "Uncontrolled Resource Consumption" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
ffb6b224a7e5dfcd
1.0.0
Out-of-bounds read in MariaDB .frm parsing enables RCE via vtable hijacking
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "high" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against MariaDB.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3897914", "program": "MariaDB", "author": null, "disclosed_at": "2026-09-08", "bounty": null }
[ "Out-of-bounds Read" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
f7c201f6fcd6e1f5
1.0.0
ACL cache collision lets a role inherit privileges from a same-named socket user
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against MariaDB.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/le...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3889667", "program": "MariaDB", "author": null, "disclosed_at": "2026-09-07", "bounty": null }
[ "Improper Authentication - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
344945d2e92e0c87
1.0.0
@jitsi/docker-jitsi-meet: `/colibri-relay-ws/` unsafe nginx regex (OCTO relay configuration)
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against 8x8.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { "step": 1...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3889473", "program": "8x8", "author": null, "disclosed_at": "2026-08-25", "bounty": null }
[ "Cross-site Scripting (XSS) - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
1a12c82178fdc720
1.0.0
SSRF via URL Parser Differential in `normalize_request_url` (wlc)
{ "class": "Server-Side Request Forgery (SSRF)", "cwe": "CWE-918", "owasp_category": "A10:2021 Server-Side Request Forgery", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Server-Side Request Forgery (SSRF) reported against Weblate.", "preconditions": [ "The server fetches a URL/resource on behalf of the user (webhooks, image/PDF fetchers, URL preview, import-from-URL features)", "Target URL is user-influenceable" ], "process": [ { "step": 1, ...
{ "playbook_id": "ssrf", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3887969", "program": "Weblate", "author": null, "disclosed_at": "2026-09-02", "bounty": null }
[ "Server-Side Request Forgery (SSRF)" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
af71da9c8c002aaa
1.0.0
MariaDB GRANT PROXY permits unauthorized authentication changes and administrator account takeover
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against MariaDB.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, ...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3876430", "program": "MariaDB", "author": null, "disclosed_at": "2026-09-07", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
220e051460470892
1.0.0
Incomplete fix for CVE-2022-23915: Mercurial argument injection in HgRepository.get_file() leads to command execution
{ "class": "OS Command Injection", "cwe": "CWE-78", "owasp_category": "A03:2021 Injection", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "OS Command Injection reported against Weblate.", "preconditions": [ "User input is passed to a shell command or system call, directly or via string concatenation" ], "process": [ { "step": 1, "action": "Identify features that likely shell out (file conversion, ping/diagnostic t...
{ "playbook_id": "command_injection", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3874004", "program": "Weblate", "author": null, "disclosed_at": "2026-09-15", "bounty": null }
[ "OS Command Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
33359c2c348694c3
1.0.0
Unauthenticated SQL Injection via REST Batch Route Confusion ████████
{ "class": "SQL Injection", "cwe": "CWE-89", "owasp_category": "A03:2021 Injection", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "SQL Injection reported against Essity.", "preconditions": [ "User input is concatenated into a SQL query without parameterization", "An input point that reaches a database query is reachable pre- or post-auth" ], "process": [ { "step": 1, "action": "Identify parameters that...
{ "playbook_id": "sqli", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3873072", "program": "Essity", "author": null, "disclosed_at": "2026-07-21", "bounty": null }
[ "SQL Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
dc46298a51f0e4ec
1.0.0
Stored HTML Injection (CWE-79) via Livechat Visitor Name
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against Rocket.Chat.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { "...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3872858", "program": "Rocket.Chat", "author": null, "disclosed_at": "2026-08-20", "bounty": null }
[ "Cross-site Scripting (XSS) - DOM" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
a58ddaef711dbc77
1.0.0
**Unauthenticated IDOR allows modification of payment customer billing information**
{ "class": "Insecure Direct Object Reference (IDOR)", "cwe": "CWE-639", "owasp_category": "A01:2021 Broken Access Control", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Insecure Direct Object Reference (IDOR) reported against Weblate.", "preconditions": [ "Application exposes object identifiers (numeric IDs, UUIDs, usernames, file paths) in URLs, API params, or request bodies", "Two accounts of the same privilege level are available for differential testing",...
{ "playbook_id": "idor", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3869124", "program": "Weblate", "author": null, "disclosed_at": "2026-08-30", "bounty": null }
[ "Insecure Direct Object Reference (IDOR)" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
6cf4e31f241e06e6
1.0.0
connect.8x8.com: Deserialization Vulnerability in Automation Builder via Jint→Newtonsoft serializer coercion (TypeNameHandling)
{ "class": "Insecure Deserialization", "cwe": "CWE-502", "owasp_category": "A08:2021 Software and Data Integrity Failures", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Insecure Deserialization reported against 8x8.", "preconditions": [ "Application deserializes untrusted data (cookies, cache objects, API payloads) using a language-native serializer capable of instantiating arbitrary objects" ], "process": [ { "step": 1, "action": "Identify se...
{ "playbook_id": "insecure_deserialization", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3861550", "program": "8x8", "author": null, "disclosed_at": "2026-09-01", "bounty": null }
[ "Deserialization of Untrusted Data" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
8f5dd68a537f34ed
1.0.0
Reachable assertion in node:zlib sync API crashes the entire process via spoofed TypedArray byteLength (all 11 *Sync functions affected)
{ "class": "Denial of Service", "cwe": "CWE-400", "owasp_category": "A04:2021 Insecure Design", "severity": "medium" }
{ "type": "other", "technology_hints": [] }
{ "summary": "Denial of Service reported against Node.js.", "preconditions": [ "An operation exists whose resource cost is disproportionate to the cost of triggering it, with no adequate rate limiting or resource capping" ], "process": [ { "step": 1, "action": "Identify operations with asymm...
{ "playbook_id": "dos", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3857258", "program": "Node.js", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Uncontrolled Resource Consumption" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
4bee5053a7b4c048
1.0.0
HTTP/2 retained header blocks evade maxSessionMemory and enable remote memory exhaustion
{ "class": "Denial of Service", "cwe": "CWE-400", "owasp_category": "A04:2021 Insecure Design", "severity": "high" }
{ "type": "other", "technology_hints": [] }
{ "summary": "Denial of Service reported against Node.js.", "preconditions": [ "An operation exists whose resource cost is disproportionate to the cost of triggering it, with no adequate rate limiting or resource capping" ], "process": [ { "step": 1, "action": "Identify operations with asymm...
{ "playbook_id": "dos", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3846922", "program": "Node.js", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Uncontrolled Resource Consumption" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
4a69257a8172aa9c
1.0.0
Permission Model Bypass: `trace_events.createTracing().enable()` Writes Trace Logs Outside `--allow-fs-write`
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against Node.js.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, ...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3838601", "program": "Node.js", "author": null, "disclosed_at": "2026-07-29", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
6bb62cde8553300a
1.0.0
Re-entrant `nghttp2_session_mem_send()` during `nghttp2_session_mem_recv()` causes heap-use-after-free in Node.js HTTP/2
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "high" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against Node.js.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3833629", "program": "Node.js", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
9b1e4e24172b33be
1.0.0
heap-use-after-free in curl_easy_cleanup() called from callback
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "unknown" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3833577", "program": "curl", "author": null, "disclosed_at": "2026-06-30", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
e6bb212bedbbfa8c
1.0.0
CURLSHOPT_UNSHARE race can cause UAF in shared SSL session cache during HTTPS transfer
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "unknown" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3831345", "program": "curl", "author": null, "disclosed_at": "2026-06-30", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
12a50644ebeca73d
1.0.0
Reflected XSS in legacy CGI script /cgi-bin/████████.pl on ████████ via `████████` parameter
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against Essity.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { "step"...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3830771", "program": "Essity", "author": null, "disclosed_at": "2026-06-30", "bounty": null }
[ "Cross-site Scripting (XSS) - Reflected" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
789f3ca0c5bb6a46
1.0.0
Debug Deep Link Abuse Allows Repeated Forced Logout and Application Disruption
{ "class": "Business Logic Flaw", "cwe": "CWE-840", "owasp_category": "A04:2021 Insecure Design", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Business Logic Flaw reported against Yelp.", "preconditions": [ "A workflow assumes steps happen in a fixed order or trusts client-supplied values (price, quantity, state) that should be server-authoritative" ], "process": [ { "step": 1, "action": "Map the full multi-step workf...
{ "playbook_id": "business_logic_flaw", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3829030", "program": "Yelp", "author": null, "disclosed_at": "2026-08-13", "bounty": null }
[ "Violation of Secure Design Principles" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
4699b430a9ee6107
1.0.0
Authentication Bypass via XML Signature Wrapping in SAML SSO
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against Rocket.Chat.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternat...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3827674", "program": "Rocket.Chat", "author": null, "disclosed_at": "2026-07-27", "bounty": null }
[ "Improper Authentication - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
ea84d7f9c1c836e9
1.0.0
ssh_config_matches is dead code: unauthorized SSH key reuse
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3826843", "program": "curl", "author": null, "disclosed_at": "2026-06-30", "bounty": null }
[ "Authentication Bypass by Primary Weakness" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
47d6e05f6ec0fad2
1.0.0
API token sent to URL dictated by an untrusted project .weblate file
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against Weblate.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, ver...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3825141", "program": "Weblate", "author": null, "disclosed_at": "2026-09-04", "bounty": null }
[ "Information Disclosure" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
51a744a6c433007d
1.0.0
UAF read in mev_pollset_diff() trace path after curl_easy_pause() in socket callback
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "low" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3824303", "program": "curl", "author": null, "disclosed_at": "2026-06-28", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
4b27f289662e2f04
1.0.0
Use-after-free in `mev_forget_socket` when `curl_easy_pause()` is called from a `CURL_POLL_REMOVE` socket callback (incomplete fix of CVE-2026-9080)
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "low" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3823985", "program": "curl", "author": null, "disclosed_at": "2026-06-28", "bounty": null }
[ "Use After Free" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
168d21289024a4fb
1.0.0
CURLOPT_HAPROXY_CLIENT_IP lacks input validation, enabling HAProxy PROXY protocol injection
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3823932", "program": "curl", "author": null, "disclosed_at": "2026-06-26", "bounty": null }
[ "CRLF Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
1a78dc5808054bc3
1.0.0
CVE-2026-13608: OpenLDAP SASL authentication bypass
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3822248", "program": "curl", "author": null, "disclosed_at": "2026-09-03", "bounty": null }
[ "Authentication Bypass by Primary Weakness" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
b22cab4fc1407291
1.0.0
Node --run POSIX positional argument escaping allows shell command injection
{ "class": "OS Command Injection", "cwe": "CWE-78", "owasp_category": "A03:2021 Injection", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "OS Command Injection reported against Node.js.", "preconditions": [ "User input is passed to a shell command or system call, directly or via string concatenation" ], "process": [ { "step": 1, "action": "Identify features that likely shell out (file conversion, ping/diagnostic t...
{ "playbook_id": "command_injection", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3817602", "program": "Node.js", "author": null, "disclosed_at": "2026-06-23", "bounty": null }
[ "OS Command Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
da3a9fb15040be33
1.0.0
HTTPS Agent PFX object-array key collision allows mTLS client identity reuse across different per-request certificates
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against Node.js.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/le...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3816840", "program": "Node.js", "author": null, "disclosed_at": "2026-07-29", "bounty": null }
[ "Improper Authentication - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
a8fb79b954ffb75e
1.0.0
Permission Model bypass: process.report writes (and overwrites) files outside --allow-fs-write paths
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against Node.js.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, ...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3815767", "program": "Node.js", "author": null, "disclosed_at": "2026-07-30", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
fea83c805ee89710
1.0.0
[Splatoon 3] Kick other players with NplnLogin message
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against Nintendo.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step": 1, ...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3813932", "program": "Nintendo", "author": null, "disclosed_at": "2026-07-02", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
9e36e13aeed8bc67
1.0.0
Error-Based SQL Injection in ████████.com Login/Password Reset (username parameter)
{ "class": "SQL Injection", "cwe": "CWE-89", "owasp_category": "A03:2021 Injection", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "SQL Injection reported against Essity.", "preconditions": [ "User input is concatenated into a SQL query without parameterization", "An input point that reaches a database query is reachable pre- or post-auth" ], "process": [ { "step": 1, "action": "Identify parameters that...
{ "playbook_id": "sqli", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3809973", "program": "Essity", "author": null, "disclosed_at": "2026-07-03", "bounty": null }
[ "SQL Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
9fee46e27d512ef9
1.0.0
AWS *.a2z.com | Unauthenticated Clickhouse UI : Database access + SSRF
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against AWS VDP.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/le...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3809407", "program": "AWS VDP", "author": null, "disclosed_at": "2026-07-22", "bounty": null }
[ "Authentication Bypass" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
7aab279eb1cdb7da
1.0.0
Vulnerability Report: Buffer Overflow in Path Sanitization
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "critical" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against curl.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured or ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "low" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3804525", "program": "curl", "author": null, "disclosed_at": "2026-06-16", "bounty": null }
[]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
0ed3c1efa70b3be2
1.0.0
Secure cookies leaked to HTTP origins through HTTPS forwarding proxy
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "unknown" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3803415", "program": "curl", "author": null, "disclosed_at": "2026-06-15", "bounty": null }
[ "Information Disclosure" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
3de1cd08fe241e70
1.0.0
connect.8x8.com/api/v1: JWT Algorithm Confusion Vulnerability
{ "class": "JWT / Token Vulnerabilities", "cwe": "CWE-347", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "JWT / Token Vulnerabilities reported against 8x8.", "preconditions": [ "Application uses JWTs for session/authorization state" ], "process": [ { "step": 1, "action": "Decode the JWT and inspect header/claims for algorithm and key metadata", "technique": "token decoding", ...
{ "playbook_id": "jwt_vulnerabilities", "grounded_instance": true, "confidence": "low" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3800870", "program": "8x8", "author": null, "disclosed_at": "2026-07-22", "bounty": null }
[ "Improper Verification of Cryptographic Signature" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
e7f0bf466dda4269
1.0.0
TaskProcessing callback authorization bypass allows ex-members to post as Assistant Talk Bot
{ "class": "Insecure Direct Object Reference (IDOR)", "cwe": "CWE-639", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Insecure Direct Object Reference (IDOR) reported against Nextcloud.", "preconditions": [ "Application exposes object identifiers (numeric IDs, UUIDs, usernames, file paths) in URLs, API params, or request bodies", "Two accounts of the same privilege level are available for differential testing...
{ "playbook_id": "idor", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3799010", "program": "Nextcloud", "author": null, "disclosed_at": "2026-08-14", "bounty": null }
[ "Insecure Direct Object Reference (IDOR)" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
b2626464d525501b
1.0.0
CVE-2026-12064: proto-default skips SSH verification
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3797526", "program": "curl", "author": null, "disclosed_at": "2026-06-24", "bounty": null }
[ "Improper Certificate Validation" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
d73815b3010be464
1.0.0
node:sqlite SQLTagStore Iterator Replay Lets Attacker Re-Execute Victim-Bound Writes Indefinitely
{ "class": "Race Condition", "cwe": "CWE-362", "owasp_category": "A04:2021 Insecure Design", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Race Condition reported against Node.js.", "preconditions": [ "A multi-step operation (balance check then debit, coupon redemption, limited-use action) is not protected by atomic/locking guarantees" ], "process": [ { "step": 1, "action": "Identify operations with a check-then-a...
{ "playbook_id": "race_condition", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3795900", "program": "Node.js", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Time-of-check Time-of-use (TOCTOU) Race Condition" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
091e80aeddb7781c
1.0.0
dns.resolveAny() Aborts the Node.js Process When a DNS Response Contains More Than 256 A Records
{ "class": "Denial of Service", "cwe": "CWE-400", "owasp_category": "A04:2021 Insecure Design", "severity": "medium" }
{ "type": "other", "technology_hints": [] }
{ "summary": "Denial of Service reported against Node.js.", "preconditions": [ "An operation exists whose resource cost is disproportionate to the cost of triggering it, with no adequate rate limiting or resource capping" ], "process": [ { "step": 1, "action": "Identify operations with asymm...
{ "playbook_id": "dos", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3795657", "program": "Node.js", "author": null, "disclosed_at": "2026-08-28", "bounty": null }
[ "Uncontrolled Resource Consumption" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
27626b23071377b7
1.0.0
Duplicate chunked Transfer-Encoding lets a malicious origin smuggle a response across reused HTTP proxy connections
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3795615", "program": "curl", "author": null, "disclosed_at": "2026-06-13", "bounty": null }
[ "HTTP Request Smuggling" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
31d121080dee71f9
1.0.0
Unauthenticated reflected XSS in Essity "Network Toolbox" CGI (████████ ████████
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against Essity.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { "step"...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3793533", "program": "Essity", "author": null, "disclosed_at": "2026-06-23", "bounty": null }
[ "Cross-site Scripting (XSS) - Reflected" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
e3af098195131c68
1.0.0
Incomplete Suppression of Transfer-Encoding: chunked Header in HTTP/2 After Redirect From HTTP/1.1
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "low" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3793495", "program": "curl", "author": null, "disclosed_at": "2026-06-15", "bounty": null }
[ "HTTP Request Smuggling" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
6ec3a0eceb7f61f3
1.0.0
CVE-2026-11856: cross-origin Digest auth state leak
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3793260", "program": "curl", "author": null, "disclosed_at": "2026-06-24", "bounty": null }
[ "Information Exposure Through Sent Data" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
2cdf8129b52d0d5f
1.0.0
Reflected XSS in stats‑video.php via improperly encoded URL parameters
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against Revive Adserver.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { ...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3793243", "program": "Revive Adserver", "author": null, "disclosed_at": "2026-06-25", "bounty": null }
[ "Cross-site Scripting (XSS) - Reflected" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
b6e781d9df5e32fe
1.0.0
Trailing-Dot Hostname in Redirect Silently Strips Client Certificate and Auth Credentials
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3791191", "program": "curl", "author": null, "disclosed_at": "2026-06-10", "bounty": null }
[ "Improper Authentication - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
fc47b97a597745b3
1.0.0
curl-ipv4-percent-normalization-SSRF
{ "class": "Server-Side Request Forgery (SSRF)", "cwe": "CWE-918", "owasp_category": "A10:2021 Server-Side Request Forgery", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Server-Side Request Forgery (SSRF) reported against curl.", "preconditions": [ "The server fetches a URL/resource on behalf of the user (webhooks, image/PDF fetchers, URL preview, import-from-URL features)", "Target URL is user-influenceable" ], "process": [ { "step": 1, "a...
{ "playbook_id": "ssrf", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3791168", "program": "curl", "author": null, "disclosed_at": "2026-06-10", "bounty": null }
[ "Server-Side Request Forgery (SSRF)" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
99eedcd4b26976ab
1.0.0
CVE-2026-11586: WS Auto-PONG memory exhaustion
{ "class": "Denial of Service", "cwe": "CWE-400", "owasp_category": "A04:2021 Insecure Design", "severity": "low" }
{ "type": "other", "technology_hints": [] }
{ "summary": "Denial of Service reported against curl.", "preconditions": [ "An operation exists whose resource cost is disproportionate to the cost of triggering it, with no adequate rate limiting or resource capping" ], "process": [ { "step": 1, "action": "Identify operations with asymmetr...
{ "playbook_id": "dos", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3788931", "program": "curl", "author": null, "disclosed_at": "2026-06-24", "bounty": null }
[ "Allocation of Resources Without Limits or Throttling" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
0e22908bdc953809
1.0.0
SSH/SFTP connection reuse can bypass SSH key identity after ssh_config_matches removal
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3788506", "program": "curl", "author": null, "disclosed_at": "2026-06-09", "bounty": null }
[ "Authentication Bypass by Primary Weakness" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
74db3b7c8e6d3a36
1.0.0
Stack Buffer Overflow in mariadb-dump quote_name() Allows Malicious Server to Execute Arbitrary Code on Client
{ "class": "Memory Corruption", "cwe": "CWE-119", "owasp_category": "N/A (memory-safety class)", "severity": "critical" }
{ "type": "binary", "technology_hints": [] }
{ "summary": "Memory Corruption reported against MariaDB.", "preconditions": [ "A memory-unsafe language (C/C++) component processes attacker-influenceable input without adequate bounds/lifetime checking" ], "process": [ { "step": 1, "action": "Fuzz the target binary/library with structured ...
{ "playbook_id": "memory_corruption", "grounded_instance": true, "confidence": "low" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3788482", "program": "MariaDB", "author": null, "disclosed_at": "2026-09-08", "bounty": null }
[ "Stack Overflow" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
58ff51006005d280
1.0.0
SOCKS5 no-auth accepted despite username/password-only authentication
{ "class": "Authentication Bypass", "cwe": "CWE-287", "owasp_category": "A07:2021 Identification and Authentication Failures", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Authentication Bypass reported against curl.", "preconditions": [ "An authentication check can be skipped or forged via parameter manipulation, alternate endpoint, or logic flaw" ], "process": [ { "step": 1, "action": "Map the full authentication flow, including alternate/legac...
{ "playbook_id": "auth_bypass", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3786077", "program": "curl", "author": null, "disclosed_at": "2026-06-09", "bounty": null }
[ "Improper Authentication - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
6e9adf1921c9c672
1.0.0
libcurl: HTTP/1.x bare LF byte in response header value enables cookie jar pollution and POST body/credential exfiltration via redirect — RC=0, curl 8
{ "class": "HTTP Request Smuggling", "cwe": "CWE-444", "owasp_category": "A05:2021 Security Misconfiguration", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "HTTP Request Smuggling reported against curl.", "preconditions": [ "A front-end proxy/load balancer and back-end server disagree on request boundary parsing (Content-Length vs Transfer-Encoding)" ], "process": [ { "step": 1, "action": "Identify the presence of a front-end/back-...
{ "playbook_id": "http_request_smuggling", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3785919", "program": "curl", "author": null, "disclosed_at": "2026-06-08", "bounty": null }
[ "HTTP Response Splitting" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
8ed0421c5fa387e0
1.0.0
GnuTLS OCSP stapling accepts unrelated SingleResponse (no cert-ID binding)
{ "class": "Sensitive Information Disclosure", "cwe": "CWE-200", "owasp_category": "A01:2021 Broken Access Control", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Sensitive Information Disclosure reported against curl.", "preconditions": [ "An endpoint, error message, or artifact exposes data beyond what the requesting party should be entitled to see" ], "process": [ { "step": 1, "action": "Review responses (including error pages, verbos...
{ "playbook_id": "information_disclosure", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3784125", "program": "curl", "author": null, "disclosed_at": "2026-06-05", "bounty": null }
[ "Improper Certificate Validation" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
9d79b0229bc36c7f
1.0.0
XML‑RPC login leak exposes valid session ID enabling unauthorized API access
{ "class": "Broken Access Control / Privilege Escalation", "cwe": "CWE-284", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Broken Access Control / Privilege Escalation reported against Revive Adserver.", "preconditions": [ "Role/permission checks are missing or misapplied on at least one code path", "Multiple privilege levels exist (e.g. user vs admin, tenant A vs tenant B)" ], "process": [ { "step":...
{ "playbook_id": "broken_access_control", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3783738", "program": "Revive Adserver", "author": null, "disclosed_at": "2026-06-25", "bounty": null }
[ "Improper Access Control - Generic" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
fa449ef192c237bc
1.0.0
CVE-2026-11352: QUIC zero-length UDP datagrams busy-loop
{ "class": "Denial of Service", "cwe": "CWE-400", "owasp_category": "A04:2021 Insecure Design", "severity": "low" }
{ "type": "other", "technology_hints": [] }
{ "summary": "Denial of Service reported against curl.", "preconditions": [ "An operation exists whose resource cost is disproportionate to the cost of triggering it, with no adequate rate limiting or resource capping" ], "process": [ { "step": 1, "action": "Identify operations with asymmetr...
{ "playbook_id": "dos", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3783438", "program": "curl", "author": null, "disclosed_at": "2026-06-24", "bounty": null }
[ "Uncontrolled Resource Consumption" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
4c6ea7e2306d36b0
1.0.0
Unauthenticated RCE in Taskcluster web-server via GraphQL filter argument (sift $where)
{ "class": "Remote Code Execution (RCE)", "cwe": "CWE-94", "owasp_category": "A03:2021 Injection", "severity": "critical" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Remote Code Execution (RCE) reported against Mozilla.", "preconditions": [ "An input reaches a dangerous sink that evaluates or executes it (template engine, deserializer, shell command, file include)" ], "process": [ { "step": 1, "action": "Identify features that process user-...
{ "playbook_id": "rce_generic", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3782701", "program": "Mozilla", "author": null, "disclosed_at": "2026-08-05", "bounty": null }
[ "Code Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
5b672ed134dfe1b9
1.0.0
CSRF in zone‑include.php allows unauthorized banner and campaign linking
{ "class": "Cross-Site Request Forgery (CSRF)", "cwe": "CWE-352", "owasp_category": "A01:2021 Broken Access Control", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Cross-Site Request Forgery (CSRF) reported against Revive Adserver.", "preconditions": [ "A state-changing endpoint relies solely on session cookies for authentication", "No anti-CSRF token, SameSite cookie protection, or origin validation is enforced" ], "process": [ { "step": 1...
{ "playbook_id": "csrf", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3781691", "program": "Revive Adserver", "author": null, "disclosed_at": "2026-06-25", "bounty": null }
[ "Cross-Site Request Forgery (CSRF)" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
6954fbb192220d6a
1.0.0
PHP code injection in delivery-limitation `logical` validation bypass - XML-RPC setChannelTargeting
{ "class": "Remote Code Execution (RCE)", "cwe": "CWE-94", "owasp_category": "A03:2021 Injection", "severity": "high" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Remote Code Execution (RCE) reported against Revive Adserver.", "preconditions": [ "An input reaches a dangerous sink that evaluates or executes it (template engine, deserializer, shell command, file include)" ], "process": [ { "step": 1, "action": "Identify features that proce...
{ "playbook_id": "rce_generic", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3781492", "program": "Revive Adserver", "author": null, "disclosed_at": "2026-06-25", "bounty": null }
[ "Code Injection" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.
07373f4564505f0b
1.0.0
Stored XSS in maintenance tools via unescaped entity names
{ "class": "Reflected Cross-Site Scripting (XSS)", "cwe": "CWE-79", "owasp_category": "A03:2021 Injection", "severity": "medium" }
{ "type": "web", "technology_hints": [] }
{ "summary": "Reflected Cross-Site Scripting (XSS) reported against Revive Adserver.", "preconditions": [ "User-controlled input (query params, form fields, headers) is reflected in the HTML response", "No or insufficient output encoding/CSP is applied to the reflected context" ], "process": [ { ...
{ "playbook_id": "xss_reflected", "grounded_instance": true, "confidence": "high" }
{ "platform": "hackerone", "url": "https://hackerone.com/reports/3781311", "program": "Revive Adserver", "author": null, "disclosed_at": "2026-06-25", "bounty": null }
[ "Cross-site Scripting (XSS) - Stored" ]
{ "collected_at": "2026-09-20T09:00:55", "collector": "hackerone.jsonl" }
This record contains normalized classification data and a generic remediation/process playbook, plus a link back to the original source. It does not reproduce the original writeup's text. See DATA_LICENSE for terms.