Skip to content

Commit

Permalink
Adding use-after-free to resolve #2329 (#2343)
Browse files Browse the repository at this point in the history
* V5: Adding use-after-free

#2329

* Minor tweaks

---------

Co-authored-by: Josh Grossman <tghosth@users.noreply.github.com>
  • Loading branch information
cronchie and tghosth authored Nov 7, 2024
1 parent 3d0633b commit d95e3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 5.0/en/0x13-V5-Validation-Sanitization-Encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ The following requirements will only apply when the application uses a systems l
| **5.4.1** | Verify that the application uses memory-safe string, safer memory copy and pointer arithmetic to detect or prevent stack, buffer, or heap overflows. | ||| 120 |
| **5.4.2** | [MOVED TO 5.2.13] | | | | |
| **5.4.3** | Verify that sign, range, and input validation techniques are used to prevent integer overflows. | ||| 190 |
| **5.4.4** | [ADDED] Verify that dynamically allocated memory and resources are properly released, and that references or pointers to freed memory are removed or set to null to prevent dangling pointers and use-after-free vulnerabilities. | ||| 416 |

## V5.5 Safe Deserialization

Expand Down

0 comments on commit d95e3ee

Please sign in to comment.