Lucene search
+L

517658 matches found

OSV
OSV
added 2026/08/26 3:16 p.m.4 views

UBUNTU-CVE-2026-74738

In the Linux kernel, the following vulnerability has been resolved: regmap: sdw-mbq: don't call an unset readablereg callback regmapsdwmbqpollbusy decides whether to poll the Function Busy bit by calling ctx-readablereg, which is a straight copy of config-readablereg. That callback is optional:...

5.8AI score0.00173EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/26 3:09 p.m.7 views

urwid: Urwid: Predictable session IDs lead to remote code execution and information disclosure

A flaw was found in the urwid web display backend. This vulnerability arises from the use of a cryptographically insecure pseudo-random number generator PRNG for web session identifiers, making them predictable. An attacker could either observe enough session IDs to reconstruct the PRNG state or,...

9.2CVSS5.4AI score0.00421EPSS
SaveExploits0References10
Kitploit
Kitploit
added 2026/08/26 2:58 p.m.8 views

infisical v0.162.24

The open-source secret management platform : Sync secrets/configs across your team/infrastructure and prevent secret leaks. Slack | Infisical Cloud | Self-Hosting | Docs | Website | Twitter | Hiring Remote/SF Introduction Infisical is the open source security infrastructure platform that teams us...

5.9AI score
SaveExploits0References6
OSV
OSV
added 2026/08/26 2:57 p.m.7 views

GO-2026-6293 Encoded slash (%2F) bypasses route-level protection and exposes static files in github.com/labstack/echo/v4 and github.com/labstack/echo/v5

Encoded slash %2F bypasses route-level protection and exposes static files in github.com/labstack/echo/v4 and github.com/labstack/echo/v5...

7.5CVSS5.2AI score0.00431EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:57 p.m.7 views

GO-2026-6294 Path traversal via crafted vulnerability database or other downloaded artifacts in github.com/aquasecurity/trivy

Path traversal via crafted vulnerability database or other downloaded artifacts in github.com/aquasecurity/trivy...

7.5CVSS5.2AI score0.00442EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/26 2:57 p.m.9 views

GO-2026-6292 mcp-shell — Security Disabled by Default in Bare-Binary Deploy Path + Shell Interpreter in Secure-Mode Allowlist in github.com/sonirico/mcp-shell

mcp-shell — Security Disabled by Default in Bare-Binary Deploy Path + Shell Interpreter in Secure-Mode Allowlist in github.com/sonirico/mcp-shell...

8.6CVSS5.2AI score0.00151EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:57 p.m.9 views

GO-2026-6295 genieacs-mcp: DNS rebinding reaches local GenieACS MCP Streamable HTTP transport in github.com/geiserx/genieacs-mcp

genieacs-mcp: DNS rebinding reaches local GenieACS MCP Streamable HTTP transport in github.com/geiserx/genieacs-mcp...

8.8CVSS5.2AI score0.00205EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:57 p.m.8 views

GO-2026-6290 mcp-shell has a Secure Mode Allowlist Bypass via Default `/bin/bash` Executable in github.com/sonirico/mcp-shell

mcp-shell has a Secure Mode Allowlist Bypass via Default /bin/bash Executable in github.com/sonirico/mcp-shell...

8.4CVSS5.3AI score0.0034EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:57 p.m.7 views

GO-2026-6291 mcp-shell has a Secure Mode Allowlist Bypass via Git Shell Alias in github.com/sonirico/mcp-shell

mcp-shell has a Secure Mode Allowlist Bypass via Git Shell Alias in github.com/sonirico/mcp-shell...

8.4CVSS5.3AI score0.00193EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/08/26 2:38 p.m.6 views

Missing Authorization

Overview openwisp-ipam is an IP address space administration module of OpenWISP. Affected versions of this package are vulnerable to Missing Authorization via the ExportSubnetView process. An attacker can access sensitive information belonging to other organizations by submitting an export reques...

6CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/26 2:38 p.m.9 views

OpenWISP IPAM has broken object-level authorization: ExportSubnetView lets a member of one organization export another organization's subnet and all its IP addresses

Summary OpenWISP IPAM is multi-tenant: every Subnet belongs to an organization, and API access is scoped to the organizations a user belongs to. The CSV export endpoint, ExportSubnetView, omits the organization-membership check that its import sibling performs, and loads the subnet by primary key...

5.8AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/26 2:38 p.m.7 views

GHSA-X287-5C68-36WP OpenWISP IPAM has broken object-level authorization: ExportSubnetView lets a member of one organization export another organization's subnet and all its IP addresses

Summary OpenWISP IPAM is multi-tenant: every Subnet belongs to an organization, and API access is scoped to the organizations a user belongs to. The CSV export endpoint, ExportSubnetView, omits the organization-membership check that its import sibling performs, and loads the subnet by primary key...

5.3CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:37 p.m.44 views

CVE-2026-80589

This Linux kernel vulnerability is a slab-use-after-free in the block layer triggered during NVMe device probe failure. When a disk's probe fails before add_disk(), disk_release() calls blk_mq_exit_queue() but fails to stop the q->timeout timer, leaving a dangling entry in the timer wheel afte...

9.8CVSS5.5AI score0.00375EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80589 block: stop the timeout timer when releasing a never added disk

In the Linux kernel, the following vulnerability has been resolved: block: stop the timeout timer when releasing a never added disk diskrelease undoes blkmqinitallocatedqueue for a disk whose probe failed before adddisk, but it only calls blkmqexitqueue. Nothing there stops q-timeout, and that...

9.8CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.51 views

CVE-2026-80589 block: stop the timeout timer when releasing a never added disk

In the Linux kernel, the following vulnerability has been resolved: block: stop the timeout timer when releasing a never added disk diskrelease undoes blkmqinitallocatedqueue for a disk whose probe failed before adddisk, but it only calls blkmqexitqueue. Nothing there stops q-timeout, and that...

9.8CVSS0.00375EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.11 views

CVE-2026-80589

In the Linux kernel, the following vulnerability has been resolved: block: stop the timeout timer when releasing a never added disk diskrelease undoes blkmqinitallocatedqueue for a disk whose probe failed before adddisk, but it only calls blkmqexitqueue. Nothing there stops q-timeout, and that...

9.8CVSS5.5AI score0.00375EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.38 views

CVE-2026-80588 mptcp: reclaim forward-allocated memory on RX path errors

In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec "mptcp: borrow forward memory from subflow", errors in the receive path prior to queueing skbs into the receive queue do not trigger...

7.5CVSS0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80588 mptcp: reclaim forward-allocated memory on RX path errors

In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec "mptcp: borrow forward memory from subflow", errors in the receive path prior to queueing skbs into the receive queue do not trigger...

7.5CVSS5.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.8 views

CVE-2026-80588

In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec "mptcp: borrow forward memory from subflow", errors in the receive path prior to queueing skbs into the receive queue do not trigger...

7.5CVSS5.3AI score0.00339EPSS
SaveExploits0
CVE
CVE
added 2026/08/26 2:37 p.m.24 views

CVE-2026-80588

CVE-2026-80588 affects the Linux kernel's MPTCP (Multipath TCP) subsystem . After commit 9db5b3cec4ec ("mptcp: borrow forward memory from subflow"), errors in the receive path prior to queueing SKBs into the receive queue fail to trigger reclamation of forward-allocated memory. In pathological dr...

7.5CVSS5.3AI score0.00339EPSS
SaveExploits0References3
Rows per page
Query Builder