Lucene search
+L

710 matches found

Nuclei
Nuclei
added 2026/09/23 2:05 a.m.37 views

Apache Tika - XML External Entity Injection

Apache Tika tika-core 1.13-3.2.1, tika-pdf-module 2.0.0-3.2.1, and tika-parsers 1.13-1.28.5 contain an XML External Entity injection caused by processing crafted XFA files inside PDFs, letting attackers perform XXE attacks remotely, exploit requires crafted PDF input. id: CVE-2025-66516 info: nam...

9.8CVSS7.7AI score0.87688EPSS
SaveExploits6References2
Kitploit
Kitploit
added 2026/09/22 11:07 p.m.12 views

CAPE-parsers

CAPE-parsers CAPE 核心与社区解析器 配置结构 root@kitploit: CNCs: campaign: str botnet: str dgaseed: hex str version: str mutex: str useragent: str build: str cryptokey: str cryptokeytype: str algorithm. Ex: RC4, RSA public key. salsa20, xchacha20 raw: any other data goes here 所有 CNC 条目都应采用 URL 格式,即 ://:/...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 8:20 p.m.11 views

subparse

subparse Subparse 是一个模块化框架,由 Josh Strochein、Aaron Baker 和 Odin Bernstein 开发。该框架旨在解析和索引恶意软件文件,并以可搜索的 Web 查看器展示解析过程中发现的信息。框架采用模块化设计,包含核心解析引擎、解析模块以及多种富化器,用于向恶意软件索引中添加额外信息。框架的主要输入值是恶意软件文件目录,核心解析引擎或用户指定的解析引擎会先解析这些文件,然后由用户指定的富化引擎添加额外信息,最后将解析出的信息索引到 Elasticsearch 中。收集到的信息可通过 Web...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/22 7:01 p.m.14 views

CVE-2018-11788

Summary Apache Karaf is a modern and polymorphic applications container. It's a lightweight, powered, and enterprise ready container powered by OSGi. Apache Karaf is a "product project", providing a complete and turnkey runtime. The runtime is "multi-facets", meaning that you can deploy different...

9.8CVSS8.4AI score0.06211EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.7 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: – Fixed a refcount leak in bcm4908partitionsfwoffset. The function offindnodebypath returns a node pointer with the refcount incremented. We should use ofnodeput on it when it is no longer needed. Add the...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/08 5:19 a.m.10 views

expat: libexpat: Arbitrary Code Execution via Heap-based Buffer Overflow

A flaw was found in libexpat, a library used for parsing XML data. An attacker could exploit a heap-based buffer overflow, a type of memory error, by providing specially crafted XML input. This vulnerability occurs when the library mishandles memory reallocation while processing XML, particularly...

6.9CVSS6.7AI score0.00103EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:13 p.m.10 views

EUVD-2026-71234

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers nfcllcpparsegbtlv and nfcllcpparseconnectiontlv contain three related bugs in their TLV parsing loops: 1. 'offset' is declared u8 but tlvarraylen is u16. When TLV data...

5.7AI score0.00234EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/03 8:30 p.m.35 views

CVE-2026-85062 Colord: Slow rejection of oversized malformed color strings

Colord is a tiny yet powerful tool for high-performance color manipulations and conversions. Prior to 2.9.4, synchronous CSS color string matchers in src/colorModels/rgbString.ts, src/colorModels/hslString.ts, src/colorModels/hwbString.ts, src/colorModels/lchString.ts, and...

6.9CVSS0.00291EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/03 12:07 a.m.15 views

SUSE CVE-2026-72374

In the Linux kernel, the following vulnerability has been resolved: afs: Fix callback service message parsers to pass through -EAGAIN The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function that parses the incomi...

7.5CVSS5.8AI score0.00707EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/30 4:18 a.m.21 views

OESA-2026-3582 python-aiohttp security update

Async http client/server framework asyncio. Security Fixes: AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.2, the HTTP parsers were vulnerable to a request smuggling attack relating to WebSocket upgrades. If using the server-side component, an attack...

6.3CVSS6.7AI score0.00431EPSS
SaveExploits1References2
SUSE Linux
SUSE Linux
added 2026/08/11 8:02 a.m.10 views

Security update for python312

This update for python312 fixes the following issues: Security issues fixed: CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the configparser module is used bsc1269066. CVE-2026-3276: quadratic complexity in unicodedata.normalize can lead t...

8.7CVSS5.6AI score0.0075EPSS
SaveExploits0References40
CVE
CVE
added 2026/08/10 12:01 p.m.161 views

CVE-2026-68277

The CVE-2026-68277 entry concerns Linux kernel DRM/DP/MST sideband reply parsers where three 16-bit reads check bounds after reading, risking out-of-bounds access (idx == curlen). A fix was applied: pre-check using a single combined condition (idx + 2 > curlen) before each 2-byte read. Affecte...

5.3AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.40 views

CVE-2026-68277 drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers

In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers Three sideband reply parsers read 16-bit fields as: val = raw-msgidx msgidx+1; and check bounds only after the fact. When idx == raw-curlen, raw-msgidx+1 reads...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:01 p.m.15 views

EUVD-2026-55378

In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers Three sideband reply parsers read 16-bit fields as: val = raw-msgidx msgidx+1; and check bounds only after the fact. When idx == raw-curlen, raw-msgidx+1 reads...

5.3AI score0.0022EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/09 1:27 a.m.9 views

JLSEC-2026-1226

In libexpat before 2.8.2, there is a heap-based buffer overflow in doProlog in xmlparse.c because scaffold backing array reallocation is mishandled when there is data-structure sharing across parsers...

6.9CVSS5.5AI score0.00103EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/08/09 12:00 a.m.24 views

SUSE SLES15: libpython3_10-1_0 / python310 / python310-base / python310-curses / etc (SUSE-SU-2026:3530-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3530-1 advisory. Security issues fixed: - CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when t...

8.7CVSS5.3AI score0.0075EPSS
SaveExploits0References30
SUSE Linux
SUSE Linux
added 2026/08/07 2:30 p.m.16 views

Security update for python310

This update for python310 fixes the following issues: Security issues fixed: CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the configparser module is used bsc1269066. CVE-2026-3276: quadratic complexity in unicodedata.normalize can lead t...

8.7CVSS5.3AI score0.0075EPSS
SaveExploits0References40
Github Security Blog
Github Security Blog
added 2026/08/06 8:37 p.m.26 views

league/commonmark: Quadratic-time denial of service when parsing crafted Markdown

Impact Affected versions of league/commonmark can have quadratic time complexity when parsing specially crafted Markdown lines. In practical terms, doubling the length of an affected line can make the parser perform roughly four times as much work. The parser identifies locations using character...

7.5CVSS5.6AI score0.00346EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/31 4:10 p.m.14 views

GHSA-Q6HH-GP44-4HCM Wings: Maliciously or erroneously created parsed config files can cause wings process to OOM

Summary Config file parsers, json, yaml, xml etc in parser.go have no file size limit/checks, allowing for a giant config file to potentially OOM the wings process. Impact All wings users who have an egg with a non-file parser configuration file setting...

5.5CVSS5.5AI score0.00113EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/31 4:09 p.m.42 views

CVE-2026-52857 Wings: Maliciously or erroneously created parsed config files can cause wings process to OOM

Wings is the server control plane for Pterodactyl, a free, open-source game server management panel. Prior to 1.13.0, unbounded json, yaml, and xml configuration-file parsers in parser.go can process an oversized non-file parser configuration file and exhaust Wings process memory. This issue is...

5.5CVSS0.00113EPSS
SaveExploits0References3
Rows per page
Query Builder