CVE-2025-2376 Details
Description
A vulnerability has been found in viames Pair Framework up to 1.9.11 and classified as critical. Affected by this vulnerability is the function getCookieContent of the file /src/UserRemember.php of the component PHP Object Handler. The manipulation of the argument cookieName leads to deserialization. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
A critical PHP object injection vulnerability has been identified in the Viames Pair Framework in versions through 1.9.11. The issue arises in the 'getCookieContent' function within 'src/UserRemember.php', where user-supplied cookie data is passed to 'unserialize()' without proper validation. This deserialization of untrusted data can be exploited remotely, potentially leading to arbitrary file writes or other attacks, depending on the application's context.
The vulnerability can be mitigated by using the 'allowed_classes' option with 'unserialize()' to prevent object injection, or by replacing serialization with JSON encoding and decoding, if object deserialization is not necessary.
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.
Volerion
Assessed Mar 17, 2025CISA-ADP
Assessed Mar 17, 2025References 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://gist.github.com/mcdruid/1997e10026833d2d1f3e359d75b5912a | [email protected] | ExploitRemedyTechnical Analysis |
| https://vuldb.com/?ctiid.299875 | [email protected] | Content Wall |
| https://vuldb.com/?id.299875 | [email protected] | AdvisoryContent Wall |
| https://vuldb.com/?submit.515735 | [email protected] | Content WallIssue Tracking |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| viames Pair Framework | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 17, 2025 | New CVE Received | [email protected] |
Volerion