GHSA-rj29-j2g4-77q8

Suggest an improvement
Source
https://github.com/advisories/GHSA-rj29-j2g4-77q8
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/03/GHSA-rj29-j2g4-77q8/GHSA-rj29-j2g4-77q8.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-rj29-j2g4-77q8
Aliases
Published
2024-03-18T20:39:00Z
Modified
2024-03-19T18:46:44.103917Z
Severity
  • 2.6 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N CVSS Calculator
Summary
[TagAwareCipher] - Decryption Failure (Regex Match)
Details

Impact

Vulnerability in SecureProps 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).

Patches

The patch for the issue has been released. Users are advised to update to version 1.2.2.

Workarounds

The main recommendation is to update to the latest version as there are no breaking changes.

If that's not possible, you can 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 Base64Encoder by default.

References

Reported issue: https://github.com/IlicMiljan/Secure-Props/issues/20 Pull request resolving bug: https://github.com/IlicMiljan/Secure-Props/pull/21

Database specific
{
    "nvd_published_at": "2024-03-18T22:15:09Z",
    "cwe_ids": [
        "CWE-1333"
    ],
    "severity": "LOW",
    "github_reviewed": true,
    "github_reviewed_at": "2024-03-18T20:39:00Z"
}
References

Affected packages

Packagist / ilicmiljan/secure-props

Package

Name
ilicmiljan/secure-props
Purl
pkg:composer/ilicmiljan/secure-props

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.2.0
Fixed
1.2.2

Affected versions

v1.*

v1.2.0
v1.2.1