Lucene search
+L

7472 matches found

OSV
OSV
added 2026/07/20 4:44 p.m.18 views

CVE-2026-47276 NULL Pointer Dereference in REST API properties_parse via Malformed user_properties

In nanomq versions 0.24.11 and earlier, a NULL pointer dereference in propertiesparse allows an authenticated attacker to crash the NanoMQ broker by sending a POST request to /api/v4/mqtt/publish with userproperties as a JSON array instead of a JSON object. The crash occurs because strlen is call...

6.5CVSS5.4AI score
SaveExploits0References3
OSV
OSV
added 2026/07/20 3:56 p.m.19 views

CVE-2026-46671 Rust OneNote File Parser: Path traversal in `Parser::parse_notebook` allows reading files outside the notebook directory

Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted .onetoc2 table-of-contents file can cause Parser::parsenotebook to open arbitrary files on the host filesystem outside the notebook's directory. The parser reads ent...

4.4CVSS5.5AI score
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2026/07/20 12:00 a.m.13 views

The vulnerability of the parse_option() function in the DHCP server dhcpcd allows a attacker to trigger a service failure.

The vulnerability of the parseoption function in the DHCP server dhcpcd is related to its dependence on behaviors that are uncertain for each implementation type. Exploiting this vulnerability could allow a malicious actor to cause service failures using a specially crafted configuration file...

5.5CVSS5.3AI score0.00169EPSS
SaveExploits0References7Affected Software3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-63868

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: garp: fix unsigned integer underflow in garppduparseattr The receive-side GARP attribute parser computes dlen with reversed operands: dlen = sizeofga -...

5.9AI score0.0022EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64154 drm/msm/adreno: Fix a reference leak in a6xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xxgpuinit In a6xxgpuinit, node is obtained via ofparsephandle. While there was a manual ofnodeput at the end of the common path, several early error returns would bypass this call,...

5.3AI score
SaveExploits0References5
OSV
OSV
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63891 thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Cap recursion depth in tbpropertyparsedir A DIRECTORY entry's value field is used as the diroffset for a recursive call into tbpropertyparsedir with no depth counter. A crafted peer that chains DIRECTORY...

5.3AI score
SaveExploits0References11
CVE
CVE
added 2026/07/19 2:55 p.m.32 views

CVE-2026-63891

The CVE affects the Linux kernel Thunderbolt property parser. A crafted peer can trigger a back‑reference loop in DIRECTORY entries, exhausting stack via __tb_property_parse_dir() because the value is used as dir_offset without a depth counter. The fix threads a depth counter through tb_property_...

5.3AI score0.00275EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:18 p.m.45 views

CVE-2026-63868

The CVE-2026-63868 issue affects the Linux kernel network code (net: garp) where the on-wire attribute length (ga->len) is used alongside the header to compute dlen. The subtraction dlen = sizeof(*ga) - ga->len underflows, leading to a truncated data length passed to garp_attr_lookup() and ...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/18 8:30 a.m.46 views

CVE-2026-16083 Sipeed PicoClaw LINE Webhook line.go webhook.ParseRequest authentication replay

A security flaw has been discovered in Sipeed PicoClaw up to 0.2.9. This affects the function webhook.ParseRequest of the file pkg/channels/line/line.go of the component LINE Webhook. The manipulation results in authentication bypass by capture-replay. The attack may be launched remotely. The...

6.9CVSS0.0072EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/17 8:56 p.m.12 views

CVE-2026-54335 Feathersjs: Prototype pollution in @feathersjs/commons _.merge via JSON-parsed __proto__

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In 5.0.44 and earlier, the .mergetarget, source utility exported by @feathersjs/commons recursively merges source into target by iterating Object.keyssource. When source was produced by...

3.7CVSS5.3AI score
SaveExploits0References6
OSV
OSV
added 2026/07/17 7:42 p.m.23 views

GO-2026-5981 Ech0: ParseAcceptLanguage `_` separator bypass enables ~70x CPU amplification via Accept-Language header in i18n.Middleware in github.com/lin-snow/ech0

Ech0: ParseAcceptLanguage separator bypass enables 70x CPU amplification via Accept-Language header in i18n.Middleware in github.com/lin-snow/ech0...

5.3AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/17 7:23 p.m.23 views

mcp-memory-keeper: Arbitrary local file read in context_import via unvalidated filePath

Impact contextimport passed the caller-supplied filePath directly to fs.readFileSync with no path confinement. A malicious MCP client — or an LLM agent that is prompt-injected into calling the tool — could point filePath at any file readable by the server process, outside any session or export...

5.5AI score
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/17 3:20 p.m.14 views

CVE-2026-14741 HTTP::Date versions before 6.08 for Perl allow CPU exhaustion via polynomial regex backtracking in parse_date

HTTP::Date versions before 6.08 for Perl allow CPU exhaustion via polynomial regex backtracking in parsedate. parsedate matches the date string against a chain of alternative regexes, and str2time delegates to it. Several of these patterns place unbounded quantifiers next to each other before a...

5.3AI score0.00353EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/17 3:20 p.m.64 views

CVE-2026-14741 HTTP::Date versions before 6.08 for Perl allow CPU exhaustion via polynomial regex backtracking in parse_date

HTTP::Date versions before 6.08 for Perl allow CPU exhaustion via polynomial regex backtracking in parsedate. parsedate matches the date string against a chain of alternative regexes, and str2time delegates to it. Several of these patterns place unbounded quantifiers next to each other before a...

0.00353EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/17 12:56 p.m.27 views

SUSE CVE-2026-57074

XML::Bare versions through 0.53 for Perl have an unbounded character lookahead. The parsercparse function attempts to check for multicharacter strings such as "" without checking that the offsets are within the buffer. Truncated strings such as "a/" can trigger an out-of-bounds read...

6.1CVSS5.4AI score0.00387EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/17 10:30 a.m.31 views

CVE-2026-16008

The CVE affects sagold json-schema-library versions 11.5.0/11.5.1 and targets the parsePropertyDependencies function in src/keywords/propertyDependencies.ts, enabling prototype pollution via remote input. This could impact object prototype attributes with low to moderate impact per CVSS metrics; ...

6.5CVSS6.1AI score0.00457EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/17 10:30 a.m.43 views

CVE-2026-16008 sagold json-schema-library propertyDependencies.ts parsePropertyDependencies prototype pollution

A security vulnerability has been detected in sagold json-schema-library 11.5.0/11.5.1. This impacts the function parsePropertyDependencies of the file src/keywords/propertyDependencies.ts. The manipulation leads to improperly controlled modification of object prototype attributes. The attack can...

6.5CVSS0.00457EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/17 12:00 a.m.17 views

PT-2026-60739

A security vulnerability has been detected in sagold json-schema-library 11.5.0/11.5.1. This impacts the function parsePropertyDependencies of the file src/keywords/propertyDependencies.ts. The manipulation leads to improperly controlled modification of object prototype attributes. The attack can...

6.5CVSS5AI score0.00457EPSS
SaveExploits0References9
NVD
NVD
added 2026/07/16 5:16 p.m.19 views

CVE-2026-57073

HTML::Bare versions through 0.04 for Perl have an unbounded character lookahead. The parsercparse function attempts to check for multicharacter strings such as "" without checking that the offsets are within the buffer. Truncated strings such as "a/" can trigger an out-of-bounds read. Note that t...

9.1CVSS0.00653EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 5:16 p.m.12 views

UBUNTU-CVE-2026-57074

XML::Bare versions through 0.53 for Perl have an unbounded character lookahead. The parsercparse function attempts to check for multicharacter strings such as "" without checking that the offsets are within the buffer. Truncated strings such as "a/" can trigger an out-of-bounds read...

9.1CVSS5.4AI score0.00387EPSS
SaveExploits0References6
Rows per page
Query Builder