Cyber Posture

CVE-2022-41573

Critical

Published: 07 January 2025

Published
07 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0998 93.1th percentile
Risk Priority 26 60% EPSS · 20% KEV · 20% CVSS

Description

An issue was discovered in Ovidentia 8.3. The file upload feature does not prevent the uploading of executable files. A user can upload a .png file containing PHP code and then rename it to have the .php extension. It will then be accessible at an images/common/ URI for remote code execution.

Security Summary

CVE-2022-41573 is a vulnerability discovered in Ovidentia 8.3, affecting the file upload feature which fails to prevent the uploading of executable files. Specifically, an attacker can upload a file disguised with a .png extension but containing PHP code, then rename it to a .php extension. The file becomes accessible via an images/common/ URI, enabling remote code execution.

The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical. It can be exploited by any unauthenticated attacker over the network with low complexity and no user interaction required, resulting in high impacts to confidentiality, integrity, and availability through arbitrary remote code execution on the server.

References point to the Ovidentia Bitbucket repository branches, the Orange Cyberdefense CVE repository, and a proof-of-concept exploit script hosted in that repository at PoCs/poc_CVE-2022-41573.txt. No specific mitigation or patch details from advisories are detailed in the provided information.

Details

CWE(s)
CWE-434

References