Lucene search
+L

2204 matches found

Ubuntu
Ubuntu
added 2026/03/16 3:20 p.m.11 views

USN-8098-1: Linux kernel vulnerabilities

Qualys discovered that several vulnerabilities existed in the AppArmor Linux kernel Security Module LSM. An unprivileged local attacker could use these issues to load, replace, and remove arbitrary AppArmor profiles causing denial of service, exposure of sensitive information kernel memory, local...

7.8CVSS6AI score0.00265EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/16 3:16 p.m.6 views

CVE-2026-2455

Mattermost versions 11.3.x = 11.3.0, 11.2.x = 11.2.2, 10.11.x = 10.11.10 fail to canonicalize IPv4-mapped IPv6 addresses before reserved IP validation which allows an attacker to perform SSRF attacks against internal services via IPv4-mapped IPv6 literals e.g., ::ffff:127.0.0.1.. Mattermost...

4.3CVSS0.00165EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/03/16 12:0 a.m.5 views

PT-2026-25772

A vulnerability was identified in Tenda AC8 16.03.50.11. Affected by this issue is the function check is ipv6 of the component IPv6 Handler. The manipulation leads to reliance on ip address for authentication. It is possible to initiate the attack remotely. The exploit is publicly available and...

10CVSS5.5AI score0.0126EPSS
SaveExploits1References6
CVE
CVE
added 2026/03/13 1:18 a.m.22 views

CVE-2026-22201

wpDiscuz before 7.6.47 is affected by an IP spoofing vulnerability in the getIP() function. By trusting untrusted HTTP headers (HTTP_CLIENT_IP or HTTP_X_FORWARDED_FOR), an attacker can spoof their IP address and bypass IP-based rate limiting and ban enforcement. The CVE entry specifies the issue ...

6.9CVSS5.8AI score0.00152EPSS
SaveExploits0References3Affected Software1
Fedora
Fedora
added 2026/03/10 1:10 a.m.6 views

[SECURITY] Fedora 42 Update: perl-Net-CIDR-0.27-1.fc42

The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses...

6.5CVSS5.8AI score0.00322EPSS
SaveExploits0
Mageia
Mageia
added 2026/03/09 5:48 p.m.24 views

Updated coturn packages fix security vulnerability

IPv4-mapped IPv6 ::ffff:0:0/96 bypasses denied-peer-ip ACL. CVE-2026-27624...

7.2CVSS5.8AI score0.00254EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/03/09 12:51 a.m.15 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

7.8CVSS6AI score0.00188EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/03/09 12:23 a.m.4 views

kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()

In the Linux kernel, the following vulnerability has been resolved: ipv6: BUG in pskbexpandhead as part of calipsoskbuffsetattr There exists a kernel oops caused by a BUGONnhead INTMAX i.e. intskbheadroomskb + lendelta skbheadroomskb is meant to ensure that delta = headroom - skbheadroomskb is...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/03/08 12:0 a.m.4 views

openSUSE 16 : Recommended update for shim (SUSE-SU-openSUSE-RU-2026:20325-1)

The remote openSUSE 16 host has a package installed that is affected by a vulnerability as referenced in the SUSE-SU- openSUSE-RU-2026:20325-1 advisory. This update for shim fixes the following issues: shim is updated to version 16.1: - shimstartimage: fix guid/handle pairing when uninstalling...

6.7CVSS5.9AI score0.00378EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2026/03/07 5:19 a.m.35 views

CVE-2026-30827 express-rate-limit: IPv4-mapped IPv6 addresses bypass per-client rate limiting (all IPv4 clients share one bucket on dual-stack servers)

express-rate-limit is a basic rate-limiting middleware for Express. In versions starting from 8.0.0 and prior to versions 8.0.2, 8.1.1, 8.2.2, and 8.3.0, the default keyGenerator in express-rate-limit applies IPv6 subnet masking /56 by default to all addresses that net.isIPv6 returns true for. Th...

7.5CVSS0.00455EPSS
SaveExploits1References2
CVE
CVE
added 2026/03/07 5:19 a.m.36 views

CVE-2026-30827

CVE-2026-30827 affects express-rate-limit for Express. The default keyGenerator mishandles IPv4 when the system treats IPv4 addresses as IPv6 mapped (IPv4-mapped IPv6 addresses like ::ffff:x.x.x.x). On dual-stack servers, this causes a /56 subnet mask to be applied to all IPv6 addresses, making a...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/03/07 3:30 a.m.7 views

EUVD-2026-10093

XikeStor SKS8310-8X Network Switch firmware versions 1.04.B07 and prior contain a missing authentication vulnerability in the /switchconfig.src endpoint that allows unauthenticated remote attackers to download device configuration files. Attackers can access this endpoint without credentials to...

8.7CVSS5.8AI score0.00512EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/03/06 9:28 p.m.3 views

CVE-2026-25679 Incorrect parsing of IPv6 host literals in net/url

url.Parse insufficiently validated the host/authority component and accepted some invalid URLs...

5.8AI score0.00728EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/06 6:36 p.m.13 views

express-rate-limit: IPv4-mapped IPv6 addresses bypass per-client rate limiting on servers with dual-stack network

Summary The default keyGenerator in express-rate-limit applies IPv6 subnet masking /56 by default to all addresses that net.isIPv6 returns true for. This includes IPv4-mapped IPv6 addresses ::ffff:x.x.x.x, which Node.js returns as request.ip on dual-stack servers. Because the first 80 bits of all...

7.5CVSS5.7AI score0.00455EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/06 12:0 a.m.5 views

PT-2026-23791

Name of the Vulnerable Software and Affected Versions express-rate-limit versions 8.0.0 through 8.0.1 express-rate-limit versions 8.1.0 through 8.1.1 express-rate-limit versions 8.2.0 through 8.2.1 Description The default keyGenerator in express-rate-limit incorrectly applies IPv6 subnet masking ...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits1References8
GithubExploit
GithubExploit
added 2026/03/05 9:3 p.m.150 views

buffer-overflow-exploit-ip-camera-

buffe...

5.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/03/04 7:3 p.m.12 views

OpenClaw has incomplete IPv4 special-use SSRF blocking in web fetch guard

Summary isPrivateIpv4 in bundled SSRF guard code missed several IPv4 special-use/non-global ranges, so webfetch could allow targets that should be blocked by SSRF policy. Affected Packages / Versions - Package: openclaw npm - Latest published affected version: 2026.2.21-2 published 2026-02-21 -...

7.4CVSS6AI score0.00206EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/03/04 6:31 p.m.7 views

EUVD-2026-9436

A vulnerability in the processing of Galois/Counter Mode GCM-encrypted Internet Key Exchange version 2 IKEv2 IPsec traffic of Cisco Secure Firewall Adaptive Security Appliance ASA Software and Cisco Secure Firewall Threat Defense FTD Software could allow an authenticated, remote attacker to cause...

7.7CVSS6AI score0.00292EPSS
SaveExploits0References2
Cisco
Cisco
added 2026/03/04 4:0 p.m.10 views

Cisco Secure Firewall Adaptive Security Appliance and Secure Firewall Threat Defense Software IPsec Denial of Service Vulnerability

A vulnerability in the processing of Galois/Counter Mode GCM-encrypted Internet Key Exchange version 2 IKEv2 IPsec traffic of Cisco Secure Firewall Adaptive Security Appliance ASA Software and Cisco Secure Firewall Threat Defense FTD Software could allow an authenticated, remote attacker to cause...

7.7CVSS6AI score0.00292EPSS
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/03/04 1:55 p.m.243 views

Exploit for Integer Underflow (Wrap or Wraparound) in Microsoft

CVE-2024-38063 Exploit Advanced exploitation tool with precis...

9.8CVSS6.1AI score0.70564EPSS
SaveExploits24
Rows per page
Query Builder