Lucene search
+L

12730 matches found

OSV
OSV
added 2024/05/22 9:15 a.m.4 views

DEBIAN-CVE-2021-47493

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix race between searching chunks and release journalhead from bufferhead Encountered a race between ocfs2testbgbitallocatable and jbd2journalputjournalhead resulting in the below vmcore. PID: 106879 TASK: ffff880244ba9c00...

4.7CVSS5.4AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 9:15 a.m.16 views

UBUNTU-CVE-2021-47493

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix race between searching chunks and release journalhead from bufferhead Encountered a race between ocfs2testbgbitallocatable and jbd2journalputjournalhead resulting in the below vmcore. PID: 106879 TASK: ffff880244ba9c00...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References6
Veracode
Veracode
added 2024/05/22 8:13 a.m.37 views

Prototype Pollution

@bit/loader is vulnerable to Prototype Pollution. The vulnerability is due to missing proto property restrictions within the M function's e argument in index.js, which allows an attacker to execute arbitrary code...

8.8CVSS7.4AI score0.00687EPSS
SaveExploits0References2Affected Software1
hivepro
hivepro
added 2024/05/22 6:42 a.m.29 views

Critical ‘Linguistic Lumberjack’ Flaw in Fluent Bit Hits Major Cloud Providers

...

7.3AI score
SaveExploits0
CNNVD
CNNVD
added 2024/05/22 12:00 a.m.16 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 a contention between the ocfs2testbgbitallocatable function and the jbd2journalputjournalhead function...

4.7CVSS6.3AI score0.00173EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/05/22 12:00 a.m.11 views

The vulnerability in the built-in HTTP server of the Fluent Bit logging and processing tool allows a perpetrator to execute arbitrary code.

The vulnerability of the built-in HTTP server tool for logging and processing logs in Fluent Bit is related to the possibility of buffer overflow in dynamic memory. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

10CVSS6.7AI score0.27244EPSS
SaveExploits3References4Affected Software1
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

DEBIAN-CVE-2023-52797

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

5.5CVSS5.1AI score0.0028EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.13 views

AZL-59441 CVE-2021-47432 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

5.5CVSS6.4AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.15 views

DEBIAN-CVE-2021-47432

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.13 views

UBUNTU-CVE-2023-52797

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

5.5CVSS5.7AI score0.0028EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.22 views

UBUNTU-CVE-2021-47432

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 3:15 p.m.4 views

DEBIAN-CVE-2021-47364

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix memory leak in compatinsnlist compatinsnlist handles the 32-bit version of the COMEDIINSNLIST ioctl whenwhen CONFIGCOMPAT is enabled. It allocates memory to temporarily hold an array of struct comediinsn converted fro...

5.5CVSS5.1AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.6 views

DEBIAN-CVE-2021-47263

In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT0 to BIT4 however we ended up with BITn - 1 which is not right, and this was caught by below usban check UBSAN: shift-out-of-bounds in...

5.5CVSS5.3AI score0.00225EPSS
SaveExploits0References1
CVE
CVE
added 2024/05/21 3:03 p.m.127 views

CVE-2021-47366

CVE-2021-47366 affects the Linux kernel afs client (AFS-3) when talking to non‑YFS OpenAFS servers. The issue is a reads/position corruption caused by sign‑extending the 64‑bit file position to signed 32‑bit values in FS.FetchData/FetchData64 logic. The fix captures capability bits from FS.GetCap...

7.1CVSS6.7AI score0.00211EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.75 views

CVE-2021-47366

In the Linux kernel, the following vulnerability has been resolved: afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server AFS-3 has two data fetch RPC variants, FS.FetchData and FS.FetchData64, and Linux's afs client switches between them when talking to a non-YFS server if the read...

7.1CVSS6.3AI score0.00211EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.46 views

CVE-2021-47364 comedi: Fix memory leak in compat_insnlist()

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix memory leak in compatinsnlist compatinsnlist handles the 32-bit version of the COMEDIINSNLIST ioctl whenwhen CONFIGCOMPAT is enabled. It allocates memory to temporarily hold an array of struct comediinsn converted fro...

6.3AI score0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.35 views

CVE-2021-47263 gpio: wcd934x: Fix shift-out-of-bounds error

In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT0 to BIT4 however we ended up with BITn - 1 which is not right, and this was caught by below usban check UBSAN: shift-out-of-bounds in...

6.4AI score0.00225EPSS
SaveExploits0References3
GithubExploit
GithubExploit
added 2024/05/21 12:59 p.m.607 views

Exploit for Out-of-bounds Write in Treasuredata Fluent_Bit

!Profile Visitorshttps://komarev.com/ghpvc/?username=d0rb&la...

9.8CVSS8.8AI score0.27244EPSS
SaveExploits3
The Hacker News
The Hacker News
added 2024/05/21 6:43 a.m.26 views

"Linguistic Lumberjack" Vulnerability Discovered in Popular Logging Utility Fluent Bit

Cybersecurity researchers have discovered a critical security flaw in a popular logging and metrics utility called Fluent Bit that could be exploited to achieve denial-of-service DoS, information disclosure, or remote code execution. The vulnerability, tracked as CVE-2024-4323, has been codenamed...

9.8CVSS9.9AI score0.27244EPSS
SaveExploits3
SUSE CVE
SUSE CVE
added 2024/05/21 2:02 a.m.9 views

SUSE CVE-2023-52676

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding together a 64-bit registe...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References20
Rows per page
Query Builder