Lucene search
+L

12747 matches found

CVE
CVE
•added 2026/05/10 4:00 a.m.•102 views

CVE-2026-7262

CVE-2026-7262 affects PHP 8.2.x before 8.2.31, 8.3.x before 8.3.31, 8.4.x before 8.4.21, and 8.5.x before 8.5.6. When a SOAP server uses a typemap, the decoding process checks the wrong variable for missing value elements, which can dereference a NULL pointer and crash the PHP SOAP server, causin...

7.5CVSS5.8AI score0.01047EPSS
SaveExploits0References11Affected Software1
Tenable Nessus
Tenable Nessus
•added 2026/05/10 12:00 a.m.•16 views

SUSE SLES12 Security Update : strongswan (SUSE-SU-2026:1762-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:1762-1 advisory. - CVE-2026-35329: NULL pointer dereference when processing padding in PKCS7 bsc1261717. - CVE-2026-35330: integer underflow when handling...

5.8AI score
SaveExploits6References19
RedhatCVE
RedhatCVE
•added 2026/05/09 2:10 a.m.•19 views

CVE-2026-43474

A flaw was found in the Linux kernel's fuse filesystem. A local user could exploit an uninitialized value vulnerability when calling vfsfileattrget. This could potentially lead to information disclosure or system instability...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
•added 2026/05/09 12:43 a.m.•26 views

CVE-2026-6665

The SCRAM code in PgBouncer before 1.25.2 did not check the return value of strlcat correctly when building the contents of the SCRAM client-final-message. A malicious backend that sends a SCRAM server-final-message with a long nonce can trigger a stack overflow...

9.8CVSS6AI score0.00443EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/05/09 12:00 a.m.•24 views

Linux Distros Unpatched Vulnerability : CVE-2026-41570

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PHPUnit is a testing framework for PHP. In versions 12.5.21 and 13.1.5, PHPUnit forwards PHP INI settings to child processes used for isolated/PHPT test executi...

7.8CVSS6.6AI score0.00284EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/05/08 11:19 p.m.•12 views

Command Injection

Overview GitPython is a python library used to interact with Git repositories Affected versions of this package are vulnerable to Command Injection via the setvalue function when the section parameter is not properly validated for newline characters. An attacker can execute arbitrary code by...

8.8CVSS6.3AI score0.009EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
•added 2026/05/08 7:48 p.m.•38 views

CVE-2026-43349

A flaw was found in the Linux kernel's Flash-Friendly File System f2fs. This vulnerability allows a local attacker to cause an uninitialized value access in the f2fssanitychecknodefooter function. This occurs when the system fails to read data from a device into a folio, potentially leading to...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/05/08 6:41 p.m.•20 views

CVE-2026-43303

A flaw was found in the Linux kernel's memory management subsystem. When pages are freed, the page-private field is not properly cleared. If these pages are later reallocated as high-order pages and split, the tail pages can retain stale page-private values. This can lead to a use-after-free...

7.8CVSS5.7AI score0.00171EPSS
SaveExploits0References4
Patchstack
Patchstack
•added 2026/05/08 4:27 p.m.•16 views

NPM: fast-xml-builder Comment Value regex can be bypassed

NPM: fast-xml-builder Comment Value regex can be bypassed vulnerability discovered by ? in WordPress Npm fast-xml-builder versions 1.1.5...

6.1CVSS5.8AI score0.00253EPSS
SaveExploits1References4Affected Software1
NVD
NVD
•added 2026/05/08 4:16 p.m.•36 views

CVE-2026-41693

i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem. Prior to version 2.6.4, i18next-fs-backend substitutes the lng and ns options directly into the configured loadPath / addPath templates and then read / write the resulting fil...

8.2CVSS0.00428EPSS
SaveExploits0References1
OSV
OSV
•added 2026/05/08 3:41 p.m.•17 views

CVE-2026-41885 Path traversal / URL injection via unsanitised lng/ns/projectId/version in i18next-locize-backend

i18next-locize-backend is a simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno. Prior to version 9.0.2, i18next-locize-backend interpolates lng, ns, projectId, and version directly into the configured loadPath / privatePath / addPath / updatePath /...

6.5CVSS5.9AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/05/08 3:31 p.m.•29 views

EUVD-2026-28780

In the Linux kernel, the following vulnerability has been resolved: fs: init flagsvalid before calling vfsfileattrget syzbot reported a uninit-value bug in 1. Similar to the "get" context where the kernel's internal filekattr structure is initialized before calling vfsfileattrget, we should use t...

5.8AI score0.0016EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/05/08 3:31 p.m.•56 views

EUVD-2026-28671

In the Linux kernel, the following vulnerability has been resolved: xfs: fix undersized liclogroundoff values If the superblock doesn't list a log stripe unit, we set the incore log roundoff value to 512. This leads to corrupt logs and unmountable filesystems in generic/617 on a disk with 4k...

5.7AI score0.00592EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/05/08 3:31 p.m.•22 views

EUVD-2026-28633

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid uninit-value access in f2fssanitychecknodefooter syzbot reported a f2fs bug as below: BUG: KMSAN: uninit-value in f2fssanitychecknodefooter+0x374/0xa20 fs/f2fs/node.c:1520 f2fssanitychecknodefooter+0x374/0xa20...

5.8AI score0.0016EPSS
SaveExploits0References4
OSV
OSV
•added 2026/05/08 3:17 p.m.•10 views

AZL-86112 CVE-2026-43474 affecting package kernel for versions less than 6.6.138.1-1

In the Linux kernel, the following vulnerability has been resolved: fs: init flagsvalid before calling vfsfileattrget syzbot reported a uninit-value bug in 1. Similar to the "get" context where the kernel's internal filekattr structure is initialized before calling vfsfileattrget, we should use t...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References1
NVD
NVD
•added 2026/05/08 3:17 p.m.•22 views

CVE-2026-43474

In the Linux kernel, the following vulnerability has been resolved: fs: init flagsvalid before calling vfsfileattrget syzbot reported a uninit-value bug in 1. Similar to the "get" context where the kernel's internal filekattr structure is initialized before calling vfsfileattrget, we should use t...

5.5CVSS0.0016EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/05/08 3:17 p.m.•16 views

CVE-2026-43474

In the Linux kernel, the following vulnerability has been resolved: fs: init flagsvalid before calling vfsfileattrget syzbot reported a uninit-value bug in 1. Similar to the "get" context where the kernel's internal filekattr structure is initialized before calling vfsfileattrget, we should use t...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References5
NVD
NVD
•added 2026/05/08 3:16 p.m.•16 views

CVE-2026-41584

ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and prior to zebra-chain version 6.0.2, Orchard transactions contain a rk field which is a randomized validating key and also an elliptic curve point. The Zcash specification allows the field to be the identity a "zero"...

9.2CVSS0.0046EPSS
SaveExploits0References1
NVD
NVD
•added 2026/05/08 3:16 p.m.•18 views

CVE-2025-67486

Dolibarr is an enterprise resource planning ERP and customer relationship management CRM software package. Versions 22.0.2 and earlier contains an authenticated remote code execution vulnerability in the user extrafields functionality. User-controlled input from the "computed value" field is pass...

8.6CVSS0.00881EPSS
SaveExploits1References2
OSV
OSV
•added 2026/05/08 3:16 p.m.•17 views

UBUNTU-CVE-2026-43430

In the Linux kernel, the following vulnerability has been resolved: usb: yurex: fix race in probe The bbu member of the descriptor must be set to the value standing for uninitialized values before the URB whose completion handler sets bbu is submitted. Otherwise there is a window during which...

4.7CVSS5.7AI score0.00111EPSS
SaveExploits0References38
Rows per page
Query Builder