mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-16 08:29:03 +02:00
18 lines
795 B
Markdown
18 lines
795 B
Markdown
### [CVE-2005-0366](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0366)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The integrity check feature in OpenPGP, when handling a message that was encrypted using cipher feedback (CFB) mode, allows remote attackers to recover part of the plaintext via a chosen-ciphertext attack when the first 2 bytes of a message block are known, and an oracle or other mechanism is available to determine whether an integrity check failed.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/hannob/pgpbugs
|
|
|