CVE-2024-28864

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-28864
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-28864.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-28864
Aliases
Published
2024-03-18T22:15:09Z
Modified
2024-10-08T04:07:59.480071Z
Summary
[none]
Details

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.

References

Affected packages

Git / github.com/ilicmiljan/secure-props

Affected ranges

Type
GIT
Repo
https://github.com/ilicmiljan/secure-props
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v0.*

v0.1.0-alpha
v0.1.1-alpha
v0.2.0-beta
v0.3.0-rc
v0.3.1-rc
v0.3.2-rc
v0.4.0-rc
v0.4.1-rc
v0.5.0-rc
v0.6.0-rc
v0.6.1-rc
v0.6.2-rc

v1.*

v1.0.0
v1.1.0
v1.2.0
v1.2.1