CVE-2025-15375 Details
Description
A flaw has been found in EyouCMS up to 1.7.7. The impacted element is the function unserialize of the file application/api/controller/Ajax.php of the component arcpagelist Handler. Executing a manipulation of the argument attstr can lead to deserialization. The attack can be launched remotely. The exploit has been published and may be used. The vendor is "[a]cknowledging the existence of the vulnerability, we have completed the fix and will release a new version, v1.7.8".
A deserialization vulnerability has been identified in EyouCMS versions through 1.7.7. The issue arises in the arcpagelist functionality, where the application improperly uses the native PHP unserialize() function to deserialize data from the ey_arcmulti database table. This lack of validation allows for PHP object injection, which can be exploited using known gadget chains from ThinkPHP 5.0.24, potentially leading to remote code execution or arbitrary file deletion. Exploitation requires the ability to write to the database, either through SQL injection or other means.
The vulnerability can be addressed by using the safe_unserialize() function, which is available in the application/function.php file. Alternatively, the allowed_classes parameter can be utilized with the unserialize() function to prevent the instantiation of malicious objects. For versions of PHP that support it, switching to JSON for data serialization and deserialization is recommended.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://note-hxlab.wetolink.com/share/2wLgcbKe9Toh | CISA-ADP | ExploitThird Party Advisory |
| https://note-hxlab.wetolink.com/share/2wLgcbKe9Toh#-span--strong-proof-of-concept---strong---span- | CISA-ADP | ExploitThird Party Advisory |
| https://note-hxlab.wetolink.com/share/2wLgcbKe9Toh | [email protected] | ExploitThird Party Advisory |
| https://note-hxlab.wetolink.com/share/2wLgcbKe9Toh#-span--strong-proof-of-concept---strong---span- | [email protected] | ExploitThird Party Advisory |
| https://vuldb.com/?ctiid.339083 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.339083 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.718481 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| eyoucms eyoucms | < 1.7.8 |
CPE
Remediation
| |
Change History
7 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Feb 24, 2026 | CVE Modified | [email protected] |
| Jan 2, 2026 | CVE Modified | CISA-ADP |
| Dec 31, 2025 | Initial Analysis | [email protected] |
| Dec 31, 2025 | New CVE Received | [email protected] |