VYPR
High severityNVD Advisory· Published May 15, 2020· Updated Aug 5, 2024

CVE-2019-20390

CVE-2019-20390

Description

A Cross-Site Request Forgery (CSRF) vulnerability was discovered in Subrion CMS 4.2.1 that allows a remote attacker to remove files on the server without a victim's knowledge, by enticing an authenticated user to visit an attacker's web page. The application fails to validate the CSRF token for a GET request. An attacker can craft a panel/uploads/read.json?cmd=rm URL (removing this token) and send it to the victim.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Subrion CMS 4.2.1 is vulnerable to CSRF allowing an attacker to delete server files by tricking an authenticated user into visiting a crafted URL.

Vulnerability

A Cross-Site Request Forgery (CSRF) vulnerability exists in Subrion CMS version 4.2.1. The application fails to validate a CSRF token for GET requests, specifically in the panel/uploads/read.json endpoint. An attacker can craft a URL such as panel/uploads/read.json?cmd=rm that omits the token, and if an authenticated user visits this URL, the server executes the file removal command without the user's knowledge [1].

Exploitation

To exploit this vulnerability, the attacker must lure an authenticated Subrion CMS user into clicking a malicious link or visiting a crafted web page. The attack does not require any special privileges beyond the victim being logged in. The crafted GET request directly triggers the removal of files on the server, as the CSRF token is not checked for this type of request [1].

Impact

Successful exploitation allows a remote attacker to delete files on the server, potentially leading to data loss, denial of service, or further compromise of the CMS. The attack is executed without the victim's awareness, making it a serious security risk [1].

Mitigation

As of the publication date, no official patch or workaround has been released for this vulnerability. Users are advised to upgrade to a patched version if available, or implement additional CSRF protections such as custom token validation for GET requests.

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.