CVE-2026-48682: Cpp Unvalidated Ihl Pointer Advance
Pointer arithmetic is applied directly using a parsed IP header length (IHL) without bounds checking. This can advance the pointer past the end of the packet buffer, resulting in an out-of-bounds read or type confusion. Compute the header offset into a variable and validate it against the buffer boundaries before evaluating the pointer advancement.
greprules fetch cve-2026-48682-cpp-unvalidated-ihl-pointer-advance --engine opengrepDescription
Pointer arithmetic is applied directly using a parsed IP header length (IHL) without bounds checking. This can advance the pointer past the end of the packet buffer, resulting in an out-of-bounds read or type confusion. Compute the header offset into a variable and validate it against the buffer boundaries before evaluating the pointer advancement.
Community feedback
0 rule-level signals from signed-in users.
- Useful reports
- 0
- Context false positives
- 0
- Metadata suggestions
- 0
Contextual precision
Aggregated from approved scan feedback. False-positive reports describe observed scan contexts, not a global rule verdict.
- Findings observed
- 0
- Projects
- 0
- Reporters
- 0
Precision details are collecting more signed-in reports before verdict counts or ratios are emphasized.
No approved finding verdicts yet.
No scan diagnostics reported yet.