752 matches found
warcannon
WARCannon - Catastrophically powerful parallel WARC processing WARCannon was built to simplify and cheapify the process of 'grepping the internet'. With WARCannon, you can: Build and test regex patterns against real Common Crawl data Easily load Common Crawl datasets for parallel processing Scale...
red-kube
Red Team K8S Adversary Emulation Based on kubectl Red Kube is a collection of kubectl commands written to evaluate the security posture of Kubernetes clusters from the attacker's perspective. The commands are either passive for data collection and information disclosure or active for performing...
CVE-Vulnerability-Information-Downloader
CVE 漏洞信息下载器 通用漏洞评分系统 CVSS 是一个免费开放的行业标准,用于评估计算机系统安全漏洞的严重程度。 漏洞利用预测评分系统 EPSS 估计软件漏洞在现实中被利用的可能性。 CISA 发布了一份已知被利用漏洞的列表。 该项目从这三个来源下载信息,并将它们合并到一个列表中。 扫描器会显示 CVE 编号和 CVSS 评分,但通常不会导出完整详细信息,例如“利用性评分”或“是否需要用户交互”。通过添加 EPSS 评分,您有更多选择来决定首先处理哪些漏洞,并根据对您环境有意义的阈值进行筛选。 您可以使用这些信息来丰富您的漏洞扫描器(如 OpenVAS)提供的信息,以优先进行修复。...
spyse.py
spyse.py Python API wrapper and command-line client for the tools hosted on spyse.com. "Spyse is a developer of complete DAAS Data-As-A-Service solutions for Internet security professionals, corporate and remote system administrators, SSL / TLS encryption certificate providers, data centers and...
burp-jq
Burp JQ Esta es una extensión de Burp para aplicar consultas jq al contenido JSON del visor de mensajes HTTP. Compilación root@kitploit: $ gradle fatJar Créditos Burp JQ depende de jackson-jq, una implementación de jq en Java. jq jackson jackson-jq...
jq-els-backport-cve-2025-48060
jq-els-backport-cve-2025-48060 Backport de la corrección upstream para CVE-2025-48060 desbordamiento de búfer de heap en jvstringempty a jq 1.6. Backport CVE-2025-48060 – Backport del commit upstream c6e0416 “Corrección de desbordamiento de búfer de heap al formatear una cadena vacía” desde una...
Astra Linux – Vulnerability in jq
jq is a command-line JSON processor. In versions 1.8.1 and below, functions jvsetpath, jvgetpath, and delpathssorted in jq’s src/jvaux.c use unbounded recursion whose depth is controlled by the length of a path array provided by the caller, with no depth limit enforced. An attacker can provide a...
Astra Linux – Vulnerability in jq
jq is a command-line JSON processor. A integer overflow vulnerability exists in versions 1.8.1 and later, within the jvpstring.Append and jvpstringCopyReplaceBad functions. Concatenating strings whose combined length exceeds 2^31 bytes causes a 32-bit unsigned integer overflow in the buffer...
Astra Linux – Vulnerability in jq
jq is a command-line JSON processor. Prior to version 1.8.2, jq --rawfile could cause an invalid-state reuse and a real heap-out-of-bounds write in environments with assertion-disabled features. When jvloadfileraw=1 reads a file controlled by an attacker, it repeatedly appends file chunks to the...
Astra Linux – Vulnerability in jq
jq is a command-line JSON processor. Prior to version 1.8.2, the strindices builtin function in jq’s src/builtin.c passed its arguments directly to jvstringindexes, without verifying that they were strings. Additionally, jvstringindexes in src/jv.c relied solely on assert checks, which are remove...
Astra Linux – Vulnerability in jq
jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed 0x432A9843 for all JSON object hash table operations. This allowed attackers to precompute key collisions offline. By providing a crafted JSON...
Astra Linux – Vulnerability in jq
jq is a command-line JSON processor. Commits prior to 6374ae0bcdfe33a18eb0ae6db28493b1f34a0a5b contain a vulnerability where CLI input parsing allows validation bypass via embedded NUL bytes. When reading JSON from files or stdin, jq uses strlen to determine buffer length instead of the actual by...
CVE-2026-18486
IBM ContextForge MCP Gateway = v1.0.7 MCP Context Forge could allow a remote authenticated attacker to obtain sensitive credentials and escalate privileges due to improper validation of jq filters...
CVE-2026-18486 IBM ContextForge MCP Gateway is affected by credential disclosure and privilege escalation via jq filter execution
IBM ContextForge MCP Gateway = v1.0.7 MCP Context Forge could allow a remote authenticated attacker to obtain sensitive credentials and escalate privileges due to improper validation of jq filters...
CVE-2026-18486
IBM ContextForge MCP Gateway (≤ v1.0.7) is vulnerable to credential disclosure and privilege escalation via improper validation of jq filters . An authenticated user with developer privileges can supply a malicious jq program in the jsonpath_filter field that executes unrestricted built-in functi...
EUVD-2026-71605
IBM ContextForge MCP Gateway = v1.0.7 MCP Context Forge could allow a remote authenticated attacker to obtain sensitive credentials and escalate privileges due to improper validation of jq filters...
Security Bulletin: IBM ContextForge MCP Gateway is affected by credential disclosure and privilege escalation via jq filter execution
Summary IBM ContextForge MCP Gateway allows authenticated users with developer privileges to supply a jq program in the tool jsonpathfilter field that executes unrestricted built-in such as $ENV inside the server process, exposing environment variables including cryptographic keys and database...
The vulnerability of the JSON data processing tool JQ, related to buffer overflows, allows attackers to trigger a denial-of-service attack.
The vulnerability of the JSON data processing tool JQ is related to writing beyond the buffer boundaries. Exploiting this vulnerability can allow an attacker to cause a service failure...
The vulnerability of the JSON data processing tool JQ, related to uncontrolled recursion, allows a hacker to cause a service failure.
The vulnerability of the JSON data processing tool JQ is related to uncontrolled recursion. Exploiting this vulnerability could allow an attacker to cause a service failure...
K000163091: JSON processor vulnerability CVE-2026-39979
Security Advisory Description jq is a command-line JSON processor. In commits before 2f09060afab23fe9390cce7cb860b10416e1bf5f, the jvparsesized API in libjq accepts a counted buffer with an explicit length parameter, but its error-handling path formats the input buffer using %s in jvstringfmt,...