Lucene search
+L

5163 matches found

EUVD
EUVD
added 2026/07/17 7:14 p.m.12 views

EUVD-2026-45281

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption JOSE standards. Prior to 1.6.8, joserfc.jwt.decode accepts attacker-forged HMAC-signed tokens when the caller-supplied verification key is the empty string or None, because HMACAlgorithm.sign...

8.7CVSS5.3AI score0.00143EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/17 7:14 p.m.42 views

CVE-2026-49852 joserfc: HS256/HS384/HS512 verify accepts empty/nil HMAC key (cross-language sibling of CVE-2026-45363)

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption JOSE standards. Prior to 1.6.8, joserfc.jwt.decode accepts attacker-forged HMAC-signed tokens when the caller-supplied verification key is the empty string or None, because HMACAlgorithm.sign...

8.7CVSS0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/17 7:14 p.m.51 views

CVE-2026-49852

Summary: CVE-2026-49852 affects the Python library joserfc. Prior to version 1.6.8, joserfc.jwt.decode can accept attacker-forged HS256/HS384/HS512 tokens if the verification key is empty or None, enabling potential authentication bypass when the configured secret resolves to an empty string. The...

8.7CVSS5.3AI score0.00143EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/17 4:14 p.m.47 views

CVE-2026-63308 Helm Files.Lines Denial of Service via Empty Chart Files

Helm through 4.2.3, fixed in commit ba6c9a2, contains a denial of service vulnerability in the Files.Lines template helper in pkg/engine/files.go that allows attackers to trigger an index out of range panic by including zero-length byte slices in chart files. Attackers can include empty files in...

5.3CVSS0.00275EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/07/17 4:14 p.m.12 views

CVE-2026-63308 Helm Files.Lines Denial of Service via Empty Chart Files

Helm through 4.2.3, fixed in commit ba6c9a2, contains a denial of service vulnerability in the Files.Lines template helper in pkg/engine/files.go that allows attackers to trigger an index out of range panic by including zero-length byte slices in chart files. Attackers can include empty files in...

5.3CVSS5.3AI score0.00275EPSS
SaveExploits1References4
CVE
CVE
added 2026/07/17 4:14 p.m.26 views

CVE-2026-63308

Helm

6.5CVSS5.4AI score0.00275EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/07/17 4:14 p.m.13 views

CVE-2026-63308 Helm Files.Lines Denial of Service via Empty Chart Files

Helm through 4.2.3, fixed in commit ba6c9a2, contains a denial of service vulnerability in the Files.Lines template helper in pkg/engine/files.go that allows attackers to trigger an index out of range panic by including zero-length byte slices in chart files. Attackers can include empty files in...

5.3CVSS5.4AI score
SaveExploits0References7
NVD
NVD
added 2026/07/17 7:16 a.m.10 views

CVE-2026-11575

The PhonePe Payment Solutions WordPress plugin before 3.1.0 does not properly verify the authenticity of incoming payment callbacks: the secret used to validate the callback signature is empty on sites configured through the current setup flow, so the expected signature reduces to an unkeyed hash...

7.5CVSS0.00228EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/17 6:0 a.m.30 views

CVE-2026-11575

The vulnerability affects the PhonePe Payment Solutions WordPress plugin prior to 3.1.0. The issue is that the secret used to validate the callback signature is empty on sites configured through the current setup flow, causing the expected signature to be an unkeyed hash of the request body. This...

7.5CVSS6.1AI score0.00228EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/17 6:0 a.m.12 views

EUVD-2026-45145

The PhonePe Payment Solutions WordPress plugin before 3.1.0 does not properly verify the authenticity of incoming payment callbacks: the secret used to validate the callback signature is empty on sites configured through the current setup flow, so the expected signature reduces to an unkeyed hash...

7.5CVSS5.4AI score0.00228EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/17 6:0 a.m.10 views

CVE-2026-11575

The PhonePe Payment Solutions WordPress plugin before 3.1.0 does not properly verify the authenticity of incoming payment callbacks: the secret used to validate the callback signature is empty on sites configured through the current setup flow, so the expected signature reduces to an unkeyed hash...

5.4AI score0.00228EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/17 6:0 a.m.39 views

CVE-2026-11575 PhonePe Payment Solutions < 3.1.0 - Unauthenticated Payment Bypass via Forged Callback

The PhonePe Payment Solutions WordPress plugin before 3.1.0 does not properly verify the authenticity of incoming payment callbacks: the secret used to validate the callback signature is empty on sites configured through the current setup flow, so the expected signature reduces to an unkeyed hash...

0.00228EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/16 8:16 p.m.22 views

CVE-2026-62994

CoreDNS is a DNS server written in Go. From 1.9.4 until 1.14.5, a network DNS client allowed to request AXFR for a CoreDNS zone can trigger a panic when CoreDNS is configured with k8sexternal headless-service zone transfers and Kubernetes contains a headless service endpoint with no declared port...

3.7CVSS0.00295EPSS
SaveExploits1References4
NVD
NVD
added 2026/07/16 8:16 p.m.10 views

CVE-2026-44982

CrowdSec offers crowdsourced protection against malicious IPs. From 1.5.0 until 1.7.8, pkg/appsec/request.go NewParsedRequestFromRequest allocated a request body buffer from maxr.ContentLength, 0, so HTTP/1.1 requests using Transfer-Encoding: chunked and HTTP/2 requests without a content-length...

7.2CVSS0.00217EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/16 7:39 p.m.41 views

CVE-2026-62994 CoreDNS `k8s_external` headless AXFR can emit an empty transfer batch that panics the `transfer` plugin

CoreDNS is a DNS server written in Go. From 1.9.4 until 1.14.5, a network DNS client allowed to request AXFR for a CoreDNS zone can trigger a panic when CoreDNS is configured with k8sexternal headless-service zone transfers and Kubernetes contains a headless service endpoint with no declared port...

3.7CVSS0.00295EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/07/16 4:9 p.m.8 views

CVE-2026-55548

Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, the PacketsApi.exportPackets endpoint in yamcs-core/src/main/java/org/yamcs/http/api/PacketsApi.java failed to enforce object-level ReadPacket privileges when a request omitted specific packet names: with an empty name list the...

4.3CVSS6.1AI score0.00247EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/16 1:28 p.m.5 views

MINI-26V8-27XC-X3Q2

Bulletin has no description...

7.5CVSS6.1AI score0.00364EPSS
SaveExploits0
OSV
OSV
added 2026/07/16 7:51 a.m.5 views

MINI-GP6C-H854-XP5P

Bulletin has no description...

7.5CVSS6.1AI score0.00504EPSS
SaveExploits0
OSV
OSV
added 2026/07/15 10:41 p.m.14 views

GHSA-7GCF-G7XR-8HXJ serde_with: KeyValueMap serialization panics on empty sequence or map entries

Summary The public KeyValueMap serializer assumes that each mapped element has at least one field or item to use as the map key, but it subtracts 1 from the caller-visible length before validating that assumption. An application that serializes attacker-controlled data through serdeasas =...

5.1CVSS6.1AI score
SaveExploits0References5
OSV
OSV
added 2026/07/15 7:49 p.m.8 views

DEBIAN-CVE-2026-46571

Bulletin has no description...

6.1AI score
SaveExploits0References1
Rows per page
Query Builder