CVE-2019-25449
Reflected XSS in OrientDB 3.0.17 Document Endpoint
Publication date: 2026-02-20
Last updated on: 2026-02-24
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| orientdb | orientdb | 3.0.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reflected cross-site scripting (XSS) issue in OrientDB version 3.0.17. It allows attackers to inject malicious scripts by sending specially crafted JSON payloads to the document endpoint. Specifically, attackers can send POST requests to the /document/demodb/-1:-1 URL with script tags included in the name parameter, which results in arbitrary JavaScript being executed in the browsers of users who access the affected endpoint.
How can this vulnerability impact me? :
This vulnerability can lead to attackers executing arbitrary JavaScript code in the browsers of users interacting with the affected OrientDB endpoint. This can result in theft of sensitive information such as session cookies, user credentials, or other data accessible via the browser. It may also allow attackers to perform actions on behalf of the user, potentially compromising user accounts and data integrity.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know