Datasets:
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. |
pwn-scenarios
36,457 records, 47 vulnerability classes. A dataset of penetration testing / bug bounty scenarios -- generalized, reusable condition → step → impact → remediation playbooks for common vulnerability classes, each grounded in a real, publicly disclosed report or writeup.
Full source, collection scripts, the companion attack decision graph, and complete docs live on GitHub: https://github.com/AlaBYahya/pwn-scenarios
Example record
{
"vulnerability": {"class": "Insecure Direct Object Reference (IDOR)", "cwe": "CWE-639", "severity": "unknown"},
"scenario": {
"preconditions": ["Application exposes object identifiers ...", "..."],
"process": [
{"step": 1, "action": "Map every endpoint that accepts an object identifier", "tools": ["Burp Suite"], "expected_observation": "..."},
{"step": 2, "action": "...", "expected_observation": "..."}
],
"impact": ["Unauthorized read access to other users' private data", "..."],
"remediation": ["Enforce server-side ownership/authorization checks on every object access", "..."]
},
"source": {"platform": "hackerone", "url": "https://hackerone.com/reports/...", "program": "..."}
}
Loading
from datasets import load_dataset
ds = load_dataset("aeby/pwn-scenarios")
Sources
| Platform | Records |
|---|---|
hackerone |
11,068 |
aggregated_writeup |
10,299 |
ctf |
8,436 |
tryhackme |
2,561 |
ghsa |
2,505 |
hackthebox |
1,588 |
Each record pairs an originally-authored generic playbook with a real disclosed instance's metadata (title, URL, date, author) -- never the writeup's full text. See the GitHub repo's DATA_LICENSE for exactly what is and isn't reproduced from original sources.
The attack decision graph
graph/attack_graph.json (included in this repo) models pentesting as a chess engine evaluates moves: 329 states, 299 actions, including 17 real CVE chains (Log4Shell, Spring4Shell, Zerologon, EternalBlue, MOVEit, and more) verified against NVD. graph/episodes_*.jsonl are synthetic (state, action, outcome, reward) rollouts sampled from it under random / greedy / epsilon-greedy policies, suitable for RL or behavior-cloning experiments. Full design: see docs/GRAPH.md on GitHub.
Using this dataset
This is retrieval/RAG material more than a raw fine-tuning dump -- a relatively small library of playbook texts repeats across 36,457 records with different source-metadata wrappers, so training on it directly mostly teaches memorization of the canned answers rather than generalization. Good uses:
- RAG: index by
vulnerability.cwe/vulnerability.class/source.platform, retrieve the matching playbook for a given vulnerability class. - Balanced fine-tuning subset: the GitHub repo's
scripts/sample_balanced.pycaps records per class and filters by classification confidence. - RL / decision-making data: the attack graph and its episode files.
License
Data: CC BY 4.0. Code (collection/generation scripts): MIT, on GitHub.
Citation
See CITATION.cff on GitHub.
Auto-synced from GitHub -- last updated by the weekly collection workflow.
- Downloads last month
- 155