Lucene search
+L

2188 matches found

AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoided potential dereferencing of error pointers in stihqvdpatomiccheck. The return value of drmatomicgetcrtcstate needs to be checked. This is done to avoid using the error pointer ‘crtcstate’ in case of a failure...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoided potential dereferencing of error pointers in stigdpatomiccheck. The return value of drmatomicgetcrtcstate needs to be checked. This is done to avoid using the error pointer ‘crtcstate’ in case of a failure...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.1 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Fixed sleeping in atomic context due to regmap locking If a device uses the MCP23xxx IO expander to receive IRQs, the following bug can occur: BUG: Sleeping function called from invalid context at...

5.5CVSS6.2AI score0.00162EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: f2fs: FMODEWRITE is required for atomic write IOctls. The F2FS IOctls for starting and committing atomic writes check for inodeownerorcapable, but this does not provide LSMs like SELinux or Landlock with an opportunity to deny...

7.1CVSS6.3AI score0.00234EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.4 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: VMCI: Use threaded irqs instead of tasklets The vmcidispatchdgs tasklet function calls vmcireaddata which uses waitevent resulting in invalid sleep in an atomic context and therefore potentially in a deadlock. Use threaded irqs t...

5.5CVSS6.4AI score0.00124EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2025/02/03 8:56 a.m.6 views

Security update for docker

This update for docker fixes the following issues: Security fixes: CVE-2024-23651: Fixed arbitrary files write due to race condition on mounts bsc1219267 CVE-2024-23652: Fixed insufficient validation of parent directory on mount bsc1219268 CVE-2024-23653: Fixed insufficient validation on...

9.9CVSS7.8AI score0.16496EPSS
SaveExploits0References30
OSV
OSV
added 2025/02/03 8:56 a.m.5 views

SUSE-SU-2025:20056-1 Security update for docker

This update for docker fixes the following issues: Security fixes: - CVE-2024-23651: Fixed arbitrary files write due to race condition on mounts bsc1219267 - CVE-2024-23652: Fixed insufficient validation of parent directory on mount bsc1219268 - CVE-2024-23653: Fixed insufficient validation on...

10CVSS7.3AI score0.16496EPSS
SaveExploits0References16
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:0 a.m.10 views

iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP

...

7.8CVSS7.7AI score0.00235EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:0 a.m.6 views

drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check

...

5.5CVSS7.4AI score0.00207EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/01/20 3:48 a.m.7 views

SUSE CVE-2024-57926

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS7.4AI score0.00246EPSS
SaveExploits0References14
OSV
OSV
added 2025/01/19 12:15 p.m.3 views

DEBIAN-CVE-2024-57926

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private-alldrmprivatei-drm to NULL if mtkdrmbind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because in mtkdrmbind, all private's drm are set as follows...

7.8CVSS6.2AI score0.00246EPSS
SaveExploits0References1
Fedora
Fedora
added 2025/01/17 1:35 a.m.36 views

[SECURITY] Fedora 40 Update: redict-7.3.2-1.fc40

Redict is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing s...

9.8CVSS7.2AI score0.08169EPSS
SaveExploits3
Fedora
Fedora
added 2025/01/17 1:35 a.m.29 views

[SECURITY] Fedora 40 Update: valkey-8.0.2-1.fc40

Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing s...

9.8CVSS6.9AI score0.08169EPSS
SaveExploits2
Positive Technologies
Positive Technologies
added 2025/01/17 12:0 a.m.9 views

PT-2025-9966

Name of the Vulnerable Software and Affected Versions Linux kernel versions 5.15 through 6.12 Description A vulnerability in the Linux kernel has been identified, related to the handling of bpf timers. The issue arises when the hrtimer cancel function attempts to acquire a lock that is already...

4.7CVSS7AI score0.00176EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/01/16 5:51 a.m.11 views

CVE-2024-57889

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking If a device uses MCP23xxx IO expander to receive IRQs, the following bug can happen: BUG: sleeping function called from invalid context at...

5.5CVSS6.8AI score0.00162EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/16 3:49 a.m.7 views

SUSE CVE-2024-57889

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking If a device uses MCP23xxx IO expander to receive IRQs, the following bug can happen: BUG: sleeping function called from invalid context at...

5.5CVSS7.6AI score0.00162EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2025/01/16 12:51 a.m.14 views

CVE-2024-54031

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsethash: unaligned atomic read on struct nftsetext Access to genmask field in struct nftsetext results in unaligned atomic read: 72.130109 Unable to handle kernel paging request at virtual address ffff0000c2bb708c...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/15 1:15 p.m.14 views

CVE-2024-57889

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking If a device uses MCP23xxx IO expander to receive IRQs, the following bug can happen: BUG: sleeping function called from invalid context at...

5.5CVSS0.00162EPSS
SaveExploits0References9
OSV
OSV
added 2025/01/15 1:15 p.m.2 views

DEBIAN-CVE-2024-54031

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsethash: unaligned atomic read on struct nftsetext Access to genmask field in struct nftsetext results in unaligned atomic read: 72.130109 Unable to handle kernel paging request at virtual address ffff0000c2bb708c...

5.5CVSS5.7AI score0.00223EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/15 1:15 p.m.19 views

CVE-2024-54031

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsethash: unaligned atomic read on struct nftsetext Access to genmask field in struct nftsetext results in unaligned atomic read: 72.130109 Unable to handle kernel paging request at virtual address ffff0000c2bb708c...

5.5CVSS0.00223EPSS
SaveExploits0References9
Rows per page
Query Builder