Lucene search
+L

13118 matches found

Positive Technologies
Positive Technologies
added 2025/03/31 12:00 a.m.6 views

PT-2025-20496

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A possible use-after-free UAF issue has been identified in the Linux kernel related to tracing and fprobe events. The problem arises when a module is unloaded before try module get is...

7.8CVSS7.2AI score0.00252EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/03/29 5:53 p.m.15 views

CVE-2023-52997

A vulnerability was found in the Linux kernel's ipmetricsconvert function, where improper handling of user input can potentially leak kernel memory via side channels. This issue is caused by the use of @type, a user-controlled input, which is an array within this function. If a CPU speculatively...

4.7CVSS6AI score0.00264EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:52 p.m.22 views

CVE-2023-52975

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Fix UAF during logout when accessing the shost ipaddress Bug report and analysis from Ding Hui. During iSCSI session logout, if another task accesses the shost ipaddress attr, we can get a KASAN UAF report like...

6.7CVSS7.3AI score0.00269EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:52 p.m.24 views

CVE-2023-52991

A flaw was found in the Linux kernel's net subsystem. A NULL pointer dereference can be triggered when a specific sequence of network events occurs due to an improper check, resulting in a denial of service. Mitigation Mitigation for this issue is either not available or the currently available...

5.5CVSS5.2AI score0.0062EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:48 p.m.30 views

CVE-2023-53013

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

4.4CVSS7.2AI score0.00151EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:45 p.m.24 views

CVE-2023-53003

In the Linux kernel, the following vulnerability has been resolved: EDAC/qcom: Do not pass llccdrivdata as edacdevicectlinfo's pvtinfo The memory for llccdrivdata is allocated by the LLCC driver. But when it is passed as the private driver info to the EDAC core, it will get freed during the...

5.5CVSS7.3AI score0.00262EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:43 p.m.12 views

CVE-2023-53001

In the Linux kernel, the following vulnerability has been resolved: drm/drmvmamanager: Add drmvmanodeallowonce Currently there is no easy way for a drm driver to safely check and allow drmvmaoffsetnode for a drm file just once. Allow drm drivers to call non-refcounted version of drmvmanodeallow s...

4.4CVSS7.2AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:42 p.m.17 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.5CVSS7.6AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:42 p.m.13 views

CVE-2021-4454

In the Linux kernel, the following vulnerability has been resolved: can: j1939: fix errant WARNONONCE in j1939sessiondeactivate The conclusion "j1939sessiondeactivate should be called with a session ref-count of at least 2" is incorrect. In some concurrent scenarios, j1939sessiondeactivate can be...

3.3CVSS6.9AI score0.00569EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:42 p.m.30 views

CVE-2022-49758

In the Linux kernel, the following vulnerability has been resolved: reset: uniphier-glue: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeres invoked, if platformgetresource returns NULL...

5.5CVSS7.2AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:39 p.m.23 views

CVE-2022-49744

In the Linux kernel, the following vulnerability has been resolved: mm/uffd: fix pte marker when fork without fork event Patch series "mm: Fixes on pte markers". Patch 1 resolves the syzkiller report from Pengfei. Patch 2 further harden pte markers when used with the recent swapin error markers...

5.5CVSS7AI score0.00161EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:39 p.m.17 views

CVE-2022-49746

In the Linux kernel, the following vulnerability has been resolved: dmaengine: imx-sdma: Fix a possible memory leak in sdmatransferinit If the function sdmaloadcontext fails, the sdmadesc will be freed, but the allocated desc-bd is forgot to be freed. We already met the sdmaloadcontext failure ca...

5.5CVSS7.1AI score0.00191EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 3:34 p.m.19 views

CVE-2025-21874

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: Avoid divide by zero in table status in Inline mode In Inline mode, the journal is unused, and journalsectors is zero. Calculating the journal watermark requires dividing by journalsectors, which should be done only...

5.5CVSS7AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 3:31 p.m.21 views

CVE-2025-21886

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP hang on parent deregistration Fix the destroyunusedimplicitchildmr to prevent hanging during parent deregistration as of below 1. Upon entering destroyunusedimplicitchildmr, the reference count for the...

5.5CVSS7.4AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 3:29 p.m.18 views

CVE-2025-21875

In the Linux kernel, the following vulnerability has been resolved: mptcp: always handle address removal under msk socket lock Syzkaller reported a lockdep splat in the PM control path: WARNING: CPU: 0 PID: 6693 at ./include/net/sock.h:1711 sockownedbyme include/net/sock.h:1711 inline WARNING: CP...

5.5CVSS7.1AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 3:28 p.m.26 views

CVE-2024-58091

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as...

5.5CVSS7.3AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 2:33 p.m.9 views

CVE-2025-21870

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers Other, non DAI copier widgets could have the same stream name sname as the ALH copier and in that case the copier-data is NULL, no alhdata is attached, which could...

5.5CVSS7.1AI score0.002EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.8 views

SUSE CVE-2023-52993

In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQLEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a NULL pointer dereference in the periodic tick code...

5.5CVSS6.6AI score0.00264EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/03/28 12:00 a.m.4 views

PT-2025-16682

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved by adding a bounds check for create lease context in ksmbd. The issue was related to a missing bounds check, which has now been...

5.5CVSS7.6AI score0.00497EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 5:15 p.m.15 views

CVE-2023-53025

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score
SaveExploits0References1
Rows per page
Query Builder