VYPR
Unrated severityNVD Advisory· Published Mar 18, 2022· Updated Aug 3, 2024

CVE-2022-25578

CVE-2022-25578

Description

taocms v3.0.2 allows attackers to execute code injection via arbitrarily editing the .htaccess file.

AI Insight

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

taocms v3.0.2 allows authenticated attackers to inject arbitrary code by editing the .htaccess file, enabling remote PHP execution.

Vulnerability

taocms v3.0.2, an open-source content management system, suffers from a code injection vulnerability in the file management interface. An attacker with administrative access can edit the .htaccess file arbitrarily via the web-based file manager. By appending a directive such as AddType application/x-httpd-php .php3, the attacker causes the server to interpret files with the .php3 extension as PHP scripts. The affected version is confirmed as v3.0.2; earlier versions may also be impacted but are not explicitly mentioned in available references [2].

Exploitation

An attacker requires valid administrator credentials to log into the taocms backend. From there, they navigate to the file management section, locate or create the .htaccess file, and insert the AddType rule via the edit functionality. A new file with a .php3 extension containing arbitrary PHP code is then uploaded to the server. Accessing this file through a web browser triggers execution of the injected code [2].

Impact

Successful exploitation allows the attacker to execute arbitrary PHP code on the server, leading to full remote code execution (RCE) in the context of the web server user. This can result in complete compromise of the web application and underlying server, including data theft, malware deployment, or further lateral movement within the network.

Mitigation

No official fix has been published as of the disclosure date (2022-03-18). The official website (taocms.com) appears to be a domain sales landing page with no security update [1]. Administrators should restrict access to the admin panel, apply strict file permission controls on .htaccess, and consider migrating to a maintained CMS if no patch is released. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog at this time.

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

Affected products

2
  • taocms/taocmsdescription
  • Taogo/Taocmsllm-fuzzy
    Range: =3.0.2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.