Lucene search
+L

38678 matches found

SUSE CVE
SUSE CVE
added 2025/02/28 2:21 a.m.9 views

SUSE CVE-2025-21766

In the Linux kernel, the following vulnerability has been resolved: ipv4: use RCU protection in iprtupdatepmtu iprtupdatepmtu must use RCU protection to make sure the net structure it reads does not disappear...

5.5CVSS6.7AI score0.0053EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/02/28 2:20 a.m.8 views

SUSE CVE-2025-21789

In the Linux kernel, the following vulnerability has been resolved: LoongArch: csum: Fix OoB access in IP checksum code for negative lengths Commit 69e3a6aa6be2 "LoongArch: Add checksum optimization for 64-bit system" would cause an undefined shift and an out-of-bounds read. Commit 8bd795fedb84...

7.3CVSS7.8AI score0.00226EPSS
SaveExploits0References3
Wired Threat Level
Wired Threat Level
added 2025/02/27 11:30 a.m.18 views

Elon Musk’s Starlink Is Keeping Modern Slavery Compounds Online

A WIRED investigation reveals that criminals who make billions from scam compounds in Myanmar—where tens of thousands of people are enslaved—are using Starlink to get online...

7.3AI score
SaveExploits0
OSV
OSV
added 2025/02/27 3:15 a.m.8 views

DEBIAN-CVE-2025-21766

In the Linux kernel, the following vulnerability has been resolved: ipv4: use RCU protection in iprtupdatepmtu iprtupdatepmtu must use RCU protection to make sure the net structure it reads does not disappear...

5.5CVSS5.7AI score0.0053EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.7 views

AZL-58968 CVE-2025-21759 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...

7.8CVSS6.2AI score0.07773EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.7 views

UBUNTU-CVE-2025-21765

In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU protection in ip6defaultadvmss ip6defaultadvmss needs rcu protection to make sure the net structure it reads does not disappear...

8.1CVSS6.2AI score0.00601EPSS
SaveExploits0References47
OSV
OSV
added 2025/02/27 3:15 a.m.9 views

UBUNTU-CVE-2025-21789

In the Linux kernel, the following vulnerability has been resolved: LoongArch: csum: Fix OoB access in IP checksum code for negative lengths Commit 69e3a6aa6be2 "LoongArch: Add checksum optimization for 64-bit system" would cause an undefined shift and an out-of-bounds read. Commit 8bd795fedb84...

7.3CVSS6.5AI score0.00226EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/27 3:15 a.m.18 views

UBUNTU-CVE-2025-21768

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels Some lwtunnels have a dst cache for post-transformation dst. If the packet destination did not change we may end up recording a reference to the lwtunnel in its own...

5.5CVSS6.2AI score0.00199EPSS
SaveExploits0References15
OSV
OSV
added 2025/02/27 2:15 a.m.9 views

UBUNTU-CVE-2025-21720

In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. That secpath is not needed at all after policy is...

7.5CVSS6.3AI score0.00359EPSS
SaveExploits0References19
CNNVD
CNNVD
added 2025/02/27 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from an out-of-bounds read during a lookup in the xfrm: state module...

7.1CVSS6.6AI score0.00245EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/02/27 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an out-of-bounds access in the IP checksum code...

7.1CVSS7.1AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:01 a.m.3 views

DEBIAN-CVE-2022-49727

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in l2tpip6sendmsg When len = INTMAX - transhdrlen, ulen = len + transhdrlen will be overflow. To fix, we can follow what udpv6 does and subtract the transhdrlen from the max...

5.5CVSS5.5AI score0.0028EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.12 views

AZL-58045 CVE-2022-49728 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in ip6appenddata Resurrect ubsan overflow checks and ubsan report this warning, fix it by change the variable length type to sizet. UBSAN: signed-integer-overflow in net/ipv6/ip6output.c:1489:19...

5.5CVSS6.8AI score0.00269EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.12 views

UBUNTU-CVE-2022-49580

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix a data-race around sysctlfibmultipathuseneigh. While reading sysctlfibmultipathuseneigh, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS6AI score0.00185EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:00 a.m.9 views

DEBIAN-CVE-2022-49048

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix panic when forwarding a pkt with no in6 dev kongweibin reported a kernel panic in ip6forward when input interface has no in6 dev associated. The following tc commands were used to reproduce this panic: tc qdisc del dev...

5.5CVSS5.3AI score0.00679EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.8 views

UBUNTU-CVE-2022-49058

In the Linux kernel, the following vulnerability has been resolved: cifs: potential buffer overflow in handling symlinks Smatch printed a warning: arch/x86/crypto/poly1305glue.c:198 poly1305updatearch error: memcpy 'dctx-buf' too small 16 vs u32max It's caused because Smatch marks 'linklen' as...

9.1CVSS6.4AI score0.00874EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49638 icmp: Fix data-races around sysctl.

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl. While reading icmp sysctl variables, they can be changed concurrently. So, we need to add READONCE to avoid data-races...

6.1AI score0.00175EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.13 views

PT-2025-8758 · Pypi · Imblog

Name of the Vulnerable Software and Affected Versions: The product name cannot be determined. Description: The issue concerns a Python library that scrapes data from a blog page to an IP address associated with other malware distribution attacks. Recommendations: At the moment, there is no...

6.9AI score
SaveExploits0References3
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the presence of data contention in sysctligmpqrv...

4.7CVSS6.4AI score0.00186EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a signed integer overflow in the l2tpip6sendmsg function...

5.5CVSS6.6AI score0.0028EPSS
SaveExploits0References10
Rows per page
Query Builder