CVE-2025-29157
BaseFortify
Publication date: 2025-09-25
Last updated on: 2025-10-14
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| smartbear | swagger_petstore | 1.0.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in petstore v.1.0.7 allows a remote attacker to execute arbitrary code by accessing a non-existent endpoint (/cart). When this endpoint is accessed, the server returns a 404-error page that exposes sensitive information such as the Servlet name (default) and the server version, which can be exploited to execute code remotely.
How can this vulnerability impact me? :
The vulnerability can allow a remote attacker to execute arbitrary code on the server, potentially leading to unauthorized access, data theft, service disruption, or further compromise of the system hosting petstore v.1.0.7.