Lucene search
+L

10156 matches found

Wolfi
Wolfi
added 2025/02/04 2:15 p.m.14 views

CVE-2025-1011 vulnerabilities

Vulnerabilities for packages: firefox...

9.8CVSS7.1AI score0.00639EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/02/04 2:15 p.m.8 views

CVE-2025-0510

Thunderbird displayed an incorrect sender address if the From field of an email used the invalid group name syntax that is described in CVE-2024-49040. This vulnerability was fixed in Thunderbird 128.7 and Thunderbird 135...

6.5CVSS7.1AI score0.07588EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/02/03 9:15 p.m.9 views

CVE-2025-24959

zx is a tool for writing better scripts. An attacker with control over environment variable values can inject unintended environment variables into process.env. This can lead to arbitrary command execution or unexpected behavior in applications that rely on environment variables for...

1CVSS6.1AI score0.00177EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/02/03 6:15 p.m.8 views

CVE-2025-24898

rust-openssl is a set of OpenSSL bindings for the Rust programming language. In affected versions ssl::selectnextproto can return a slice pointing into the server argument's buffer but with a lifetime bound to the client argument. In situations where the sever buffer's lifetime is shorter than th...

6.3CVSS7AI score0.00667EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/02/03 5:15 a.m.12 views

CVE-2024-57966

libarchiveplugin.cpp in KDE ark before 24.12.0 can extract to an absolute path from an archive...

5CVSS6AI score0.00271EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/02/03 12:00 a.m.2 views

OpenLink Software Virtuoso Installed (Linux / Unix)

Binary data openlinkvirtuosonixinstalled.nbin...

7.3AI score
SaveExploits0References1
CBLMariner
CBLMariner
added 2025/01/31 10:13 p.m.13 views

CVE-2024-9676 affecting package skopeo for versions less than 1.14.4-3

CVE-2024-9676 affecting package skopeo for versions less than 1.14.4-3. A patched version of the package is available...

6.5CVSS7.3AI score0.01336EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/01/31 6:31 p.m.7 views

GHSA-WXCC-2F3Q-4H58 vulnerabilities

Vulnerabilities for packages: grafana...

7.5AI score
SaveExploits0
CBLMariner
CBLMariner
added 2025/01/31 4:07 p.m.14 views

CVE-2023-3823 affecting package php for versions less than 8.1.22-1

CVE-2023-3823 affecting package php for versions less than 8.1.22-1. A patched version of the package is available...

8.6CVSS9.5AI score0.0164EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.10 views

CVE-2025-21670

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the transport at NULL, for example after a failed...

5.5CVSS6.4AI score0.00221EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.13 views

CVE-2025-21675

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Clear port select structure when fail to create Clear the port select structure on error so no stale values left after definers are destroyed. That's because the mlx5lagdestroydefiners always try to destroy all lag...

5.5CVSS6.4AI score0.0022EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.10 views

CVE-2025-21679

In the Linux kernel, the following vulnerability has been resolved: btrfs: add the missing error handling inside getcanonicaldevpath Inside function getcanonicaldevpath, we call dpath to get the final device path. But dpath can return error, and in that case the next strscpy call will trigger an...

5.5CVSS6.4AI score0.0017EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.13 views

CVE-2025-21674

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, which is happening due to two issues: 1. In SA ad...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.7 views

CVE-2024-57948

In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154ifremove. 1 Remove an IEEE 802.15.4 network interface after unregister an IEEE 802.15.4 hardware device from the system...

5.5CVSS6.1AI score0.00233EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.10 views

CVE-2025-21680

In the Linux kernel, the following vulnerability has been resolved: pktgen: Avoid out-of-bounds access in getimixentries Passing a sufficient amount of imix entries leads to invalid access to the pktdev-imixentries array because of the incorrect boundary check. UBSAN: array-index-out-of-bounds in...

7.8CVSS6.1AI score0.00219EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.7 views

CVE-2025-21678

In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtpnewlink links the device to a list in devnetdev instead of srcnet, where a udp tunnel socket is created. Even when srcnet is removed, the device stays alive on...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.11 views

CVE-2025-21682

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: always recalculate features after XDP clearing, fix null-deref Recalculate features when XDP is detached. Before: ip li set dev eth0 xdp obj xdpdummy.bpf.o sec xdp ip li set dev eth0 xdp off ethtool -k eth0 | grep gro...

7.3CVSS6.1AI score0.00229EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2025/01/31 12:15 p.m.15 views

CVE-2025-21669

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access...

7.8CVSS6.2AI score0.00227EPSS
SaveExploits0References29
Debian CVE
Debian CVE
added 2025/01/31 11:25 a.m.16 views

CVE-2025-21683

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpfskselectreuseport memory leak As pointed out in the original comment, lookup in sockmap can return a TCP ESTABLISHED socket. Such TCP socket may have had SOATTACHREUSEPORTEBPF set before it was ESTABLISHED. In other...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/31 11:25 a.m.21 views

CVE-2025-21680

In the Linux kernel, the following vulnerability has been resolved: pktgen: Avoid out-of-bounds access in getimixentries Passing a sufficient amount of imix entries leads to invalid access to the pktdev-imixentries array because of the incorrect boundary check. UBSAN: array-index-out-of-bounds in...

7.8CVSS5.6AI score0.00219EPSS
SaveExploits0
Rows per page
Query Builder