Lucene search
+L

87 matches found

RedhatCVE
RedhatCVE
added 2025/12/07 9:55 p.m.13 views

CVE-2025-40277

No description is available for this CVE. Mitigation To mitigate this issue, prevent module vmwgfx from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically...

7.8CVSS6.3AI score0.00232EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/10/27 8:25 p.m.7 views

kernel: block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS5.7AI score0.00178EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2018-6262

Malware in sbrugna...

7.8CVSS7.6AI score0.03666EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2010-2992

Malware in sbrugna...

9.3CVSS6.4AI score0.04921EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2007-6321

Malware in sbrugna...

10CVSS6AI score0.0264EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2022-49993

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loopconfig is passed se...

5.5CVSS6.1AI score0.00217EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-22122

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB...

5.5CVSS5.9AI score0.00178EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2021-46940

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix offset overflow issue in index converting The idxtooffset functio...

5.5CVSS4.9AI score0.00222EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-22039

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypa...

8.8CVSS6.7AI score0.0068EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-49993

In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loopconfig is passed see loioctl's case on line 1550 of drivers/block/loop.c. This proceeds t...

5.5CVSS5.3AI score0.00217EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from insufficient overflow checking during loop configuration, which could lead to an offset overflow...

5.5CVSS6.6AI score0.00217EPSS
SaveExploits0References9
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fixed integer overflow on 32-bit systems The issue arises from the multiplication in tps6594rtcsetoffset. c tmp = offset TICKSPERHOUR; The tmp variable is of type s64, but offset is of type long and lies in the rang...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/16 3:16 p.m.2 views

DEBIAN-CVE-2025-22122

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS5.6AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.2 views

DEBIAN-CVE-2024-57953

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594rtcsetoffset tmp = offset TICKSPERHOUR; The "tmp" variable is an s64 but "offset" is a long in the -277774-277774 range. On 32bit systems ...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 1:15 p.m.5 views

DEBIAN-CVE-2022-48837

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndissetresponse If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow...

7.8CVSS5.8AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 12:15 p.m.16 views

UBUNTU-CVE-2022-48827

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSETMAX Dan Aloni reports: Due to commit 8cfb9015280d "NFS: Always provide aligned buffers to the RPC read layers" on the client, a read of 0xfff is aligned up to server rsize of 0x1000. As a...

7.5CVSS6.7AI score0.00618EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: amdgpu: validate offset_in_bo of drm_amdgpu_gem_va

A flaw was found in the AMDGPU graphics driver within the Linux kernel was identified where the offsetinbo parameter in the drmamdgpugemva handler was not sufficiently validated. Under certain conditions, an addition of offsetinbo and mapsize can overflow, resulting in an out-of-bounds access...

7.8CVSS7.2AI score0.00141EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/03/01 4:08 a.m.8 views

SUSE CVE-2021-46940

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix offset overflow issue in index converting The idxtooffset function returns type int 32-bit signed, but MSRPKGENERGYSTAT is u32 and would be interpreted as a negative number. The end result is that it hi...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/02/28 8:03 a.m.23 views

CVE-2021-46940

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix offset overflow issue in index converting The idxtooffset function returns type int 32-bit signed, but MSRPKGENERGYSTAT is u32 and would be interpreted as a negative number. The end result is that it hi...

6.6AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/27 7:04 p.m.22 views

CVE-2021-46940

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix offset overflow issue in index converting The idxtooffset function returns type int 32-bit signed, but MSRPKGENERGYSTAT is u32 and would be interpreted as a negative number. The end result is that it hi...

5.5CVSS5.3AI score0.00222EPSS
SaveExploits0References4
Rows per page
Query Builder