Vulnerability Description
SecureProps is a PHP library designed to simplify the encryption and decryption of property data in objects. A vulnerability in SecureProps version 1.2.0 and 1.2.1 involves a regex failing to detect tags during decryption of encrypted data. This occurs when the encrypted data has been encoded with `NullEncoder` and passed to `TagAwareCipher`, and contains special characters such as `\n`. As a result, the decryption process is skipped since the tags are not detected. This causes the encrypted data to be returned in plain format. The vulnerability affects users who implement `TagAwareCipher` with any base cipher that has `NullEncoder` (not default). The patch for the issue has been released. Users are advised to update to version 1.2.2. As a workaround, one may use the default `Base64Encoder` with the base cipher decorated with `TagAwareCipher` to prevent special characters in the encrypted string from interfering with regex tag detection logic. This workaround is safe but may involve double encoding since `TagAwareCipher` uses `NullEncoder` by default.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ilicmiljan | Secureprops | 1.2.0 |
Related Weaknesses (CWE)
References
- https://github.com/IlicMiljan/Secure-Props/commit/ab7b561040cd37fda3dbf9a6cab01fTechnical Description
- https://github.com/IlicMiljan/Secure-Props/issues/20Issue TrackingMitigation
- https://github.com/IlicMiljan/Secure-Props/pull/21Issue Tracking
- https://github.com/IlicMiljan/Secure-Props/security/advisories/GHSA-rj29-j2g4-77Vendor Advisory
- https://github.com/IlicMiljan/Secure-Props/commit/ab7b561040cd37fda3dbf9a6cab01fTechnical Description
- https://github.com/IlicMiljan/Secure-Props/issues/20Issue TrackingMitigation
- https://github.com/IlicMiljan/Secure-Props/pull/21Issue Tracking
- https://github.com/IlicMiljan/Secure-Props/security/advisories/GHSA-rj29-j2g4-77Vendor Advisory
FAQ
What is CVE-2024-28864?
CVE-2024-28864 is a vulnerability with a CVSS score of 2.6 (LOW). SecureProps is a PHP library designed to simplify the encryption and decryption of property data in objects. A vulnerability in SecureProps version 1.2.0 and 1.2.1 involves a regex failing to detect t...
How severe is CVE-2024-28864?
CVE-2024-28864 has been rated LOW with a CVSS base score of 2.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-28864?
Check the references section above for vendor advisories and patch information. Affected products include: Ilicmiljan Secureprops.