Lucene search
+L

1157 matches found

Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.14 views

CVE-2024-50088

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in addinoderef The addinoderef function does not initialize the "name" struct when it is declared. If any of the following calls to "readoneinode returns NULL, dir = readoneinoderoot,...

7.8CVSS6.2AI score0.00214EPSS
Exploits0
OSV
OSV
added 2024/10/29 12:50 a.m.16 views

CVE-2024-50088 btrfs: fix uninitialized pointer free in add_inode_ref()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in addinoderef The addinoderef function does not initialize the "name" struct when it is declared. If any of the following calls to "readoneinode returns NULL, dir = readoneinoderoot,...

7.8CVSS7.1AI score0.00214EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/10/22 10:48 a.m.12 views

CVE-2024-50058

In the Linux kernel, the following vulnerability has been resolved: serial: protect uartportdtrrts in uartshutdown too Commit af224ca2df29 serial: core: Prevent unsafe uart port access, part 3 added few uport == NULL checks. It added one to uartshutdown, so the commit assumes, uport can be NULL i...

5.5CVSS6.9AI score0.00245EPSS
Exploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.16 views

CVE-2024-50058

In the Linux kernel, the following vulnerability has been resolved: serial: protect uartportdtrrts in uartshutdown too Commit af224ca2df29 serial: core: Prevent unsafe uart port access, part 3 added few uport == NULL checks. It added one to uartshutdown, so the commit assumes, uport can be NULL i...

5.5CVSS0.00245EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.22 views

CVE-2024-50058 serial: protect uart_port_dtr_rts() in uart_shutdown() too

In the Linux kernel, the following vulnerability has been resolved: serial: protect uartportdtrrts in uartshutdown too Commit af224ca2df29 serial: core: Prevent unsafe uart port access, part 3 added few uport == NULL checks. It added one to uartshutdown, so the commit assumes, uport can be NULL i...

0.00245EPSS
Exploits0References6
OSV
OSV
added 2024/10/21 7:39 p.m.16 views

CVE-2024-50058 serial: protect uart_port_dtr_rts() in uart_shutdown() too

In the Linux kernel, the following vulnerability has been resolved: serial: protect uartportdtrrts in uartshutdown too Commit af224ca2df29 serial: core: Prevent unsafe uart port access, part 3 added few uport == NULL checks. It added one to uartshutdown, so the commit assumes, uport can be NULL i...

5.5CVSS6.2AI score0.00245EPSS
Exploits0References12
NVD
NVD
added 2024/10/21 12:15 p.m.20 views

CVE-2024-47695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

7.8CVSS0.00245EPSS
Exploits0References7
OSV
OSV
added 2024/10/21 12:15 p.m.6 views

AZL-50990 CVE-2024-47695 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

7.8CVSS6.7AI score0.00245EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.19 views

CVE-2024-47695 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

6.9AI score0.00245EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2024/07/05 2:15 p.m.5 views

CVE-2024-39027

SeaCMS v12.9 has an unauthorized SQL injection vulnerability. The vulnerability is caused by the SQL injection through the cid parameter at /js/player/dmplayer/dmku/index.php?ac=edit, which can cause sensitive database information to be leaked...

7.5CVSS5.9AI score0.00447EPSS
Exploits1References2
OSV
OSV
added 2024/07/05 2:15 p.m.6 views

CVE-2024-39027

SeaCMS v12.9 has an unauthorized SQL injection vulnerability. The vulnerability is caused by the SQL injection through the cid parameter at /js/player/dmplayer/dmku/index.php?ac=edit, which can cause sensitive database information to be leaked...

7.5CVSS5.8AI score0.00447EPSS
Exploits1References1
Cvelist
Cvelist
added 2024/07/05 12:0 a.m.24 views

CVE-2024-39027

SeaCMS v12.9 has an unauthorized SQL injection vulnerability. The vulnerability is caused by the SQL injection through the cid parameter at /js/player/dmplayer/dmku/index.php?ac=edit, which can cause sensitive database information to be leaked...

0.00447EPSS
Exploits1References1
CNNVD
CNNVD
added 2024/06/30 12:0 a.m.21 views

SeaCMS SQL Injection Vulnerability

SeaCMS is a free, open source web content management system written in PHP by SeaCMS, Inc. The system is primarily designed to manage video-on-demand resources. A SQL injection vulnerability exists in SeaCMS version 12.9, which stems from the fact that manipulation of the parameter cid using inpu...

9.8CVSS8AI score0.00534EPSS
Exploits1References5
Cvelist
Cvelist
added 2024/05/24 3:12 p.m.40 views

CVE-2021-47559 net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix NULL pointer dereferencing in smcvlanbytcpsk Coverity reports a possible NULL dereferencing problem: in smcvlanbytcpsk: 6. returnednull: netdevlowergetnext returns NULL checked 29 out of 30 times. 7. varassigned:...

6.4AI score0.0021EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/05/06 6:36 a.m.32 views

CVE-2024-23187

Content-ID based embedding of resources in E-Mails could be abused to trigger client-side script code when using the "show more" option. Attackers could perform malicious API requests or extract information from the users account. Exploiting the vulnerability requires user interaction. Please...

6.5CVSS6.7AI score0.00485EPSS
Exploits0References3
CVE
CVE
added 2024/05/06 6:36 a.m.128 views

CVE-2024-23187

Open-Xchange App Suite (OX App Suite) is affected by CVE-2024-23187 in versions up to 8.21. The issue arises from Content-ID based embedding of resources in emails, which could be abused to trigger client-side script code when using the “show more” option. Attackers could perform malicious API re...

6.5CVSS6.7AI score0.00485EPSS
Exploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.5 views

SUSE CVE-2024-27029

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mmhub client id out-of-bounds access Properly handle cid 0x140...

7.8CVSS6.8AI score0.00282EPSS
Exploits0References14
RedhatCVE
RedhatCVE
added 2024/05/01 9:24 p.m.34 views

CVE-2024-27029

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mmhub client id out-of-bounds access Properly handle cid 0x140...

5.5CVSS7.3AI score0.00282EPSS
Exploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.2 views

DEBIAN-CVE-2024-27029

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mmhub client id out-of-bounds access Properly handle cid 0x140...

7.1CVSS5.6AI score0.00282EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.13 views

UBUNTU-CVE-2024-27029

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mmhub client id out-of-bounds access Properly handle cid 0x140...

7.1CVSS6.2AI score0.00282EPSS
Exploits0References11
Rows per page
Query Builder