Answer in brief
CVE-2023-52447 records a High severity (CVSS 7.8) vulnerability in bpf: Defer the free of inner map when necessary. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), linux/linux_kernel (generic), linux/linux_kernel (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2023-52447 records a High severity (CVSS 7.8) vulnerability in bpf: Defer the free of inner map when necessary. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), linux/linux_kernel (generic), linux/linux_kernel (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), linux/linux_kernel (generic), linux/linux_kernel (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <90c445799fd1dc214d7c6279c144e33a35e29ef2 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <37d98fb9c3144c0fddf7f6e99aece9927ac8dce6 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <62fca83303d608ad4fec3f7428c8685680bb01b0 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <f91cd728b10c51f6d4a39957ccd56d1e802fc8ee || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <bfd9b20c4862f41d4590fde11d70a5eeae53dcc5 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <876673364161da50eed6b472d746ef88242b2368 | 90c445799fd1dc214d7c6279c144e33a35e29ef2, 37d98fb9c3144c0fddf7f6e99aece9927ac8dce6, 62fca83303d608ad4fec3f7428c8685680bb01b0, f91cd728b10c51f6d4a39957ccd56d1e802fc8ee, bfd9b20c4862f41d4590fde11d70a5eeae53dcc5, 876673364161da50eed6b472d746ef88242b2368 |
| Linux/Linuxgeneric | 5.9 | Not reported |
| linux/linux_kernelgeneric | >=bba1dc0b55ac <90c445799fd1 || >=bba1dc0b55ac <37d98fb9c314 || >=bba1dc0b55ac <62fca83303d6 || >=bba1dc0b55ac <f91cd728b10c || >=bba1dc0b55ac <bfd9b20c4862 || >=bba1dc0b55ac <876673364161 | 90c445799fd1, 37d98fb9c314, 62fca83303d6, f91cd728b10c, bfd9b20c4862, 876673364161 |
| linux/linux_kernelgeneric | 5.9 | Not reported |
| Siemens/SIMATIC S7-1500 TM MFP - GNU/Linux subsystemgeneric | >=0 <* | * |
Published upstream
Feb 22, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpf_map_fd_put_ptr() decreases the ref-counter of the inner map directly through bpf_map_put(), if the ref-counter is the last one (which is true for most cases), the inner map will be freed by ops->map_free() in a kworker. But for now, most .map_free() callbacks don't use synchronize_rcu() or its variants to wait for the elapse of a RCU grace period, so after the invocation of ops->map_free completes, the bpf program which is accessing the inner map may incur use-after-free problem. Fix the free of inner map by invoking bpf_map_free_deferred() after both one RCU grace period and one tasks trace RCU grace period if the inner map has been removed from the outer map before. The deferment is accomplished by using call_rcu() or call_rcu_tasks_trace() when releasing the last ref-counter of bpf map. The newly-added rcu_head field in bpf_map shares the same storage space with work field to reduce the size of bpf_map.
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), linux/linux_kernel (generic), linux/linux_kernel (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <90c445799fd1dc214d7c6279c144e33a35e29ef2 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <37d98fb9c3144c0fddf7f6e99aece9927ac8dce6 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <62fca83303d608ad4fec3f7428c8685680bb01b0 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <f91cd728b10c51f6d4a39957ccd56d1e802fc8ee || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <bfd9b20c4862f41d4590fde11d70a5eeae53dcc5 || >=bba1dc0b55ac462d24ed1228ad49800c238cd6d7 <876673364161da50eed6b472d746ef88242b2368 | 90c445799fd1dc214d7c6279c144e33a35e29ef2, 37d98fb9c3144c0fddf7f6e99aece9927ac8dce6, 62fca83303d608ad4fec3f7428c8685680bb01b0, f91cd728b10c51f6d4a39957ccd56d1e802fc8ee, bfd9b20c4862f41d4590fde11d70a5eeae53dcc5, 876673364161da50eed6b472d746ef88242b2368 |
| Linux/Linuxgeneric | 5.9 | Not reported |
| linux/linux_kernelgeneric | >=bba1dc0b55ac <90c445799fd1 || >=bba1dc0b55ac <37d98fb9c314 || >=bba1dc0b55ac <62fca83303d6 || >=bba1dc0b55ac <f91cd728b10c || >=bba1dc0b55ac <bfd9b20c4862 || >=bba1dc0b55ac <876673364161 | 90c445799fd1, 37d98fb9c314, 62fca83303d6, f91cd728b10c, bfd9b20c4862, 876673364161 |
| linux/linux_kernelgeneric | 5.9 | Not reported |
| Siemens/SIMATIC S7-1500 TM MFP - GNU/Linux subsystemgeneric | >=0 <* | * |
Published upstream
Feb 22, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpf_map_fd_put_ptr() decreases the ref-counter of the inner map directly through bpf_map_put(), if the ref-counter is the last one (which is true for most cases), the inner map will be freed by ops->map_free() in a kworker. But for now, most .map_free() callbacks don't use synchronize_rcu() or its variants to wait for the elapse of a RCU grace period, so after the invocation of ops->map_free completes, the bpf program which is accessing the inner map may incur use-after-free problem. Fix the free of inner map by invoking bpf_map_free_deferred() after both one RCU grace period and one tasks trace RCU grace period if the inner map has been removed from the outer map before. The deferment is accomplished by using call_rcu() or call_rcu_tasks_trace() when releasing the last ref-counter of bpf map. The newly-added rcu_head field in bpf_map shares the same storage space with work field to reduce the size of bpf_map.
Quoted source text, attributed separately from HOL analysis.