Lucene search
+L

526 matches found

UbuntuCve
UbuntuCve
added 2025/04/01 4:15 p.m.23 views

CVE-2025-21968

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix slab-use-after-free on hdcpwork Why A slab-use-after-free is reported when HDCP is destroyed but the propertyvalidatedwork queue is still running. How Cancel the delayed work when destroying workqueue. cherry...

7.8CVSS6.6AI score0.00187EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/04/01 4:15 p.m.20 views

CVE-2025-21924

In the Linux kernel, the following vulnerability has been resolved: net: hns3: make sure ptp clock is unregister and freed if hclgeptpgetcycle returns an error During the initialization of ptp, hclgeptpgetcycle might return an error and returned directly without unregister clock and free it. To...

7.8CVSS6.1AI score0.00203EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/04/01 4:15 p.m.11 views

CVE-2025-21953

In the Linux kernel, the following vulnerability has been resolved: net: mana: cleanup mana struct after debugfsremove When on a MANA VM hibernation is triggered, as part of hibernatesnapshot, managdsuspend and managdresume are called. If during this managdresume, a failure occurs with HWC...

5.5CVSS5.8AI score0.00163EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/04/01 12:0 a.m.16 views

CVE-2025-3085

A MongoDB server under specific conditions running on Linux with TLS and CRL revocation status checking enabled, fails to check the revocation status of the intermediate certificates in the peer's certificate chain. In cases of MONGODB-X509, which is not enabled by default, this may lead to...

9.8CVSS5.9AI score0.00266EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/03/30 4:15 p.m.16 views

CVE-2025-2953

A vulnerability, which was classified as problematic, has been found in PyTorch 2.6.0+cu124. Affected by this issue is the function torch.mkldnnmaxpool2d. The manipulation leads to denial of service. An attack has to be approached locally. The exploit has been disclosed to the public and may be...

5.5CVSS5.3AI score0.00243EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2025/03/28 4:15 p.m.10 views

CVE-2025-2912

A vulnerability was found in HDF5 up to 1.14.6. It has been declared as problematic. Affected by this vulnerability is the function H5Omsgflush of the file src/H5Omessage.c. The manipulation of the argument oh leads to heap-based buffer overflow. The attack needs to be approached locally. The...

5.3CVSS5.6AI score0.00261EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.7 views

CVE-2023-52982

In the Linux kernel, the following vulnerability has been resolved: fscache: Use waitonbit to wait for the freeing of relinquished volume The freeing of relinquished volume will wake up the pending volume acquisition by using wakeupbit, however it is mismatched with waitvarevent used in...

5.5CVSS5.9AI score0.00215EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.13 views

CVE-2023-53010

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logic: detected buffer overflow in strnlen ... Call...

5.5CVSS6.5AI score0.00182EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.13 views

CVE-2023-53024

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation To mitigate Spectre v4, 2039f26f3aca "bpf: Fix leakage due to insufficient speculative store bypass mitigation" inserts lfence instructions after 1...

7.1CVSS6.2AI score0.00193EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.8 views

CVE-2023-53018

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix memory leaks When hcicmdsyncqueue failed in hcileterminatebig or hcilebigterminate, the memory pointed by variable d is not freed, which will cause memory leak. Add release process to error path...

5.5CVSS6.3AI score0.00152EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.10 views

CVE-2023-52930

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential bit17 double-free A userspace with multiple threads racing I915GEMSETTILING to set the tiling to I915TILINGNONE could trigger a double free of the bit17 bitmask. Or conversely leak memory on the transition...

7.8CVSS6.1AI score0.00271EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/03/27 2:15 p.m.10 views

CVE-2025-21868

In the Linux kernel, the following vulnerability has been resolved: net: allow small head cache usage with large MAXSKBFRAGS values Sabrina reported the following splat: WARNING: CPU: 0 PID: 1 at net/core/dev.c:6935 netifnapiaddweightlocked+0x8f2/0xba0 Modules linked in: CPU: 0 UID: 0 PID: 1 Comm...

7.5CVSS6.3AI score0.00354EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2025/03/27 2:15 p.m.9 views

CVE-2025-2849

A vulnerability, which was classified as problematic, was found in UPX up to 5.0.0. Affected is the function PackLinuxElf64::unDTINIT of the file src/plxelf.cpp. The manipulation leads to heap-based buffer overflow. It is possible to launch the attack on the local host. The exploit has been...

5.5CVSS5.3AI score0.00281EPSS
SaveExploits1References8
UbuntuCve
UbuntuCve
added 2025/03/26 11:15 a.m.12 views

CVE-2025-27551

DBIx::Class::EncodedColumn use the rand function, which is not cryptographically secure to salt password hashes. This vulnerability is associated with program files lib/DBIx/Class/EncodedColumn/Digest.pm. This issue affects DBIx::Class::EncodedColumn until 0.00032...

4CVSS5.9AI score0.00111EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/26 11:15 a.m.11 views

CVE-2025-2596

Session logout could be overwritten in Checkmk GmbH's Checkmk versions 2.3.0p30, 2.2.0p41, and 2.1.0p49 EOL...

5.3CVSS5.8AI score0.00195EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/03/26 12:15 a.m.8 views

CVE-2024-47516

A vulnerability was found in Pagure. An argument injection in Git during retrieval of the repository history leads to remote code execution on the Pagure instance...

9.8CVSS6.3AI score0.00842EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/25 12:0 a.m.8 views

CVE-2025-27809

Mbed TLS before 2.28.10 and 3.x before 3.6.3, on the client side, accepts servers that have trusted certificates for arbitrary hostnames unless the TLS client application calls mbedtlssslsethostname...

5.4CVSS6.2AI score0.00186EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/03/22 2:15 a.m.18 views

CVE-2025-30472

Corosync through 3.1.9, if encryption is disabled or the attacker knows the encryption key, has a stack-based buffer overflow in orftokenendianconvert in exec/totemsrp.c via a large UDP packet...

9.8CVSS7.1AI score0.0043EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/03/21 2:15 p.m.9 views

CVE-2025-2592

A vulnerability, which was classified as critical, has been found in Open Asset Import Library Assimp 5.4.3. This issue affects the function CSMImporter::InternReadFile of the file code/AssetLib/CSM/CSMLoader.cpp. The manipulation leads to heap-based buffer overflow. The attack may be initiated...

8.8CVSS6.6AI score0.00727EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2025/03/18 9:15 a.m.20 views

CVE-2025-0755

The various bsonappend functions in the MongoDB C driver library may be susceptible to buffer overflow when performing operations that could result in a final BSON document which exceeds the maximum allowable size INT32MAX, resulting in a segmentation fault and possible application crash. This...

8.4CVSS7.1AI score0.00759EPSS
SaveExploits0References3
Rows per page
Query Builder