CVE-2026-44219

Source
https://cve.org/CVERecord?id=CVE-2026-44219
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44219.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-44219
Aliases
Published
2026-05-12T19:40:28.848Z
Modified
2026-07-13T16:42:46.790105846Z
Severity
  • 3.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
ciguard: SCA HTTP client reads response body without size cap
Details

ciguard is a static security auditor for CI/CD pipelines. From 0.6.0 to 0.8.1, both SCA HTTP clients (src/ciguard/analyzer/sca/osv.py and src/ciguard/analyzer/sca/endoflife.py) call payload = json.loads(resp.read().decode('utf-8')) without a maximum-bytes cap. A hostile or compromised endoflife.date / OSV.dev (or a successful TLS MITM) could return a multi-GB response, exhausting the ciguard process's memory. This vulnerability is fixed in 0.8.2.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-770"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44219.json"
}
References

Affected packages

Git / github.com/jo-jo98/ciguard

Affected ranges

Type
GIT
Repo
https://github.com/jo-jo98/ciguard
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "0.6.0"
        },
        {
            "fixed": "0.8.2"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v0.*
v0.6.0
v0.6.1
v0.7.0
v0.8.0
v0.8.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44219.json"