Lucene search
K

14 matches found

Cvelist
Cvelist
added 2025/05/09 6:45 a.m.17 views

CVE-2025-37883 s390/sclp: Add check for get_zeroed_page()

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Add check for getzeroedpage Add check for the return value of getzeroedpage in sclpconsoleinit to prevent null pointer dereference. Furthermore, to solve the memory leak caused by the loop allocation, add a free helper...

0.00054EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2024/10/14 12:0 a.m.78 views

Oracle Linux 7 / 8 : Unbreakable Enterprise kernel (ELSA-2024-12780)

The remote Oracle Linux 7 / 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-12780 advisory. - VMCI: Fix use-after-free when removing resource in vmciresourceremove David Fernandez Gonzalez Orabug: 37037205 CVE-2024-46738 - exec: Fix ToCTo...

8.4CVSS7.3AI score0.00043EPSS
Exploits4References72
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:0 a.m.9 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-44969)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-44969 advisory. - In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in...

5.5CVSS6AI score0.00014EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/09/04 8:20 p.m.15 views

CVE-2024-44969

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in I/O When a task waiting for completion of a Store Data operation is interrupted, an attempt is made to halt this operation. If this attempt fails due to a hardware or firmware problem, ther...

6.1CVSS7.1AI score0.00014EPSS
Exploits0References4
NVD
NVD
added 2024/09/04 7:15 p.m.13 views

CVE-2024-44969

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in I/O When a task waiting for completion of a Store Data operation is interrupted, an attempt is made to halt this operation. If this attempt fails due to a hardware or firmware problem, ther...

5.5CVSS0.00014EPSS
Exploits0References9
CVE
CVE
added 2024/09/04 6:56 p.m.109 views

CVE-2024-44969

CVE-2024-44969 affects the Linux kernel, specifically the s390/sclp path. If a task waiting for a Store Data operation is interrupted and the halt attempt fails due to hardware/firmware issues, the SCLP facility might later store data into buffers referenced by the original operation. The fix pre...

5.5CVSS6.2AI score0.00014EPSS
Exploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/04 6:56 p.m.12 views

CVE-2024-44969 s390/sclp: Prevent release of buffer in I/O

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in I/O When a task waiting for completion of a Store Data operation is interrupted, an attempt is made to halt this operation. If this attempt fails due to a hardware or firmware problem, ther...

7.3AI score0.00014EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/09/04 6:56 p.m.24 views

CVE-2024-44969 s390/sclp: Prevent release of buffer in I/O

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in I/O When a task waiting for completion of a Store Data operation is interrupted, an attempt is made to halt this operation. If this attempt fails due to a hardware or firmware problem, ther...

0.00014EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2024/09/04 6:56 p.m.7 views

CVE-2024-44969

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in I/O When a task waiting for completion of a Store Data operation is interrupted, an attempt is made to halt this operation. If this attempt fails due to a hardware or firmware problem, ther...

5.5CVSS5.8AI score0.00014EPSS
Exploits0
OSV
OSV
added 2024/09/04 6:56 p.m.20 views

CVE-2024-44969 s390/sclp: Prevent release of buffer in I/O

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in I/O When a task waiting for completion of a Store Data operation is interrupted, an attempt is made to halt this operation. If this attempt fails due to a hardware or firmware problem, ther...

5.5CVSS6.2AI score0.00014EPSS
Exploits0References12
RedhatCVE
RedhatCVE
added 2024/07/31 9:15 a.m.12 views

CVE-2024-41068

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclpinit cleanup on failure If sclpinit fails it only partially cleans up: if there are multiple failing calls to sclpinit sclpstatechangeevent will be added several times to sclpreglist, which results in the...

2.3CVSS6.9AI score0.00018EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/07/29 2:57 p.m.19 views

CVE-2024-41068 s390/sclp: Fix sclp_init() cleanup on failure

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclpinit cleanup on failure If sclpinit fails it only partially cleans up: if there are multiple failing calls to sclpinit sclpstatechangeevent will be added several times to sclpreglist, which results in the...

0.00018EPSS
Exploits0References5
CVE
CVE
added 2024/07/29 2:57 p.m.107 views

CVE-2024-41068

CVE-2024-41068 – Linux kernel (s390 sclp_init cleanup) Affected: Linux kernel on s390. Root cause: sclp_init() could fail and leave sclp_state_change_event entries in sclp_reg_list, causing a list_add double add warning if multiple init attempts occur. Impact: local privilege or denial conditions...

5.5CVSS6.5AI score0.00018EPSS
Exploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.21 views

CVE-2024-41068 s390/sclp: Fix sclp_init() cleanup on failure

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclpinit cleanup on failure If sclpinit fails it only partially cleans up: if there are multiple failing calls to sclpinit sclpstatechangeevent will be added several times to sclpreglist, which results in the...

6.6AI score0.00018EPSS
Exploits0References5
Rows per page
Query Builder