Описание
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.
EPSS
Процентиль: 23%
0.00301
Низкий
3.7 Low
CVSS3
Дефекты
CWE-770
Связанные уязвимости
CVSS3: 3.7
github
3 месяца назад
ciguard: SCA HTTP client reads response body without size cap
EPSS
Процентиль: 23%
0.00301
Низкий
3.7 Low
CVSS3
Дефекты
CWE-770