Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2024-53427

Опубликовано: 26 фев. 2025
Источник: debian

Описание

decNumberCopy in decNumber.c in jq through 1.7.1 does not properly consider that NaN is interpreted as numeric, which has a resultant stack-based buffer overflow and out-of-bounds write, as demonstrated by use of --slurp with subtraction, such as a filter of .-. when the input has a certain form of digit string with NaN (e.g., "1 NaN123" immediately followed by many more digits).

Пакеты

ПакетСтатусВерсия исправленияРелизТип
jqfixed1.7.1-5package
jqno-dsabookwormpackage
jqnot-affectedbullseyepackage

Примечания

  • https://github.com/jqlang/jq/security/advisories/GHSA-x6c3-qv5r-7q22

  • https://github.com/jqlang/jq/issues/3196

  • https://github.com/jqlang/jq/commit/b86ff49f46a4a37e5a8e75a140cb5fd6e1331384

  • https://github.com/jqlang/jq/commit/a09a4dfd55e6c24d04b35062ccfe4509748b1dd3

  • Introduced by: https://github.com/jqlang/jq/commit/cf4b48c7ba30cb30e116b523cff036ea481459f6 (jq-1.7rc1)

Связанные уязвимости

CVSS3: 8.1
ubuntu
4 месяца назад

decNumberCopy in decNumber.c in jq through 1.7.1 does not properly consider that NaN is interpreted as numeric, which has a resultant stack-based buffer overflow and out-of-bounds write, as demonstrated by use of --slurp with subtraction, such as a filter of .-. when the input has a certain form of digit string with NaN (e.g., "1 NaN123" immediately followed by many more digits).

CVSS3: 5.3
redhat
4 месяца назад

decNumberCopy in decNumber.c in jq through 1.7.1 does not properly consider that NaN is interpreted as numeric, which has a resultant stack-based buffer overflow and out-of-bounds write, as demonstrated by use of --slurp with subtraction, such as a filter of .-. when the input has a certain form of digit string with NaN (e.g., "1 NaN123" immediately followed by many more digits).

CVSS3: 8.1
nvd
4 месяца назад

decNumberCopy in decNumber.c in jq through 1.7.1 does not properly consider that NaN is interpreted as numeric, which has a resultant stack-based buffer overflow and out-of-bounds write, as demonstrated by use of --slurp with subtraction, such as a filter of .-. when the input has a certain form of digit string with NaN (e.g., "1 NaN123" immediately followed by many more digits).

CVSS3: 8.1
msrc
3 месяца назад

Описание отсутствует

CVSS3: 8.1
github
4 месяца назад

jq v1.7.1 contains a stack-buffer-overflow in the decNumberCopy function within decNumber.c.