Unknown · Logging Redactor · CVE-2026-22041
**Name of the Vulnerable Software and Affected Versions**
Logging Redactor versions prior to 0.0.6
**Description**
Logging Redactor is a Python library used to redact sensitive data in logs using regex patterns or dictionary keys. Versions prior to 0.0.6 incorrectly convert non-string data types into strings, which can cause type errors during format string operations, specifically with `%d` conversions.
**Recommendations**
Update Logging Redactor to version 0.0.6 or later.