Executive Summary

Informations
Name CVE-2024-28864 First vendor Publication 2024-03-18
Vendor Cve Last vendor Modification 2024-03-19

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28864

Sources (Detail)

https://github.com/IlicMiljan/Secure-Props/commit/ab7b561040cd37fda3dbf9a6cab...
https://github.com/IlicMiljan/Secure-Props/issues/20
https://github.com/IlicMiljan/Secure-Props/pull/21
https://github.com/IlicMiljan/Secure-Props/security/advisories/GHSA-rj29-j2g4...
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
Date Informations
2024-03-19 17:27:37
  • Multiple Updates
2024-03-19 05:27:29
  • First insertion