Lucene search
+L

1124 matches found

OSV
OSV
added 2026/05/05 10:16 p.m.4 views

DEBIAN-CVE-2026-40110

Jupyter Server is the backend for Jupyter web applications. In versions 2.17.0 and earlier, the Origin header validation uses Python's re.match to check incoming origins against the alloworiginpat configuration value. Because re.match only anchors at the start of the string and does not require a...

7.3CVSS5.8AI score0.0034EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/05 8:16 p.m.9 views

CVE-2026-33489

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the transfer plugin can select the wrong ACL stanza when both a parent zone and a more-specific subzone are configured. The longestMatch function in plugin/transfer/transfer.go uses a lexicographic string comparison instead...

8.2CVSS0.00388EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/05/05 7:13 p.m.65 views

CVE-2026-33489 CoreDNS transfer plugin subzone ACL bypass via lexicographic zone comparison

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the transfer plugin can select the wrong ACL stanza when both a parent zone and a more-specific subzone are configured. The longestMatch function in plugin/transfer/transfer.go uses a lexicographic string comparison instead...

8.2CVSS0.00388EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/05/05 7:13 p.m.5 views

CVE-2026-33489

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the transfer plugin can select the wrong ACL stanza when both a parent zone and a more-specific subzone are configured. The longestMatch function in plugin/transfer/transfer.go uses a lexicographic string comparison instead...

8.2CVSS5.8AI score0.00388EPSS
SaveExploits1References3Affected Software1
EUVD
EUVD
added 2026/05/05 7:13 p.m.9 views

EUVD-2026-27450

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the transfer plugin can select the wrong ACL stanza when both a parent zone and a more-specific subzone are configured. The longestMatch function in plugin/transfer/transfer.go uses a lexicographic string comparison instead...

8.2CVSS5.8AI score0.00388EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/05/05 7:13 p.m.5 views

CVE-2026-33489 CoreDNS transfer plugin subzone ACL bypass via lexicographic zone comparison

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the transfer plugin can select the wrong ACL stanza when both a parent zone and a more-specific subzone are configured. The longestMatch function in plugin/transfer/transfer.go uses a lexicographic string comparison instead...

8.2CVSS5.8AI score0.00388EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/05 4:54 p.m.5 views

GHSA-24QX-W28J-9M6P Jupyter Server has a CORS Origin Validation Bypass via `re.match()` in `allow_origin_pat` (from huntr)

Jupyter Server uses re.match to validate the Origin header against the alloworiginpat configuration. Since re.match only anchors at the start of the string, an attacker who controls a domain like http://trusted.example.com.evil.com/ passes validation against a pattern intended to match only...

7.6CVSS5.8AI score0.0034EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/05 4:54 p.m.10 views

Jupyter Server has a CORS Origin Validation Bypass via `re.match()` in `allow_origin_pat` (from huntr)

Jupyter Server uses re.match to validate the Origin header against the alloworiginpat configuration. Since re.match only anchors at the start of the string, an attacker who controls a domain like http://trusted.example.com.evil.com/ passes validation against a pattern intended to match only...

7.6CVSS5.8AI score0.0034EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/05/05 1:57 a.m.25 views

CLSA-2026-1777946242 php: Fix of 13 CVEs

CVE-2018-14883: fix int overflow leading to heap overflow in exifthumbnailextract - CVE-2019-6977: fix imagecolormatch out-of-bounds write on heap in GD - CVE-2019-9022: fix memcpy with negative length via crafted DNS response - CVE-2019-9640: fix invalid read in exifprocessSOFn - CVE-2019-11042:...

8.8CVSS7AI score0.9523EPSS
SaveExploits21References1
Positive Technologies
Positive Technologies
added 2026/05/05 12:0 a.m.10 views

PT-2026-37234

Name of the Vulnerable Software and Affected Versions Jupyter Server versions prior to 2.18.0 Description Origin header validation uses the re.match function to check incoming origins against the allow origin pat configuration value. Because re.match only anchors at the start of the string and do...

7.6CVSS5.8AI score0.0034EPSS
SaveExploits0References31
EUVD
EUVD
added 2026/05/01 2:15 p.m.15 views

EUVD-2026-26592

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwlmvmndmatchinfohandler The memcpy function assumes the dynamic array notif-matches is at least as large as the number of bytes to copy. Otherwise, results-matches may...

5.8AI score0.00271EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.8 views

CVE-2026-31779

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwlmvmndmatchinfohandler The memcpy function assumes the dynamic array notif-matches is at least as large as the number of bytes to copy. Otherwise, results-matches may...

8.1CVSS5.7AI score0.00271EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.12 views

PT-2026-36414

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential out-of-bounds read exists in the iwl mvm nd match info handler function. The memcpy function assumes the dynamic array notif-matches is at least as large as the number of byt...

8.1CVSS5.3AI score0.00271EPSS
SaveExploits0
OSV
OSV
added 2026/04/30 11:31 p.m.7 views

CLSA-2026-1777591889 Fix CVE(s): CVE-2026-35414

SECURITY UPDATE: incorrect matching of authorizedkeys principals="..." option when a certificate principal name contains a comma character - debian/patches/CVE-2026-35414.patch: split principallist on commas and exact-match each entry instead of passing it to matchlist - CVE-2026-35414...

8.1CVSS6AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/30 4:45 p.m.21 views

CLSA-2026-1777567502 openssl: Fix of CVE-2026-28387

CVE-2026-28387: fix use-after-free / double-free in danematch by releasing the previously stored dane-mcert with X509free instead of OPENSSLfree; the slot is reference-bumped via X509upref so the matching free is X509free...

8.1CVSS7.3AI score0.00803EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/30 9:53 a.m.9 views

CLSA-2026-1777542789 openssl: Fix of CVE-2026-28387

CVE-2026-28387: fix use-after-free / double-free in danematch by releasing the previously stored dane-mcert with X509free instead of OPENSSLfree; the slot is reference-bumped via X509upref so the matching free is X509free...

8.1CVSS5.8AI score0.00803EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/04/30 2:46 a.m.13 views

SUSE CVE-2007-6735

NWFTPD.nlm before 5.08.06 in the FTP server in Novell NetWare does not properly handle partial matches for container names in the FTPREST.TXT file, which allows remote attackers to bypass intended access restrictions via an FTP session...

7.5CVSS5.4AI score0.01849EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/30 2:26 a.m.12 views

SUSE CVE-2026-31688

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.1AI score0.0011EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/28 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-31688

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - driver core: enforce devicelock for drivermatchdevice Currently, drivermatchdevice is called from three sites. One site deviceattachdriver holds devicelockdev,...

5.8AI score0.0011EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/27 10:22 p.m.8 views

CVE-2026-31688

A flaw was found in the Linux kernel's driver core. An inconsistency in enforcing the devicelock for drivermatchdevice can lead to a race condition. This issue, specifically when the driveroverride implementation is used, can result in a use-after-free UAF vulnerability. A use-after-free...

7.8CVSS5.8AI score0.0011EPSS
SaveExploits0References4
Rows per page
Query Builder