Back to updates
UpdatedAug 7, 2026

poc-cve-collection — Updated!

🧪 Collects CVE PoCs and backs them up to the Internet Archive when they are unavailable on GitHub.

Share

poc-cve-collection

Poc CVE Collection

🧪 Collects CVE PoCs and backs them up to the Internet Archive when they are unavailable on GitHub.

Support the maintenance of this project with PayPal or by scanning the QR code below.

paypal

QR code for donation

Example


# CVE-2026-31431

# Title
crypto: algif_aead - Revert to operating out-of-place

# Description
In the Linux kernel, the following vulnerability has been resolved: crypto: algif_aead - Revert to operating out-of-place This mostly reverts commit 72548b093ee3 except for the copying of the associated data. There is no benefit in operating in-place in algif_aead since the source and destination come from different mappings. Get rid of all the complexity added for in-place operation and just copy the AD directly.

# POCs
- https://github.com/theori-io/copy-fail-CVE-2026-31431
- https://github.com/rootsecdev/cve_2026_31431
- https://github.com/badsectorlabs/copyfail-go

# Backup pocs
- https://archive.org/details/cve-2026-31431-2026-07-15-1784090663.zip

Overview

  • Collect CVE proof-of-concept repositories from public sources.
  • Preserve missing or removed PoC resources through Internet Archive backups.
  • Keep CVE PoC data organized for tracking, reference, and research.

Features

  • Automated CVE batch processing with GitHub Actions.
  • GitHub PoC discovery and local metadata generation.
  • Archive backup support for unavailable GitHub resources.
  • Commit messages and notifications based on processed CVE batches.

Resource

Note

  • File store at Internet archive requires password: repoName-authorName_IlfRiName
  • IlfRiName = IlovefamilyHKimhab

TODO

Categories