CVE-2025-9943
BaseFortify
Publication date: 2025-09-10
Last updated on: 2025-11-04
Assigner: SEC Consult Vulnerability Lab
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| shibboleth | service_provider | 3.5.0 |
| shibboleth | service_provider | 3.5.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an SQL injection in the "ID" attribute of the SAML response when the Shibboleth Service Provider's replay cache is configured to use an SQL database via the ODBC plugin. An attacker who is not authenticated can exploit this blind SQL injection to extract arbitrary data from the database due to insufficient escaping of single quotes in the code.
How can this vulnerability impact me? :
The vulnerability allows an unauthenticated attacker to perform blind SQL injection attacks, potentially extracting arbitrary data from the database used by the Shibboleth Service Provider. This could lead to unauthorized data disclosure and compromise of sensitive information stored in the database.