mirror of
https://github.com/v12-security/pocs.git
synced 2026-05-26 08:40:48 +00:00
add dirtydecrypt / dirtycbc
This commit is contained in:
parent
d308efde12
commit
a82f4368ab
2 changed files with 659 additions and 0 deletions
12
dirtydecrypt/README.md
Normal file
12
dirtydecrypt/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# DirtyDecrypt / DirtyCBC
|
||||
|
||||
DirtyDecrypt, also known as DirtyCBC, is a variant of CopyFail / DirtyFrag / Fragnesia. We found and reported this on [May 9, 2026](https://x.com/v12sec/status/2053029838995263854), but was informed it was a duplicate by the maintainers. We're releasing it now since it's patched on mainline. It's a rxgk pagecache write due to missing COW guard in rxgk_decrypt_skb. See `poc.c` for more details.
|
||||
|
||||
DirtyDecrypt was discovered autonomously with [V12](https://v12.sh) by Aaron Esau of the [V12 security team](https://x.com/v12sec).
|
||||
|
||||
> Want to find issues like this in your own code? Try V12 at [v12.sh](https://v12.sh).
|
||||
|
||||
```
|
||||
$ sha256sum ./poc.c
|
||||
8054e424466ed2c353b94fb25643e17bef50b31be95038e1c700156357e2d74b ./poc.c
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue