Lucene search
+L

4646 matches found

OSV
OSV
added 2026/03/23 7:04 p.m.12 views

CVE-2026-27131 Sprig Plugin for Craft CMS potentially discloses sensitive information via Sprig Playground

The Sprig Plugin for Craft CMS is a reactive Twig component framework for Craft CMS. Starting in version 2.0.0 and prior to versions 2.15.2 and 3.15.2, admin users, and users with explicit permission to access the Sprig Playground, could potentially expose the security key, credentials, and other...

5.5CVSS5.9AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/03/23 12:00 a.m.27 views

PT-2026-27177

The Sprig Plugin for Craft CMS is a reactive Twig component framework for Craft CMS. Starting in version 2.0.0 and prior to versions 2.15.2 and 3.15.2, admin users, and users with explicit permission to access the Sprig Playground, could potentially expose the security key, credentials, and other...

5.5CVSS5.8AI score0.00253EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/20 8:08 a.m.10 views

CVE-2026-23277 net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave xmit

In the Linux kernel, the following vulnerability has been resolved: net/sched: teql: fix NULL pointer dereference in iptunnelxmit on TEQL slave xmit teqlmasterxmit calls netdevstartxmitskb, slave to transmit through slave devices, but does not update skb-dev to the slave device beforehand. When a...

5.7AI score
SaveExploits0References13
OSV
OSV
added 2026/03/18 5:41 p.m.9 views

CVE-2026-23255 net: add proper RCU protection to /proc/net/ptype

In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptypeseqshow and provided a patch. Real issue is that ptypeseqnext and ptypeseqshow violate RCU rules. ptypeseqshow runs under rcureadlock, an...

5.7AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/03/18 5:41 p.m.46 views

CVE-2026-23255 net: add proper RCU protection to /proc/net/ptype

In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptypeseqshow and provided a patch. Real issue is that ptypeseqnext and ptypeseqshow violate RCU rules. ptypeseqshow runs under rcureadlock, an...

0.00114EPSS
SaveExploits0References5
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/03/18 1:15 p.m.22 views

Malicious code in wiz-dev (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector be8c0c61ad6d8e5e76edbce5a6e053676767ed4dcabed1c20389db704cc20411 The package wiz-dev was found to contain malicious code...

5.8AI score
SaveExploits0
OSV
OSV
added 2026/03/18 1:15 p.m.7 views

MAL-2026-1874 Malicious code in wiz-dev (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector be8c0c61ad6d8e5e76edbce5a6e053676767ed4dcabed1c20389db704cc20411 The package wiz-dev was found to contain malicious code...

5.8AI score
SaveExploits0
NVD
NVD
added 2026/03/18 12:16 a.m.13 views

CVE-2026-27977

Next.js is a React framework for building full-stack web applications. Starting in version 16.0.1 and prior to version 16.1.7, in next dev, cross-site protection for internal websocket endpoints could treat Origin: null as a bypass case even if allowedDevOrigins is configured, allowing...

5.4CVSS0.00171EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/17 11:56 p.m.10 views

CVE-2026-27977

Next.js is a React framework for building full-stack web applications. Starting in version 16.0.1 and prior to version 16.1.7, in next dev, cross-site protection for internal websocket endpoints could treat Origin: null as a bypass case even if allowedDevOrigins is configured, allowing...

2.3CVSS5.6AI score0.00171EPSS
SaveExploits1References4Affected Software1
CVE
CVE
added 2026/03/17 11:56 p.m.49 views

CVE-2026-27977

CVE-2026-27977 affects the Next.js development server. The vulnerability lies in the Next.js dev mode where cross-site protection for internal HMR websocket endpoints could treat Origin: null as a permitted bypass even when allowedDevOrigins is configured, allowing privacy-sensitive contexts (e.g...

5.4CVSS5.6AI score0.00171EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/03/17 11:56 p.m.10 views

CVE-2026-27977 Next.js: null origin can bypass dev HMR websocket CSRF checks

Next.js is a React framework for building full-stack web applications. Starting in version 16.0.1 and prior to version 16.1.7, in next dev, cross-site protection for internal websocket endpoints could treat Origin: null as a bypass case even if allowedDevOrigins is configured, allowing...

2.3CVSS5.8AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/03/17 11:56 p.m.7 views

CVE-2026-27977 Next.js: null origin can bypass dev HMR websocket CSRF checks

Next.js is a React framework for building full-stack web applications. Starting in version 16.0.1 and prior to version 16.1.7, in next dev, cross-site protection for internal websocket endpoints could treat Origin: null as a bypass case even if allowedDevOrigins is configured, allowing...

2.3CVSS5.6AI score0.00171EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2026/03/17 6:49 a.m.7 views

runc: container escape via 'masked path' abuse due to mount race conditions

A flaw was found in runc. This flaw exploits an issue with how masked paths are implementedin runc. When masking files, runc will bind-mount the container's /dev/null inode on top of the file. However, if an attacker can replace /dev/null with a symlink to some other procfs file, runc will instea...

7.8CVSS5.8AI score0.00841EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2026/03/17 6:49 a.m.16 views

runc: container escape with malicious config due to /dev/console mount and related races

A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console bind-mounts. When creating the /dev/console bind-mount to /dev/pts/$n, if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount...

8.4CVSS5.7AI score0.00565EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/03/17 12:02 a.m.4 views

CVE-2026-4288

A weakness has been identified in Tiandy Easy7 Integrated Management Platform 7.17.0. The impacted element is an unknown function of the file /rest/devStatus/getDevDetailedInfo of the component Endpoint. Executing a manipulation of the argument ID can lead to sql injection. The attack can be...

7.5CVSS5.8AI score0.00254EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/03/17 12:02 a.m.24 views

CVE-2026-4288

CVE-2026-4288 affects Tiandy Easy7 Integrated Management Platform 7.17.0. The vulnerability is an SQL injection in an unknown function of the Endpoint component, triggered by manipulating the argument ID in /rest/devStatus/getDevDetailedInfo. Access is remote and exploitation is publicly availabl...

7.5CVSS6.9AI score0.00254EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/03/17 12:00 a.m.30 views

PT-2026-25838

A weakness has been identified in Tiandy Easy7 Integrated Management Platform 7.17.0. The impacted element is an unknown function of the file /rest/devStatus/getDevDetailedInfo of the component Endpoint. Executing a manipulation of the argument ID can lead to sql injection. The attack can be...

7.5CVSS6.9AI score0.00254EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/03/17 12:00 a.m.18 views

PT-2026-25908

Name of the Vulnerable Software and Affected Versions Next.js versions 16.0.1 through 16.1.6 Description Next.js, a React framework for building full-stack web applications, had a flaw in its development mode next dev where cross-site protection for internal websocket endpoints could incorrectly...

6.4CVSS5.6AI score0.00171EPSS
SaveExploits1References13
NVD
NVD
added 2026/03/16 2:19 p.m.8 views

CVE-2026-32705

PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, the BST telemetry probe writes a string terminator using a device-provided length without bounds. A malicious BST device can report an oversized devnamelen, causing a stack overflow in the driver and crashing the task or...

6.8CVSS0.00267EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.15 views

Tiandy Easy7 Integrated Management Platform 访问控制错误漏洞

Tiandy Easy7 Integrated Management Platform is a comprehensive video surveillance management platform developed by Tiandy Company in China. The version 7.17.0 of Tiandy Easy7 Integrated Management Platform contains a vulnerability related to access control. This vulnerability arises from incorrec...

6.9CVSS6.1AI score0.00514EPSS
SaveExploits0References4
Rows per page
Query Builder