Lucene search
+L

229456 matches found

RedhatCVE
RedhatCVE
added 2026/08/18 5:33 p.m.6 views

CVE-2026-72243

A flaw was found in the Linux kernel's Security-Enhanced Linux SELinux module. When using TCP Fast Open, SELinux failed to properly check connect-related permissions. This oversight could allow a local attacker to bypass SELinux network access controls, potentially enabling unauthorized network...

8.4CVSS5.4AI score0.00161EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 5:33 p.m.6 views

CVE-2026-72241

A flaw was found in the kernel. In the leds: uleds module, a buffer overread can occur because the name string provided by userspace is not guaranteed to be null-terminated. This can lead to a local attacker potentially reading sensitive information from adjacent memory or causing a denial of...

5.5CVSS5.6AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 5:32 p.m.5 views

CVE-2026-72234

A flaw was found in the Linux kernel's batman-adv module. When the pskbmaypull function is called by batadvgetvid, it can reallocate a buffer. However, a pointer to the old buffer, specifically unicastpacket, was not correctly reassigned, leading to a use-after-free condition. This memory...

9.8CVSS5.5AI score0.00675EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/08/18 5:26 p.m.6 views

NPM: MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions

NPM: MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions vulnerability discovered by ? in WordPress Npm magicmirror versions 2.37.0...

2.3CVSS5.3AI score0.00279EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/18 5:26 p.m.9 views

GHSA-W26R-FWG8-RCP3 MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions

Summary MagicMirror applies ipWhitelist only as Express middleware, but the Socket.IO server is attached directly to the HTTP server without equivalent IP allowlist, origin, or namespace authentication checks. In a documented common deployment where MagicMirror listens on a non-loopback interface...

2.3CVSS6.2AI score0.00279EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/18 5:26 p.m.9 views

MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions

Summary MagicMirror applies ipWhitelist only as Express middleware, but the Socket.IO server is attached directly to the HTTP server without equivalent IP allowlist, origin, or namespace authentication checks. In a documented common deployment where MagicMirror listens on a non-loopback interface...

2.3CVSS6.2AI score0.00279EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/18 5:13 p.m.9 views

CVE-2026-63641 MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions

MagicMirror² is an open source modular smart mirror platform. Prior to 2.37.0, MagicMirror applies ipWhitelist only as Express middleware, while the Socket.IO server in js/server.js is attached directly to the HTTP server without equivalent IP allowlist, origin, or namespace authentication checks...

2.3CVSS5.7AI score0.00279EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 5:13 p.m.12 views

CVE-2026-63641 MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions

MagicMirror² is an open source modular smart mirror platform. Prior to 2.37.0, MagicMirror applies ipWhitelist only as Express middleware, while the Socket.IO server in js/server.js is attached directly to the HTTP server without equivalent IP allowlist, origin, or namespace authentication checks...

2.3CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/18 5:13 p.m.10 views

EUVD-2026-61070

MagicMirror² is an open source modular smart mirror platform. Prior to 2.37.0, MagicMirror applies ipWhitelist only as Express middleware, while the Socket.IO server in js/server.js is attached directly to the HTTP server without equivalent IP allowlist, origin, or namespace authentication checks...

2.3CVSS5.7AI score0.00279EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/18 5:13 p.m.25 views

CVE-2026-63641

MagicMirror² (open-source smart mirror platform) prior to 2.37.0 applies ipWhitelist only as Express middleware, leaving the Socket.IO server in js/server.js without equivalent IP allowlist, origin, or namespace authentication. In a non-loopback deployment relying on ipWhitelist, an unauthenticat...

2.3CVSS5.7AI score0.00279EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 5:13 p.m.19 views

CVE-2026-63641 MagicMirror Socket.IO module namespaces bypass configured IP whitelist and allow unauthenticated server-side actions

MagicMirror² is an open source modular smart mirror platform. Prior to 2.37.0, MagicMirror applies ipWhitelist only as Express middleware, while the Socket.IO server in js/server.js is attached directly to the HTTP server without equivalent IP allowlist, origin, or namespace authentication checks...

2.3CVSS0.00279EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/18 4:58 p.m.9 views

SUSE CVE-2026-54284

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, TokenList construction and string conversion in sqlparse/sql.py repeatedly flatten nested token subtrees constructed by groupparenthesis and groupcase, causing quadratic CPU consumption through sqlparse.parse,...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/18 4:57 p.m.6 views

SUSE CVE-2026-59893

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, SQLREGEX in sqlparse/keywords.py and the per-position loop in sqlparse/lexer.py repeatedly scan unmatched dollar-quoted literal and multiline-comment delimiters, causing quadratic CPU consumption through sqlparse.parse,...

7.5CVSS5.8AI score0.00279EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/18 4:57 p.m.11 views

SUSE CVE-2026-59894

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse/filters/output.py fails to escape existing backslashes before quotes in sqlparse.format outputformat='python' and outputformat='php' and the corresponding sqlformat -l modes, allowing crafted SQL to terminate the...

5.5CVSS6AI score0.00129EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/18 4:56 p.m.9 views

SUSE CVE-2026-68160

In the Linux kernel, the following vulnerability has been resolved: ceph: fix pre-auth out-of-bounds read on snaptrace in cephhandlecaps cephhandlecaps reads snaptracelen from the wire-format cephmdscaps header and uses it unconditionally to build a fake end pointer snaptrace + snaptracelen that ...

9.8CVSS5.9AI score0.00761EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/18 4:55 p.m.7 views

SUSE CVE-2026-71491

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, groupcomments in sqlparse/engine/grouping.py repeatedly rescans comment-only statements before the MAXGROUPINGTOKENS guard, causing quadratic CPU consumption through sqlparse.parse and sqlparse.formatsql, stripcomments=Tru...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/18 4:54 p.m.10 views

SUSE CVE-2026-72888

Net::OAuth versions before 0.32 for Perl allow memory exhaustion via unbounded caching of failed module loads in smartrequire. smartrequire stores results in a process-global hash with no bound and no eviction, and keeps an entry for every class name it is asked about, including names that failed...

6.5CVSS5.6AI score0.00436EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/18 4:54 p.m.4 views

CVE-2026-72227

A flaw was found in the Linux kernel's batman-adv component. An out-of-bounds read vulnerability exists in the mcast module due to an incorrect size check when accessing the numdests header. This flaw could allow an attacker to read sensitive information from memory or cause a denial of service...

8.1CVSS5.4AI score0.00331EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 4:54 p.m.10 views

CVE-2026-72226

A flaw was found in the Linux kernel's batman-adv Better Approach To Mobile Ad-hoc Networking - Advanced module. An integer overflow can occur when calculating the length of a Translation Table Type-Length-Value TVLV unicast message. This overflow can lead to invalid safety checks, allowing an...

9.8CVSS5.5AI score0.00704EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 4:29 p.m.5 views

CVE-2026-72223

A flaw was found in the Linux kernel's nvdimm/btt module. This vulnerability occurs when the discoverarenas function encounters an error, failing to properly deallocate memory. Specifically, memory allocated by sub-functions like bttfreelistinit is not released, leading to a memory leak. This can...

5.5CVSS5.4AI score0.0022EPSS
SaveExploits0References4
Rows per page
Query Builder