Lucene search
+L

569693 matches found

OSV
OSV
added 2026/08/26 2:21 p.m.7 views

GHSA-79GF-7FRW-68M9 Kyverno's NamespacedGeneratingPolicy generator.apply() namespace argument unvalidated -- background controller creates RoleBindings in any namespace including kube-system

Summary In Kyverno v1.18.1, a tenant who can create a NamespacedMutatingPolicy in their own namespace can instruct the admission controller to generate resources in any namespace by passing an arbitrary namespace string to the CEL generator.applynamespace, resources function. Details...

9.6CVSS5.7AI score0.00401EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/26 2:21 p.m.9 views

Kyverno's NamespacedGeneratingPolicy generator.apply() namespace argument unvalidated -- background controller creates RoleBindings in any namespace including kube-system

Summary In Kyverno v1.18.1, a tenant who can create a NamespacedMutatingPolicy in their own namespace can instruct the admission controller to generate resources in any namespace by passing an arbitrary namespace string to the CEL generator.applynamespace, resources function. Details...

9.6CVSS5.6AI score0.00401EPSS
SaveExploits0References7Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/26 2:17 p.m.7 views

Malicious code in chai-as-org (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d0dfeeefcb4bd27634dd674f55b10aa10da50d39fc8472afb0f8a11297bce6be The package presents itself as a chai/pino-style utility but its index.js unconditionally requires lib/initializeCaller.js, which on load...

6.5AI score
SaveExploits0References1
OSV
OSV
added 2026/08/26 2:17 p.m.5 views

MAL-2026-14532 Malicious code in chai-as-org (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d0dfeeefcb4bd27634dd674f55b10aa10da50d39fc8472afb0f8a11297bce6be The package presents itself as a chai/pino-style utility but its index.js unconditionally requires lib/initializeCaller.js, which on load...

6.6AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/26 2:09 p.m.8 views

encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue

A flaw was found in the encoding/xml package of Go. The DecodeElement function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service DoS for t...

7.5CVSS5.8AI score0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/26 2:08 p.m.6 views

encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue

A flaw was found in the encoding/xml package of Go. The DecodeElement function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service DoS for t...

7.5CVSS5.8AI score0.00568EPSS
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2026/08/26 2:07 p.m.7 views

Security update for go1.27

This update for go1.27 fixes the following issues: go1.27.0 released 2026-08-19 is a major release of Go. go1.27.x minor releases will be provided through August 2027. https://github.com/golang/go/wiki/Go-Release-Cycle go1.27 arrives six months after Go 1.26. Most of its changes are in the...

9.1CVSS5.7AI score
SaveExploits0References38
OSV
OSV
added 2026/08/26 2:07 p.m.5 views

SUSE-SU-2026:3830-1 Security update for go1.27

This update for go1.27 fixes the following issues: - go1.27.0 released 2026-08-19 is a major release of Go. go1.27.x minor releases will be provided through August 2027. https://github.com/golang/go/wiki/Go-Release-Cycle go1.27 arrives six months after Go 1.26. Most of its changes are in the...

9.6CVSS6.2AI score0.00692EPSS
SaveExploits0References20
RedHat Linux
RedHat Linux
added 2026/08/26 2:07 p.m.9 views

FFmpeg: Denial of Service via crafted RTP/ASF stream

A flaw was found in FFmpeg. A remote attacker can exploit an infinite loop vulnerability in the RTP/ASF demuxer by sending a specially crafted stream. This vulnerability occurs because the rtpasffixheader function does not properly validate the size of data chunks, preventing the processing loop...

8.7CVSS5.5AI score0.00503EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/26 2:05 p.m.12 views

FFmpeg: Denial of Service via crafted RTP/ASF stream

A flaw was found in FFmpeg. A remote attacker can exploit an infinite loop vulnerability in the RTP/ASF demuxer by sending a specially crafted stream. This vulnerability occurs because the rtpasffixheader function does not properly validate the size of data chunks, preventing the processing loop...

8.7CVSS5.5AI score0.00503EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/26 2:04 p.m.7 views

FFmpeg: Denial of Service via crafted RTP/ASF stream

A flaw was found in FFmpeg. A remote attacker can exploit an infinite loop vulnerability in the RTP/ASF demuxer by sending a specially crafted stream. This vulnerability occurs because the rtpasffixheader function does not properly validate the size of data chunks, preventing the processing loop...

8.7CVSS5.5AI score0.00503EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/26 2:01 p.m.8 views

crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries

A flaw was found in the crypto/x509 package of golang. This vulnerability allows a remote attacker to cause a Denial of Service DoS by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name SAN entries. The certificate verification process, specifical...

7.5CVSS7.5AI score0.00591EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/26 1:58 p.m.8 views

openssl: SSL_select_next_proto buffer overread

A flaw was found in OpenSSL. Affected versions of this package are vulnerable to Information Exposure through the SSLselectnextproto function. This flaw allows an attacker to cause unexpected application behavior or a crash by exploiting the buffer overread condition when the function is called...

9.1CVSS7.1AI score0.05582EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/08/26 1:52 p.m.6 views

encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue

A flaw was found in the encoding/xml package of Go. The DecodeElement function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service DoS for t...

7.5CVSS5.8AI score0.00568EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/26 1:44 p.m.9 views

CVE-2026-19385

A flaw was found in PostgreSQL pgdump. A heap buffer overflow vulnerability exists when processing long function transform lists. An authenticated object creator can exploit this by providing a specially crafted transform list. This allows the attacker to execute arbitrary code as the operating...

8.8CVSS8.7AI score0.00427EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/26 1:22 p.m.9 views

jsch jsch-2.28.7

Fork of JSch-0.1.55 See original README Why should you use this library? As I explained in a blog post the main points are: OpenSSH has disabled ssh-rsa in release 8.8 per default and you need a library which supports rsa-sha2-256 and rsa-sha2-512. Drop in replacement: just change dependency...

5.9AI score
SaveExploits0References16
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/26 1:13 p.m.5 views

Security Bulletin: Multiple Vulnerabilities in IBM Concert Operate / IBM Cloud Pak for AIOps

Summary Multiple vulnerabilities were addressed in IBM Concert Operate version 5.1.9 Vulnerability Details CVEID:CVE-2026-54058 DESCRIPTION: Pillow is a Python imaging library. Prior to 12.3.0, when Pillow loads an uncompressed McIdas AREA image from a filename through the mmap raw codec path,...

9.1CVSS8.2AI score0.00655EPSS
SaveExploits9Affected Software1
NVD
NVD
added 2026/08/26 12:16 p.m.6 views

CVE-2026-15985

The Classified Listing - Mobile Number Verification plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 1.6.0. This is due to missing server-side Firebase OTP validation in the processotplogin function. This makes it possible for unauthenticated...

8.1CVSS0.00325EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/26 12:04 p.m.7 views

CVE-2026-55618

A flaw was found in emlparser, a Python module for parsing email files. The cleanfounduri function incorrectly validates Uniform Resource Locator URL strings by processing them before unescaping HTML entities. This allows a remote attacker to craft malicious URLs using HTML entities that are then...

6.5CVSS5AI score0.003EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/26 11:36 a.m.32 views

CVE-2026-15985 Classified Listing - Mobile Number Verification <= 1.6.0 - Unauthenticated Authentication Bypass via Firebase OTP Login

The Classified Listing - Mobile Number Verification plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 1.6.0. This is due to missing server-side Firebase OTP validation in the processotplogin function. This makes it possible for unauthenticated...

8.1CVSS0.00325EPSS
SaveExploits0References2
Rows per page
Query Builder