Skip to content

Commit

Permalink
Request Smuggling
Browse files Browse the repository at this point in the history
ADD Request smuggling to VRT:
Varies - Server Security Misconfiguration - HTTP Request Smuggling
  • Loading branch information
TimmyBugcrowd committed Jun 25, 2023
1 parent 48d97a2 commit 9ed0b52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mappings/cvss_v3/cvss_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"id": "unsafe_cross_origin_resource_sharing",
"cvss_v3": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N"
},
{
"id": "unsafe_cross_origin_resource_sharing",
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"id": "path_traversal",
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
Expand Down
4 changes: 4 additions & 0 deletions mappings/cwe/cwe.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"id": "unsafe_cross_origin_resource_sharing",
"cwe": ["CWE-942"]
},
{
"id": "request_smuggling",
"cwe": ["CWE-444"]
},
{
"id": "path_traversal",
"cwe": ["CWE-22", "CWE-73"]
Expand Down

0 comments on commit 9ed0b52

Please sign in to comment.