Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2024-48881
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-11 Jan, 2025 | 12:25
Updated At-04 May, 2025 | 12:59
Rejected At-
▼CVE Numbering Authority (CNA)
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again

In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in cache_set_flush(). 1721 if (!IS_ERR_OR_NULL(c->root)) 1722 list_add(&c->root->list, &c->btree_cache); >From the above code in cache_set_flush(), if previous registration code fails before allocating c->root, it is possible c->root is NULL as what it is initialized. __bch_btree_node_alloc() never returns NULL but c->root is possible to be NULL at above line 1721. This patch replaces IS_ERR() by IS_ERR_OR_NULL() to fix this.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/md/bcache/super.c
Default Status
unaffected
Versions
Affected
  • From 0729029e647234fa1a94376b6edffec5c2cd75f6 before 4379c5828492a4c2a651c8f826a01453bd2b80b0 (git)
  • From db9439cef0b5efccf8021fe89f4953e0f901e85b before 336e30f32ae7c043fde0f6fa21586ff30bea9fe2 (git)
  • From 991e9c186a8ac6ab272a86e0ddc6f9733c38b867 before fb5fee35bdd18316a84b5f30881a24e1415e1464 (git)
  • From 68118c339c6e1e16ae017bef160dbe28a27ae9c8 before 5202391970ffbf81975251b3526b890ba027b715 (git)
  • From 028ddcac477b691dd9205c92f991cc15259d033e before cc05aa2c0117e20fa25a3c0d915f98b8f2e78667 (git)
  • From 028ddcac477b691dd9205c92f991cc15259d033e before 5e0e913624bcd24f3de414475018d3023f060ee1 (git)
  • From 028ddcac477b691dd9205c92f991cc15259d033e before b2e382ae12a63560fca35050498e19e760adf8c0 (git)
  • fe75e8a0c20127a8dc95704f1a7ad6b82c9a0ef8 (git)
  • 0cabf9e164660e8d66c4810396046383a1110a69 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/md/bcache/super.c
Default Status
affected
Versions
Affected
  • 6.5
Unaffected
  • From 0 before 6.5 (semver)
  • From 5.4.287 through 5.4.* (semver)
  • From 5.10.231 through 5.10.* (semver)
  • From 5.15.174 through 5.15.* (semver)
  • From 6.1.120 through 6.1.* (semver)
  • From 6.6.66 through 6.6.* (semver)
  • From 6.12.5 through 6.12.* (semver)
  • From 6.13 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/4379c5828492a4c2a651c8f826a01453bd2b80b0
N/A
https://git.kernel.org/stable/c/336e30f32ae7c043fde0f6fa21586ff30bea9fe2
N/A
https://git.kernel.org/stable/c/fb5fee35bdd18316a84b5f30881a24e1415e1464
N/A
https://git.kernel.org/stable/c/5202391970ffbf81975251b3526b890ba027b715
N/A
https://git.kernel.org/stable/c/cc05aa2c0117e20fa25a3c0d915f98b8f2e78667
N/A
https://git.kernel.org/stable/c/5e0e913624bcd24f3de414475018d3023f060ee1
N/A
https://git.kernel.org/stable/c/b2e382ae12a63560fca35050498e19e760adf8c0
N/A
Details not found