Lucene search
+L

2535 matches found

OSV
OSV
added 2026/08/04 1:23 p.m.8 views

MAL-2026-11782 Malicious code in @picsart/gen-ai (npm)

npm/@picsart/gen-ai is affected by the large-scale, self-propagating npm supply-chain worm of 2026-08-04 the "Shai-Hulud: Here We Go Again" wave — the same campaign that began with the compromise of the keyv and cacheable maintainer account. The listed versions were trojanized and republished by...

5.8AI score
SaveExploits0References6
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/04 11:37 a.m.28 views

Malicious code in @cacheable/net (npm)

npm/@cacheable/net version 2.1.1 is a trojanized release published on 2026-08-04 during the compromise of the npm/GitHub maintainer account behind the keyv and cacheable package families user "Jaredwray". Attackers pushed the malicious payload to the source repository and cut releases through...

5.9AI score
SaveExploits0References6
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/04 11:32 a.m.18 views

Malicious code in ecto (npm)

npm/ecto version 5.0.1 is a trojanized release published on 2026-08-04 during the compromise of the npm/GitHub maintainer account behind the keyv and cacheable package families user "Jaredwray". Attackers pushed the malicious payload to the source repository and cut releases through GitHub Action...

6.4AI score
SaveExploits0References6
OSV
OSV
added 2026/07/29 5:16 p.m.8 views

GHSA-FQ3F-M5QM-99F5 OpenTelemetry Javaagent RMI context propagation allows resource exhaustion

The RMI context propagation payload reader limits the number of context entries but does not limit the aggregate size of the strings read from the stream. An attacker who can reach an RMI endpoint on an instrumented JVM can send an oversized context propagation payload. This can cause excessive...

5.3CVSS5.9AI score0.00263EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/27 8:16 a.m.12 views

CVE-2026-64531

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject oversized nested action attrs Open vSwitch stores generated flow actions as nlattrs, whose nlalen field is u16. Commit a1e64addf3ff "net: openvswitch: remove misbehaving actions length check" allowed the...

7.8CVSS0.00129EPSS
SaveExploits2References11
NVD
NVD
added 2026/07/25 10:17 a.m.8 views

CVE-2026-64264

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuseuringcommit copyfromuser returns the number of bytes not copied as an unsigned residual on failure 1..sizeofstruct fuseoutheader. fuseuringcommit stores that residual in ssizet err, sets...

5.5CVSS0.00153EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 11:41 a.m.11 views

PYSEC-2026-3461 dd-trace-py: Improper parsing of W3C baggage headers may lead to DoS

Impact Datadog tracing libraries that implement W3C baggage propagation parse incoming baggage HTTP headers without enforcing item-count or byte-size limits on the extract path. The DDTRACEBAGGAGEMAXITEMS default 64 and DDTRACEBAGGAGEMAXBYTES default 8192 limits were applied only to baggage...

7.5CVSS5.7AI score0.00441EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/21 7:10 p.m.10 views

CVE-2026-63864

A flaw was found in the Linux kernel's Berkeley Packet Filter BPF verifier. The visittailcallinsn function, which is part of the BPF program validation process, failed to check and propagate error return values. This oversight could lead to an unhandled error condition within the kernel,...

8.4CVSS5.3AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 12:11 p.m.11 views

CVE-2026-50274

A flaw was found in Datadog dd-trace-go, a Go client library. A remote, unauthenticated attacker can exploit this vulnerability by sending a request with a specially crafted baggage header containing an arbitrarily large number of key-value pairs or a very large single value. This can lead to...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/21 11:26 a.m.5 views

CVE-2026-59845 Libssh: libssh: denial of service via unchecked proxycommand fork() failure

A flaw was found in libssh. When ProxyCommand is used, an unchecked fork failure can be stored as process ID -1; during cleanup, signals may then be sent across the caller's accessible process tree, leading to local denial of service...

5.3CVSS5.1AI score0.00107EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/20 11:56 a.m.9 views

opentelemetry-java: opentelemetry-api: opentelemetry-extension-trace-propagators: OpenTelemetry Java: Denial of Service due to unbounded memory allocation when parsing oversized baggage

A flaw was found in OpenTelemetry Java, specifically within the baggage propagation implementation of opentelemetry-api and opentelemetry-extension-trace-propagators. A remote attacker can exploit this vulnerability by sending oversized baggage, which leads to unbounded memory allocation and high...

7.5CVSS5.4AI score0.01097EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:39 p.m.28 views

CVE-2026-64053

The CVE-2026-64053 issue lies in the Linux kernel block layer: bio_integrity_copy_user() overwrites bip_vcnt, and bio_integrity_add_page() already sets bip_vcnt to 1 for the bounce segment. Writing with nr_vecs can violate bip_vcnt

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/19 3:16 p.m.15 views

CVE-2026-63864

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visittailcallinsn Commit e40f5a6bf88a "bpf: correct stack liveness for tail calls" added visittailcallinsn but did not check its return value...

8.4CVSS0.00123EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:4 p.m.36 views

CVE-2026-63864

The CVE affects the Linux kernel BPF tail-call path. Root cause: visit_tailcall_insn() was added without checking its return value, creating an unchecked error path in tail calls. A fix was applied in commit e40f5a6bf88a to correct stack liveness and propagate the error from visit_tailcall_insn()...

8.4CVSS5.3AI score0.00123EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 2:4 p.m.14 views

EUVD-2026-45548

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visittailcallinsn Commit e40f5a6bf88a "bpf: correct stack liveness for tail calls" added visittailcallinsn but did not check its return value...

5.3AI score0.00123EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 2:4 p.m.7 views

CVE-2026-63864 bpf: Propagate error from visit_tailcall_insn

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visittailcallinsn Commit e40f5a6bf88a "bpf: correct stack liveness for tail calls" added visittailcallinsn but did not check its return value...

8.4CVSS5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 2:4 p.m.37 views

CVE-2026-63864 bpf: Propagate error from visit_tailcall_insn

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visittailcallinsn Commit e40f5a6bf88a "bpf: correct stack liveness for tail calls" added visittailcallinsn but did not check its return value...

8.4CVSS0.00123EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 2:4 p.m.10 views

CVE-2026-63864

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visittailcallinsn Commit e40f5a6bf88a "bpf: correct stack liveness for tail calls" added visittailcallinsn but did not check its return value...

8.4CVSS5.2AI score0.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.16 views

PT-2026-61181

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the bpf component where the visit tailcall insn function was implemented without a check for its return value, failing to propagate errors correctly. Recommendations A...

8.4CVSS5.1AI score0.00123EPSS
SaveExploits0
NVD
NVD
added 2026/07/17 9:17 p.m.16 views

CVE-2026-50274

Datadog dd-trace-go is a Go client library for Datadog application performance monitoring, profiling, and security monitoring. Prior to 2.8.1, Datadog tracing libraries that implement W3C baggage propagation parse incoming baggage HTTP headers without enforcing DDTRACEBAGGAGEMAXITEMS or...

7.5CVSS0.00441EPSS
SaveExploits0References4
Rows per page
Query Builder