CVE-2019-25447
CSRF and XSS in OrientDB 3.0.17 Allow Unauthorized Actions
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-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in OrientDB 3.0.17 GA Community Edition is a cross-site request forgery (CSRF) issue. It allows attackers to perform unauthorized actions by sending malicious requests to specific endpoints such as /database/, /command/, and /document/. These actions include creating or deleting databases, modifying schema classes, managing users, and creating functions. The problem arises because authenticated requests lack proper token validation, and this is compounded by reflected and stored cross-site scripting (XSS) vulnerabilities in the web interface.
How can this vulnerability impact me? :
The impact of this vulnerability includes unauthorized modification and management of the database system. Attackers can create or delete databases, alter schema classes, manage user accounts, and create functions without proper authorization. This can lead to data integrity issues, unauthorized access, potential data loss, and disruption of database services.
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