Lucene search
+L

1298 matches found

Cvelist
Cvelist
added 2026/04/22 1:54 p.m.45 views

CVE-2026-31487 spi: use generic driver_override infrastructure

In the Linux kernel, the following vulnerability has been resolved: spi: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock, which can cause ...

0.00094EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/22 1:54 p.m.41 views

CVE-2026-31487

The CVE concerns the Linux kernel SPI subsystem. A flaw arises when a driver is probed via __driver_attach(): the bus match() callback is invoked without holding the device lock, allowing access to the driver_override field without proper synchronization, creating a use-after-free (UAF) risk. The...

5.5CVSS5.6AI score0.00094EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/22 11:08 a.m.16 views

CLSA-2026-1776856106 Fix CVE(s): CVE-2019-13224, CVE-2019-19246

SECURITY UPDATE: use-after-free in oniguruma onignewdeluxe - debian/patches/CVE-2019-13224.patch: reject mismatched encodings in ext/mbstring/oniguruma/regext.c so onignewdeluxe returns ONIGERRNOTSUPPORTEDENCODINGCOMBINATION instead of calling the buggy convencoding path. - CVE-2019-13224 SECURIT...

9.8CVSS7.1AI score0.04047EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/04/22 12:32 a.m.18 views

kernel: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match()

A flaw was found in the Linux kernel’s SMC Shared Memory Communication module: in smcclcprfxmatch, the function is called from smclistenwork without proper RCU or RTNL protection. The code previously used skdstgetsk-dev, which can lead to a use-after-free UAF condition if the sk’s destination is...

8.1CVSS5.8AI score0.00392EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.26 views

PT-2026-34392

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists in the SPI subsystem. When a driver is probed via the driver attach function, the bus match callback is executed without holding the device lock. This...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/04/21 4:25 p.m.18 views

Tekton Pipelines has VerificationPolicy regex pattern bypass via substring matching

hey guys, triage contract this is a first-screen summary; deterministic proof is in the proof bundle canonical.log/control.log/witness.txt. summary trusted resources verification policies match a resource source string refSource.URI against spec.resources.pattern using regexp.MatchString. in go,...

6.5CVSS5.8AI score0.00264EPSS
SaveExploits1References6Affected Software1
Cvelist
Cvelist
added 2026/04/21 4:05 p.m.53 views

CVE-2026-25542 Tekton Pipelines: VerificationPolicy regex pattern bypass via substring matching

Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Starting in version 0.43.0 and prior to versions 1.0.2, 1.3.4, 1.6.2, 1.9.3, and 1.11.1, trusted resources verification policies match a resource source string refSource.URI against spec.resources.pattern...

6.5CVSS0.00264EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/04/20 9:31 p.m.16 views

EUVD-2026-23978

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

6.1AI score0.00502EPSS
SaveExploits1References3
NVD
NVD
added 2026/04/20 9:16 p.m.10 views

CVE-2026-5450

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

9.8CVSS0.00502EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/20 9:16 p.m.55 views

DEBIAN-CVE-2026-5450

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

9.8CVSS5.6AI score0.00502EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/20 8:55 p.m.90 views

CVE-2026-5450

Calling the scanf family of functions with a %mc malloc'd character match in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow...

6.1AI score0.00502EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/20 12:00 a.m.17 views

PT-2026-33851

Name of the Vulnerable Software and Affected Versions glibc versions 2.7 through 2.43 Description Calling the scanf family of functions using a %mc malloc'd character match with a format width specifier that has an explicit width greater than 1024 can lead to a one byte heap buffer overflow...

9.8CVSS5.4AI score0.00502EPSS
SaveExploits2References73
Github Security Blog
Github Security Blog
added 2026/04/14 11:22 p.m.19 views

WWBN AVideo has a SSRF via same-domain hostname with alternate port bypasses isSSRFSafeURL

Summary The isSSRFSafeURL function in objects/functions.php contains a same-domain shortcircuit lines 4290-4296 that allows any URL whose hostname matches webSiteRootURL to bypass all SSRF protections. Because the check compares only the hostname and ignores the port, an attacker can reach...

7.7CVSS5.8AI score0.003EPSS
SaveExploits1References4Affected Software1
Microsoft CVE
Microsoft CVE
added 2026/04/14 8:01 a.m.12 views

netfilter: x_tables: restrict xt_check_match/xt_check_target extensions for NFPROTO_ARP

...

5.5CVSS6.2AI score0.00122EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/04/13 5:23 p.m.8 views

CVE-2026-31424

A flaw was found in the Linux kernel's netfilter subsystem, specifically within the xtables and arptables components. This vulnerability arises when xtmatch and xttarget extensions, registered for unspecified protocol families, are incorrectly processed by the Address Resolution Protocol ARP...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/13 2:16 p.m.9 views

UBUNTU-CVE-2026-31424

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: restrict xtcheckmatch/xtchecktarget extensions for NFPROTOARP Weiming Shi says: xtmatch and xttarget structs registered with NFPROTOUNSPEC can be loaded by any protocol family through nftcompat. When such a...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References29
OSV
OSV
added 2026/04/10 6:27 p.m.10 views

SUSE-SU-2026:21172-1 Security update for pcre2

This update for pcre2 fixes the following issue: - CVE-2025-58050: integer overflow leads to heap buffer overread in matchref due to missing boundary restoration in SCS bsc1248842...

9.1CVSS6AI score0.008EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/04/10 12:30 a.m.12 views

EUVD-2026-21218

A 1-byte stack buffer over-read was identified in the MatchDomainName function src/internal.c during wildcard hostname validation when the LEFTMOSTWILDCARDONLY flag is active. If a wildcard exhausts the entire hostname string, the function reads one byte past the buffer without a bounds check,...

2.1CVSS6AI score0.00228EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/09 11:08 p.m.20 views

Buffer Over-read

Overview Affected versions of this package are vulnerable to Buffer Over-read in the MatchDomainName function during wildcard hostname validation when the LEFTMOSTWILDCARDONLY flag is active. An attacker can cause a crash by supplying a crafted hostname that exhausts the entire string, resulting ...

5.3CVSS5.9AI score0.00228EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/09 10:16 p.m.26 views

DEBIAN-CVE-2026-5772

A 1-byte stack buffer over-read was identified in the MatchDomainName function src/internal.c during wildcard hostname validation when the LEFTMOSTWILDCARDONLY flag is active. If a wildcard exhausts the entire hostname string, the function reads one byte past the buffer without a bounds check,...

5.3CVSS5.4AI score0.00228EPSS
SaveExploits0References1
Rows per page
Query Builder