CVE-2019-25451
CSRF in phpMoAdmin 1.1.5 Enables Unauthorized Database Operations
Publication date: 2026-02-20
Last updated on: 2026-03-02
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phpmoadmin | phpmoadmin | 1.1.5 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
phpMoAdmin 1.1.5 contains a cross-site request forgery (CSRF) vulnerability. This vulnerability allows attackers to perform unauthorized database operations by tricking authenticated users into submitting specially crafted GET requests to the moadmin.php page. These requests can include parameters such as action, db, and collection, which enable attackers to create, drop, or repair databases and collections without the user's consent.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized database operations being executed without the knowledge or consent of the authenticated user. Attackers can manipulate databases by creating, dropping, or repairing databases and collections, potentially causing data loss, data corruption, or disruption of service.
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