CVE-2023-52805
published 2024-05-21CVE-2023-52805: In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno…
PriorityP337high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.26%
17.1th percentile
In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds in diAlloc
Currently there is not check against the agno of the iag while
allocating new inodes to avoid fragmentation problem. Added the check
which is required.
Affected
23 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.64-1 (bookworm) | linux 6.1.64-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 2308d0fb0dc32446b4e6ca37cd09c30374bb64e9 | 2308d0fb0dc32446b4e6ca37cd09c30374bb64e9 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < cf7e3e84df36a9953796c737f080712f631d7083 | cf7e3e84df36a9953796c737f080712f631d7083 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 7467ca10a5ff09b0e87edf6c4d2a4bfdee69cf2c | 7467ca10a5ff09b0e87edf6c4d2a4bfdee69cf2c |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1ba7df5457dc1c1071c5f92ac11323533a6430e1 | 1ba7df5457dc1c1071c5f92ac11323533a6430e1 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 64f062baf202b82f54987a3f614a6c8f3e466641 | 64f062baf202b82f54987a3f614a6c8f3e466641 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 8c68af2af697ba2ba3b138be0c6d72e2ce3a3d6d | 8c68af2af697ba2ba3b138be0c6d72e2ce3a3d6d |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 665b44e55c2767a4f899c3b18f49e9e1c9983777 | 665b44e55c2767a4f899c3b18f49e9e1c9983777 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1708d0a9917fea579cc9da3d87b154285abd2cd8 | 1708d0a9917fea579cc9da3d87b154285abd2cd8 |
| linux | linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 05d9ea1ceb62a55af6727a69269a4fd310edf483 | 05d9ea1ceb62a55af6727a69269a4fd310edf483 |
| linux | linux_kernel | < 4.14.331 | 4.14.331 |
| linux | linux_kernel | >= 0 < 5.10.205-1 | 5.10.205-1 |
| linux | linux_kernel | >= 0 < 6.1.64-1 | 6.1.64-1 |
| linux | linux_kernel | >= 0 < 6.6.8-1 | 6.6.8-1 |
| linux | linux_kernel | >= 0 < 6.6.8-1 | 6.6.8-1 |
| linux | linux_kernel | >= 4.15 < 4.19.300 | 4.19.300 |
| linux | linux_kernel | >= 4.20 < 5.4.262 | 5.4.262 |
| linux | linux_kernel | >= 5.11 < 5.15.140 | 5.15.140 |
| linux | linux_kernel | >= 5.16 < 6.1.64 | 6.1.64 |
| linux | linux_kernel | >= 5.5 < 5.10.202 | 5.10.202 |
| linux | linux_kernel | >= 6.2 < 6.5.13 | 6.5.13 |
| linux | linux_kernel | >= 6.6 < 6.6.3 | 6.6.3 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
CISA ICS
Siemens SINEC OS
cisa_ics·2025-08-14
Siemens SINEC OS
ICS Advisory
##
Siemens SINEC OS
Release DateAugust 14, 2025
Alert CodeICSA-25-226-15
Related topics:
Industrial Control System Vulnerabilities, Industrial Control Systems
As of January 10, 2023, CISA will no longer be updating ICS security advisories for Siemens product vulnerabilities beyond the initial advisory. For the most up-to-date information on vulnerabilities in this advisory, please see Siemens' ProductCERT Security Advisories (CERT Services | Services | Siemens Global).
View CSAF
## 1. EXECUTIVE SUMMARY
- CVSS v3.1 9.1
- ATTENTION: Exploitable remotely/low attack complexity
- Vendor: Siemens
- Equipment: RUGGEDCOM, SCALANCE
- Vulnerabilities: NULL Pointer Dereference, Use After Free, Unchecked Input for Loop Condition, Out-of-bounds Write, Ou
Red Hat
kernel: jfs: fix array-index-out-of-bounds in diAlloc
vendor_redhat·2024-05-21·CVSS 7.8
CVE-2023-52805 [HIGH] CWE-125 kernel: jfs: fix array-index-out-of-bounds in diAlloc
kernel: jfs: fix array-index-out-of-bounds in diAlloc
In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds in diAlloc
Currently there is not check against the agno of the iag while
allocating new inodes to avoid fragmentation problem. Added the check
which is required.
Package: kernel (Red Hat Enterprise Linux 6) - Out of support scope
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 8) - Not affected
Package: kernel (Red Hat Enterprise Linux 9) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 9) - Not affected
Debian
CVE-2023-52805: linux - In the Linux kernel, the following vulnerability has been resolved: jfs: fix ar...
vendor_debian·2023·CVSS 7.8
CVE-2023-52805 [HIGH] CVE-2023-52805: linux - In the Linux kernel, the following vulnerability has been resolved: jfs: fix ar...
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required.
Scope: local
bookworm: resolved (fixed in 6.1.64-1)
bullseye: resolved (fixed in 5.10.205-1)
forky: resolved (fixed in 6.6.8-1)
sid: resolved (fixed in 6.6.8-1)
trixie: resolved (fixed in 6.6.8-1)
GHSA
GHSA-7wx4-4999-cgfj: In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds in diAlloc
Currently there is not check again
ghsa_unreviewed·2024-05-21
CVE-2023-52805 [HIGH] CWE-129 GHSA-7wx4-4999-cgfj: In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds in diAlloc
Currently there is not check again
In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds in diAlloc
Currently there is not check against the agno of the iag while
allocating new inodes to avoid fragmentation problem. Added the check
which is required.
OSV
CVE-2023-52805: In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against
osv·2024-05-21·CVSS 7.8
CVE-2023-52805 [HIGH] CVE-2023-52805: In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/05d9ea1ceb62a55af6727a69269a4fd310edf483https://git.kernel.org/stable/c/1708d0a9917fea579cc9da3d87b154285abd2cd8https://git.kernel.org/stable/c/1ba7df5457dc1c1071c5f92ac11323533a6430e1https://git.kernel.org/stable/c/2308d0fb0dc32446b4e6ca37cd09c30374bb64e9https://git.kernel.org/stable/c/64f062baf202b82f54987a3f614a6c8f3e466641https://git.kernel.org/stable/c/665b44e55c2767a4f899c3b18f49e9e1c9983777https://git.kernel.org/stable/c/7467ca10a5ff09b0e87edf6c4d2a4bfdee69cf2chttps://git.kernel.org/stable/c/8c68af2af697ba2ba3b138be0c6d72e2ce3a3d6dhttps://git.kernel.org/stable/c/cf7e3e84df36a9953796c737f080712f631d7083https://git.kernel.org/stable/c/05d9ea1ceb62a55af6727a69269a4fd310edf483https://git.kernel.org/stable/c/1708d0a9917fea579cc9da3d87b154285abd2cd8https://git.kernel.org/stable/c/1ba7df5457dc1c1071c5f92ac11323533a6430e1https://git.kernel.org/stable/c/2308d0fb0dc32446b4e6ca37cd09c30374bb64e9https://git.kernel.org/stable/c/64f062baf202b82f54987a3f614a6c8f3e466641https://git.kernel.org/stable/c/665b44e55c2767a4f899c3b18f49e9e1c9983777https://git.kernel.org/stable/c/7467ca10a5ff09b0e87edf6c4d2a4bfdee69cf2chttps://git.kernel.org/stable/c/8c68af2af697ba2ba3b138be0c6d72e2ce3a3d6dhttps://git.kernel.org/stable/c/cf7e3e84df36a9953796c737f080712f631d7083
2024-05-21
Published