Lucene search
+L

3372 matches found

OSV
OSV
added 2026/01/14 3:16 p.m.0 views

DEBIAN-CVE-2025-71122

In the Linux kernel, the following vulnerability has been resolved: iommufd/selftest: Check for overflow in IOMMUTESTOPADDRESERVED syzkaller found it could overflow math in the test infrastructure and cause a WARNON by corrupting the reserved interval tree. This only effects test kernels with...

7.8CVSS5.2AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/14 3:16 p.m.1 views

DEBIAN-CVE-2025-71120

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauthgss: avoid NULL deref on zero length gsstoken in gssreadproxyverf A zero length gsstoken results in pages == 0 and intoken-pages0 is NULL. The code unconditionally evaluates pageaddressintoken-pages0 for the initia...

5.5CVSS5.4AI score0.00429EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/14 6:6 a.m.1 views

BELL-CVE-2025-71094

Bulletin has no description...

5.5CVSS6.9AI score0.00119EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/01/14 12:0 a.m.8 views

Huawei EMUI和Huawei HarmonyOS 安全漏洞

Huawei HarmonyOS is an operating system from Huawei, a Chinese company. It provides a full-scenario distributed operating system based on a microkernel.Huawei EMUI is a user interface developed by Huawei based on the Android operating system. A privilege authentication bypass vulnerability exists...

6.1CVSS5.8AI score0.00081EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/01/13 10:51 p.m.31 views

CVE-2022-50805 Senayan Library Management System 9.0.0 - SQL Injection

Senayan Library Management System 9.0.0 contains a SQL injection vulnerability in the 'class' parameter that allows attackers to inject malicious SQL queries. Attackers can exploit the vulnerability by submitting crafted payloads to manipulate database queries and potentially extract sensitive...

8.8CVSS0.00319EPSS
SaveExploits0References4
OSV
OSV
added 2026/01/13 4:42 p.m.7 views

GO-2026-4304 CVE-2017-18901 in github.com/mattermost/mattermost-server

CVE-2017-18901 in github.com/mattermost/mattermost-server...

5.3CVSS6.9AI score0.0092EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/13 4:16 p.m.2 views

DEBIAN-CVE-2025-71079

In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix deadlock between nfcunregisterdevice and rfkillfopwrite A deadlock can occur between nfcunregisterdevice and rfkillfopwrite due to lock ordering inversion between devicelock and rfkillglobalmutex. The problematic lo...

5.5CVSS4.9AI score0.00092EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.1 views

DEBIAN-CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS5.4AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.1 views

DEBIAN-CVE-2025-71064

In the Linux kernel, the following vulnerability has been resolved: net: hns3: using the numtqps in the vf driver to apply for resources Currently, hdev-htqp is allocated using hdev-numtqps, and kinfo-tqp is allocated using kinfo-numtqps. However, kinfo-numtqps is set to minnewtqps, hdev-numtqps;...

5.1AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.2 views

DEBIAN-CVE-2025-68819

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100i2cmsg rlen value is a user-controlled value, but dtv5100i2cmsg does not check the size of the rlen value. Therefore, if it is set to a value larger than sizeofst-data, an...

7.8CVSS5.3AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.4 views

DEBIAN-CVE-2025-68812

In the Linux kernel, the following vulnerability has been resolved: media: iris: Add sanity check for stop streaming Add sanity check in irisvb2stopstreaming. If inst-state is already IRISINSTERROR, we should skip the streamoff operation because it would still send packets to the firmware. In...

5.7AI score0.00027EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.2 views

DEBIAN-CVE-2025-68800

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrummr: Fix use-after-free when updating multicast route stats Cited commit added a dedicated mutex instead of RTNL to protect the multicast route list, so that it will not change while the driver periodically traverse...

7.8CVSS5.4AI score0.0013EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.7 views

DEBIAN-CVE-2025-68791

In the Linux kernel, the following vulnerability has been resolved: fuse: missing copyfinish in fuse-over-io-uring argument copies Fix a possible reference count leak of payload pages during fuse argument copies. Joanne: simplified error cleanup...

5.1AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:15 p.m.3 views

DEBIAN-CVE-2025-68787

In the Linux kernel, the following vulnerability has been resolved: netrom: Fix memory leak in nrsendmsg syzbot reported a memory leak 1. When function sockallocsendskb return NULL in nroutput, the original skb is not freed, which was allocated in nrsendmsg. Fix this by freeing it before return. ...

5.2AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:15 p.m.0 views

DEBIAN-CVE-2025-68785

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix middle attribute validation in pushnsh action The pushnsh action structure looks like this: OVSACTIONATTRPUSHNSHOVSKEYATTRNSHOVSNSHKEYATTRBASE,... The outermost OVSACTIONATTRPUSHNSH attribute is OK'ed by the...

7.1CVSS5.7AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 4:15 p.m.1 views

DEBIAN-CVE-2025-68768

In the Linux kernel, the following vulnerability has been resolved: inet: frags: flush pending skbs in fqdirpreexit We have been seeing occasional deadlocks on pernetopsrwsem since September in NIPA. The stuck task was usually modprobe often loading a driver like ipvlan, trying to take the lock a...

5.3AI score0.00174EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/01/13 12:56 p.m.12 views

Security Bulletin: IBM B2B Advanced Communications is affected by multiple vulnerabilities in log4j

Summary IBM B2B Advanced Communications has addressed vulnerabilities in log4j shipped with productCVE-2022-0084 CVE-2020-36518 CVE-2021-37136 CVE-2022-23913 CVE-2022-24785 Vulnerability Details CVEID:CVE-2022-0084 DESCRIPTION: A flaw was found in XNIO, specifically in the notifyReadClosed method...

7.5CVSS7.3AI score0.05908EPSS
SaveExploits2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:0 a.m.3 views

MiracleLinux 8 : mingw-expat-2.5.0-1.el8_10 (AXSA:2025-11436:01)

The remote MiracleLinux 8 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2025-11436:01 advisory. expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing CVE-2025-59375...

7.5CVSS6AI score0.01326EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/01/10 12:11 a.m.44 views

CVE-2026-21899 CryptoLib has an out-of-bounds read and crash vulnerability when decoding an empty Base64url string

CryptoLib provides a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures SDLS-EP to secure communications between a spacecraft running the core Flight System cFS and a ground station. Prior to version 1.4.3, in base64urlDecode, padding-stripping...

4.7CVSS0.00323EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/01/09 12:15 p.m.12 views

CVE-2018-1000217

Dave Gamble cJSON version 1.7.3 and earlier contains a CWE-416: Use After Free vulnerability in cJSON library that can result in Possible crash, corruption of data or even RCE. This attack appear to be exploitable via Depends on how application uses cJSON library. If application provides network...

9.8CVSS7.2AI score0.01753EPSS
SaveExploits1References1
Rows per page
Query Builder