Lucene search
+L

702 matches found

ATTACKERKB
ATTACKERKB
added 2026/06/25 5:17 p.m.11 views

CVE-2026-49839

jq is a command-line JSON processor. Prior to 1.8.2, jq --rawfile can turn a handled oversized-string error into invalid-state reuse and a real heap out-of-bounds write in assertion-disabled builds. When jvloadfileraw=1 reads an attacker-controlled file, it repeatedly appends file chunks to the...

7.1CVSS5.9AI score0.00148EPSS
SaveExploits1References2Affected Software1
AlpineLinux
AlpineLinux
added 2026/06/25 5:17 p.m.22 views

CVE-2026-49839

jq is a command-line JSON processor. Prior to 1.8.2, jq --rawfile can turn a handled oversized-string error into invalid-state reuse and a real heap out-of-bounds write in assertion-disabled builds. When jvloadfileraw=1 reads an attacker-controlled file, it repeatedly appends file chunks to the...

7.1CVSS5.8AI score0.00148EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/06/25 5:16 p.m.16 views

EUVD-2026-39499

jq is a command-line JSON processor. Prior to 1.8.2, on 32bit system, jvpstringappend has a chance of integer/multiple overflowing and then causing a massive buffer overrun. This vulnerability is fixed in 1.8.2...

6.9CVSS6AI score0.00103EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/06/25 5:16 p.m.17 views

CVE-2026-54679

jq is a command-line JSON processor. Prior to 1.8.2, on 32bit system, jvpstringappend has a chance of integer/multiple overflowing and then causing a massive buffer overrun. This vulnerability is fixed in 1.8.2...

6.9CVSS6AI score0.00103EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2026/06/25 5:16 p.m.29 views

CVE-2026-54679

jq is a command-line JSON processor. Prior to 1.8.2, on 32bit system, jvpstringappend has a chance of integer/multiple overflowing and then causing a massive buffer overrun. This vulnerability is fixed in 1.8.2...

6.9CVSS6AI score0.00103EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/25 5:16 p.m.63 views

CVE-2026-54679

CVE-2026-54679 affects the jq tool prior to version 1.8.2 on 32-bit systems. The vulnerability is in jvp_string_append where an integer overflow could trigger a massive buffer overrun, with a local attack vector and potential high impact on availability as described in the CVE. The issue is fixed...

6.9CVSS6AI score0.00103EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/06/25 5:16 p.m.48 views

CVE-2026-54679 jq: potential integer overflow in jvp_string_append

jq is a command-line JSON processor. Prior to 1.8.2, on 32bit system, jvpstringappend has a chance of integer/multiple overflowing and then causing a massive buffer overrun. This vulnerability is fixed in 1.8.2...

6.9CVSS0.00103EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/06/25 5:16 p.m.10 views

CVE-2026-54679

jq is a command-line JSON processor. Prior to 1.8.2, on 32bit system, jvpstringappend has a chance of integer/multiple overflowing and then causing a massive buffer overrun. This vulnerability is fixed in 1.8.2...

6.9CVSS6AI score0.00103EPSS
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.10 views

jq: signed-int overflow in stack_reallocate

A flaw was found in jq, a command line JSON processor. The memory allocation size is calculated using a signed integer that can overflow when processing deeply nested generator forks. This integer overflow allows an attacker who can supply a sufficiently nested input to influence the memory...

7.3CVSS6.1AI score0.00142EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.14 views

jq: stack overflow in recursive object merge

A flaw was found in jq, a command line JSON processor. The jvobjectmergerecursive function, reachable via the operator when both operands are objects, does not have a depth limit when processing nested objects. This missing depth limit allows an attacker who can supply a sufficiently nested input...

6.2CVSS6.1AI score0.00154EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.11 views

jq: embedded NUL truncates top-level jq programs loaded with -f

A flaw was found in jq, a command line JSON processor. Top-level jq programs loaded from a file using the -f flag are truncated at the first embedded NUL byte. This issue allows an attacker who can supply a crafted filter file to prematurely truncate the program, potentially bypassing filtering...

5.5CVSS6AI score0.00158EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.10 views

jq: jq: Heap out-of-bounds write via oversized raw file processing

A flaw was found in jq, a command-line JSON processor. This vulnerability allows an attacker to trigger a heap out-of-bounds write by providing a specially crafted, oversized file to the jq --rawfile option. This can lead to a denial of service DoS, making the affected system or application...

7.1CVSS6AI score0.00148EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.9 views

jq: stack overflow via unbounded recursion in jv_contains

A flaw was found in jq, a command line JSON processor. The jvcontains function does not have a depth limit when processing nested arrays or objects. This missing depth limit allows an attacker who can supply a sufficiently nested input structure to exhaust the stack memory, causing an application...

6.8CVSS6.1AI score0.00161EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.13 views

jq: jq: Denial of Service via deeply nested array comparison

A flaw was found in jq, a command-line JSON processor. This vulnerability allows a local user or an attacker providing malicious input to cause a denial of service DoS by comparing two sufficiently deeply nested arrays using the '==' operator. This action exhausts the C stack due to uncontrolled...

6.8CVSS6AI score0.00147EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.9 views

jq: stack overflow in module loading on mutual include

A flaw was found in jq, a command line JSON processor. The module loader fails to perform cycle detection when resolving imports. This missing cycle detection allows an attacker who can supply crafted modules with circular dependencies to exhaust the stack memory, causing an application crash,...

6.8CVSS6AI score0.00161EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.13 views

jq: jq: Denial of Service via integer overflow and buffer overrun on 32-bit systems

A flaw was found in jq, a command-line JSON processor. On 32-bit systems, a local attacker could exploit an integer overflow vulnerability in the jvpstringappend function. This could lead to a massive buffer overrun, resulting in a denial of service DoS condition...

6.9CVSS6.1AI score0.00103EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/06/25 3:16 p.m.24 views

jq: embedded NUL in jq import paths causes local redaction-policy bypass and preserves sensitive fields in published artifacts

A flaw was found in jq, a command line JSON processor. Embedded NUL bytes in import paths are truncated during module and data-file lookup, creating a mismatch between the intended import string and the actual file path opened. This issue allows an attacker who can supply a crafted script to acce...

4.4CVSS6AI score0.00157EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/06/24 12:00 a.m.12 views

Oracle Linux 9 : jq (ELSA-2026-19365)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-19365 advisory. - Fix CVE-2026-40164 - Denial of Service via crafted JSON object causing hash collisions - Fix CVE-2026-39979 out-of-bounds read in jvparsesized Tenab...

8.2CVSS7AI score0.00559EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/06/22 12:00 a.m.44 views

Amazon Linux 2023 : jq, jq-devel (ALAS2023-2026-1860)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2026-1860 advisory. jq --rawfile invalid-state reuse after String too long causes heap-buffer-overflow CVE-2026-49839 Tenable has extracted the preceding description block directly from the tested product security advisor...

7.1CVSS6AI score0.00148EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/06/20 12:00 a.m.14 views

Photon OS 5.0: Jq PHSA-2026-5.0-0885

An update of the jq package has been released. %NASLMINLEVEL 80900 C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2026-5.0-0885. The text itself is copyright C VMware, Inc. include'compat.inc'; if description scriptid321792...

7.3CVSS6AI score0.00161EPSS
SaveExploits7References8
Rows per page
Query Builder