Lucene search
K

11000 matches found

CVE
CVE
added 2025/05/01 2:9 p.m.72 views

CVE-2022-49792

CVE-2022-49792 corresponds to a Linux kernel vulnerability in the iio: adc MP2629 driver. The issue is a potential array out-of-bounds access, mitigated by adding a sentinel at the end of maps in the iio core. Affected component is the IIO subsystem’s mp2629 ADC path; root cause is improper bound...

7.1CVSS6.5AI score0.00127EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.9 views

CVE-2022-49792 iio: adc: mp2629: fix potential array out of bound access

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core...

7.1CVSS6AI score0.00127EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.6 views

CVE-2022-49792

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core...

7.1CVSS5.5AI score0.00127EPSS
Exploits0
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.9 views

CVE-2022-49792 iio: adc: mp2629: fix potential array out of bound access

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core...

0.00127EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.9 views

CVE-2022-49784

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/uncore: Fix memory leak for events array When a CPU comes online, the per-CPU NB and LLC uncore contexts are freed but not the events array within the context structure. This causes a memory leak as identified by the...

5.5CVSS5.5AI score0.00145EPSS
Exploits0
OSV
OSV
added 2025/05/01 2:9 p.m.6 views

CVE-2022-49784 perf/x86/amd/uncore: Fix memory leak for events array

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/uncore: Fix memory leak for events array When a CPU comes online, the per-CPU NB and LLC uncore contexts are freed but not the events array within the context structure. This causes a memory leak as identified by the...

5.5CVSS5.9AI score0.00145EPSS
Exploits0References5
CVE
CVE
added 2025/05/01 2:9 p.m.65 views

CVE-2022-49784

CVE-2022-49784 affects the Linux kernel perf/x86/amd/uncore subsystem. The issue is a memory leak where the events array in per-CPU NB/LLC uncore contexts is freed late, after the uncore context is freed when a CPU comes online. The documented fix is to free the events array before freeing the un...

5.5CVSS6.6AI score0.00145EPSS
Exploits0References2Affected Software1
NVD
NVD
added 2025/05/01 1:15 p.m.5 views

CVE-2025-23153

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS0.0029EPSS
Exploits0References2
NVD
NVD
added 2025/05/01 1:15 p.m.5 views

CVE-2025-23152

In the Linux kernel, the following vulnerability has been resolved: arm64/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS0.00145EPSS
Exploits0References2
OSV
OSV
added 2025/05/01 1:15 p.m.0 views

UBUNTU-CVE-2025-23153

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS5.9AI score0.0029EPSS
Exploits0References8
CVE
CVE
added 2025/05/01 12:55 p.m.84 views

CVE-2025-37751

Concrete details found: CVE-2025-37751 affects the Linux kernel in x86/cpu handling of the AMD erratum table (erratum_1386_microcode). The issue arose when the NULL array terminator at the end of the table was removed during the switch from x86_cpu_desc to x86_cpu_id, causing readers to run off t...

5.5CVSS6.5AI score0.00048EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.13 views

CVE-2025-37751 x86/cpu: Avoid running off the end of an AMD erratum table

In the Linux kernel, the following vulnerability has been resolved: x86/cpu: Avoid running off the end of an AMD erratum table The NULL array terminator at the end of erratum1386microcode was removed during the switch from x86cpudesc to x86cpuid. This causes readers to run off the end of the arra...

0.00048EPSS
Exploits0References2
OSV
OSV
added 2025/05/01 12:55 p.m.7 views

CVE-2025-37739 f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-bounds access in f2fstruncateinodeblocks syzbot reports an UBSAN issue as below: ------------ cut here ------------ UBSAN: array-index-out-of-bounds in fs/f2fs/node.h:381:10 index 18446744073709550692 is...

7.1CVSS6.1AI score0.00023EPSS
Exploits0References13
CVE
CVE
added 2025/05/01 12:55 p.m.74 views

CVE-2025-23153

The CVE-2025-23153 entry is confirmed with concrete details in connected sources: Linux kernel affected area is arm/crc-t10dif, where a bug caused an out-of-scope array access in crc_t10dif_arch(). The issue is fixed by the patch(es) referenced from kernel stable commits, addressing the use-after...

5.5CVSS6.5AI score0.0029EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.1 views

CVE-2025-23153 arm/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS6.5AI score0.0029EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.4 views

CVE-2025-23153

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS5.3AI score0.0029EPSS
Exploits0
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.8 views

CVE-2025-23153 arm/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

0.0029EPSS
Exploits0References2
CVE
CVE
added 2025/05/01 12:55 p.m.77 views

CVE-2025-23152

CVE-2025-23152 affects the Linux kernel on arm64, where the bug was in arm64/crc-t10dif: out-of-scope array usage in crc_t10dif_arch(). A fix was applied in the kernel, described as correcting an array used outside its scope. Connected advisories/patch references include kernel commits (stable) a...

5.5CVSS6.5AI score0.00145EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/05/01 12:55 p.m.3 views

CVE-2025-23152 arm64/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()

In the Linux kernel, the following vulnerability has been resolved: arm64/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS7.6AI score0.00145EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.7 views

CVE-2025-23152 arm64/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()

In the Linux kernel, the following vulnerability has been resolved: arm64/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

0.00145EPSS
Exploits0References2
Rows per page
Query Builder