Lucene search
+L

8230 matches found

Cvelist
Cvelist
added 2025/07/07 2:24 p.m.49 views

CVE-2025-5987 Libssh: invalid return code for chacha20 poly1305 with openssl backend

A flaw was found in libssh when using the ChaCha20 cipher with the OpenSSL library. If an attacker manages to exhaust the heap space, this error is not detected and may lead to libssh using a partially initialized cipher context. This occurs because the OpenSSL error code returned aliases with th...

8.1CVSS0.01492EPSS
SaveExploits0References17
OpenVAS
OpenVAS
added 2025/07/07 12:00 a.m.14 views

Mageia: Security Advisory (MGASA-2025-0203)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS9.6AI score0.01EPSS
SaveExploits2References4
RedhatCVE
RedhatCVE
added 2025/07/06 2:14 p.m.22 views

CVE-2025-38198

In the Linux kernel, the following vulnerability has been resolved: fbcon: Make sure modelist not set on unregistered console It looks like attempting to write to the "storemodes" sysfs node will run afoul of unregistered consoles: UBSAN: array-index-out-of-bounds in...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2025/07/04 2:15 p.m.6 views

CVE-2025-38215

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix doregisterframebuffer to prevent null-ptr-deref in fbvideomodetovar If fbaddvideomode in doregisterframebuffer fails to allocate memory for fbvideomode, it will later lead to a null-ptr dereference in fbvideomodetovar,...

5.5CVSS0.00141EPSS
SaveExploits0References7
NVD
NVD
added 2025/07/04 2:15 p.m.14 views

CVE-2025-38204

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.8CVSS0.00159EPSS
SaveExploits0References6
NVD
NVD
added 2025/07/04 2:15 p.m.8 views

CVE-2025-38181

In the Linux kernel, the following vulnerability has been resolved: calipso: Fix null-ptr-deref in calipsoreqset,delattr. syzkaller reported a null-ptr-deref in sockomalloc while allocating a CALIPSO option. 0 The NULL is of struct sock, which was fetched by sktofullsk in calipsoreqsetattr. Since...

7.5CVSS0.00466EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.15 views

CVE-2025-38224

In the Linux kernel, the following vulnerability has been resolved: can: kvaserpciefd: refine error prone echoskbmax handling logic echoskbmax should define the supported upper limit of echoskb allocated inside the netdevice's priv. The corresponding size value provided by this driver to...

7.8CVSS6.1AI score0.00146EPSS
SaveExploits0
CVE
CVE
added 2025/07/04 1:37 p.m.115 views

CVE-2025-38220

CVE-2025-38220 affects the Linux kernel ext4 subsystem. The vulnerability occurs when processing an orphan-list symlink inode during truncation; partial block zeroing calls ext4_dirty_journalled_data() which invokes folio_mark_dirty() via mapping->a_ops->dirty_folio(), but symlink inodes la...

5.5CVSS6.5AI score0.0014EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/07/04 1:37 p.m.111 views

CVE-2025-38206

CVE-2025-38206 concerns the Linux kernel exfat subsystem, where a double free could occur in the delayed_free pathway during exfat_kill_sb() via exfat_free_upcase_table(). The vulnerability arises when freeing vol_utbl twice due to an error return path in exfat_create_upcase_table() leading to a ...

7.8CVSS6.6AI score0.00159EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/07/04 1:37 p.m.109 views

CVE-2025-38204

CVE-2025-38204 affects the Linux kernel’s JFS filesystem. The issue is an array-index-out-of-bounds read in add_missing_indices, where stbl (s8) must map to offsets 0–127. A bound check was added and -EIO is returned if the check fails; jfs_readdir is also updated to propagate errors from add_mis...

7.8CVSS6.4AI score0.00159EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/07/04 1:37 p.m.15 views

CVE-2025-38204 jfs: fix array-index-out-of-bounds read in add_missing_indices

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.8CVSS6.4AI score
SaveExploits0References9
OSV
OSV
added 2025/07/04 1:37 p.m.15 views

CVE-2025-38198 fbcon: Make sure modelist not set on unregistered console

In the Linux kernel, the following vulnerability has been resolved: fbcon: Make sure modelist not set on unregistered console It looks like attempting to write to the "storemodes" sysfs node will run afoul of unregistered consoles: UBSAN: array-index-out-of-bounds in...

6.1AI score
SaveExploits0References10
OSV
OSV
added 2025/07/04 1:37 p.m.11 views

CVE-2025-38193 net_sched: sch_sfq: reject invalid perturb period

In the Linux kernel, the following vulnerability has been resolved: netsched: schsfq: reject invalid perturb period Gerrard Tai reported that SFQ perturbperiod has no range check yet, and this can be used to trigger a race condition fixed in a separate patch. We want to make sure ctl-perturbperio...

7.8CVSS6.2AI score
SaveExploits0References13
CVE
CVE
added 2025/07/04 1:37 p.m.114 views

CVE-2025-38181

CVE-2025-38181 affects the CALIPSO path in the Linux kernel. The root cause is a null pointer dereference in calipso_req_setattr() when CALIPSO option handling fetches a sock via sk_to_full_sk(), which could leave reqsk->rsk_listener NULL. The issue is tied to a previous commit around SYN Cook...

7.5CVSS6.3AI score0.00466EPSS
SaveExploits0References10Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/07/04 9:15 a.m.5 views

CVE-2025-5351

A flaw was found in the key export functionality of libssh. The issue occurs in the internal function responsible for converting cryptographic keys into serialized formats. During error handling, a memory structure is freed but not cleared, leading to a potential double free issue if an additiona...

6.5CVSS6.9AI score0.0053EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/07/04 9:15 a.m.5 views

DEBIAN-CVE-2025-5351

A flaw was found in the key export functionality of libssh. The issue occurs in the internal function responsible for converting cryptographic keys into serialized formats. During error handling, a memory structure is freed but not cleared, leading to a potential double free issue if an additiona...

6.5CVSS6.9AI score0.0053EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/07/04 8:16 a.m.14 views

CVE-2025-5351

A flaw was found in the key export functionality of libssh. The issue occurs in the internal function responsible for converting cryptographic keys into serialized formats. During error handling, a memory structure is freed but not cleared, leading to a potential double free issue if an additiona...

6.5CVSS6.9AI score0.0053EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/04 12:00 a.m.22 views

PT-2025-28026

Name of the Vulnerable Software and Affected Versions: MCP Python SDK versions prior to 1.10.0 Description: The issue arises when a client deliberately triggers an exception after establishing a streamable HTTP session, leading to an uncaught ClosedResourceError on the server side. This can cause...

8.7CVSS5.2AI score0.0035EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2025/07/04 12:00 a.m.7 views

PT-2025-28003 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential memory leak in the Linux kernel has been resolved. The issue was related to the e5010 probe function, where memory allocated by video device alloc was not properly released...

5.9AI score0.00138EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/07/03 11:23 p.m.8 views

SUSE CVE-2025-38125

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptprate is not 0 before configuring EST If the ptprate recorded earlier in the driver happens to be 0, this bogus value will propagate up to EST configuration, where it will trigger a division by 0...

4.7CVSS6.4AI score0.00168EPSS
SaveExploits0References22
Rows per page
Query Builder