CVE-2025-67897: CWE-195 Signed to Unsigned Conversion Error in sequoia-pgp sequoia
In Sequoia before 2.1.0, aes_key_unwrap panics if passed a ciphertext that is too short. A remote attacker can take advantage of this issue to crash an application by sending a victim an encrypted message with a crafted PKESK or SKESK packet.
AI Analysis
Technical Summary
CVE-2025-67897 is a vulnerability identified in the Sequoia OpenPGP library, specifically in versions prior to 2.1.0. The root cause is a signed to unsigned conversion error (CWE-195) within the aes_key_unwrap function. This function is responsible for decrypting wrapped AES keys during the processing of encrypted messages. When the function receives a ciphertext that is shorter than expected, it triggers a panic, causing the application to crash. The vulnerability can be exploited remotely by an attacker who sends a crafted encrypted message containing a malformed PKESK (Public-Key Encrypted Session Key) or SKESK (Symmetric-Key Encrypted Session Key) packet. Exploitation does not require prior authentication but does require the victim to process the malicious message, implying some user interaction. The impact is a denial-of-service (DoS) condition, affecting the availability of the application or service relying on Sequoia for cryptographic operations. There is no indication that confidentiality or integrity of data is compromised. No public exploits have been reported to date. The CVSS v3.1 base score is 5.3, reflecting medium severity due to network attack vector, high attack complexity, no privileges required, and user interaction needed. The vulnerability highlights the importance of robust input validation and error handling in cryptographic libraries to prevent crashes from malformed inputs.
Potential Impact
For European organizations, the primary impact of CVE-2025-67897 is the potential for denial-of-service attacks against applications using the Sequoia OpenPGP library for encryption and decryption tasks. This could disrupt secure communications, automated email processing, or any service relying on OpenPGP for confidentiality. While the vulnerability does not expose sensitive data or allow unauthorized data modification, service interruptions can affect business continuity, especially in sectors where encrypted messaging is critical, such as finance, government, and healthcare. Organizations with automated systems that process encrypted messages without strict input validation are particularly at risk. The requirement for user interaction to trigger the vulnerability somewhat limits large-scale automated exploitation but targeted attacks against high-value users remain plausible. The absence of known exploits in the wild reduces immediate risk but does not eliminate the threat, especially as attackers may develop exploits post-disclosure. The medium severity rating suggests organizations should address the issue promptly to avoid service degradation and maintain trust in cryptographic protections.
Mitigation Recommendations
1. Upgrade Sequoia to version 2.1.0 or later where this vulnerability is fixed. 2. Implement strict input validation on all encrypted messages before processing, ensuring ciphertext lengths meet expected minimums to prevent triggering the panic. 3. Enhance error handling in applications using Sequoia to gracefully handle malformed or unexpected encrypted packets without crashing. 4. Employ application-layer filtering to detect and block suspicious encrypted messages with malformed PKESK or SKESK packets. 5. Educate users and administrators about the risk of processing unsolicited encrypted messages from unknown sources. 6. Monitor application logs for crashes or panic events related to aes_key_unwrap failures to detect potential exploitation attempts. 7. Consider deploying runtime protections such as process isolation or containerization to limit the impact of crashes on critical services. 8. Coordinate with incident response teams to prepare for potential denial-of-service incidents linked to this vulnerability.
Affected Countries
Germany, France, Netherlands, United Kingdom, Sweden, Finland
CVE-2025-67897: CWE-195 Signed to Unsigned Conversion Error in sequoia-pgp sequoia
Description
In Sequoia before 2.1.0, aes_key_unwrap panics if passed a ciphertext that is too short. A remote attacker can take advantage of this issue to crash an application by sending a victim an encrypted message with a crafted PKESK or SKESK packet.
AI-Powered Analysis
Technical Analysis
CVE-2025-67897 is a vulnerability identified in the Sequoia OpenPGP library, specifically in versions prior to 2.1.0. The root cause is a signed to unsigned conversion error (CWE-195) within the aes_key_unwrap function. This function is responsible for decrypting wrapped AES keys during the processing of encrypted messages. When the function receives a ciphertext that is shorter than expected, it triggers a panic, causing the application to crash. The vulnerability can be exploited remotely by an attacker who sends a crafted encrypted message containing a malformed PKESK (Public-Key Encrypted Session Key) or SKESK (Symmetric-Key Encrypted Session Key) packet. Exploitation does not require prior authentication but does require the victim to process the malicious message, implying some user interaction. The impact is a denial-of-service (DoS) condition, affecting the availability of the application or service relying on Sequoia for cryptographic operations. There is no indication that confidentiality or integrity of data is compromised. No public exploits have been reported to date. The CVSS v3.1 base score is 5.3, reflecting medium severity due to network attack vector, high attack complexity, no privileges required, and user interaction needed. The vulnerability highlights the importance of robust input validation and error handling in cryptographic libraries to prevent crashes from malformed inputs.
Potential Impact
For European organizations, the primary impact of CVE-2025-67897 is the potential for denial-of-service attacks against applications using the Sequoia OpenPGP library for encryption and decryption tasks. This could disrupt secure communications, automated email processing, or any service relying on OpenPGP for confidentiality. While the vulnerability does not expose sensitive data or allow unauthorized data modification, service interruptions can affect business continuity, especially in sectors where encrypted messaging is critical, such as finance, government, and healthcare. Organizations with automated systems that process encrypted messages without strict input validation are particularly at risk. The requirement for user interaction to trigger the vulnerability somewhat limits large-scale automated exploitation but targeted attacks against high-value users remain plausible. The absence of known exploits in the wild reduces immediate risk but does not eliminate the threat, especially as attackers may develop exploits post-disclosure. The medium severity rating suggests organizations should address the issue promptly to avoid service degradation and maintain trust in cryptographic protections.
Mitigation Recommendations
1. Upgrade Sequoia to version 2.1.0 or later where this vulnerability is fixed. 2. Implement strict input validation on all encrypted messages before processing, ensuring ciphertext lengths meet expected minimums to prevent triggering the panic. 3. Enhance error handling in applications using Sequoia to gracefully handle malformed or unexpected encrypted packets without crashing. 4. Employ application-layer filtering to detect and block suspicious encrypted messages with malformed PKESK or SKESK packets. 5. Educate users and administrators about the risk of processing unsolicited encrypted messages from unknown sources. 6. Monitor application logs for crashes or panic events related to aes_key_unwrap failures to detect potential exploitation attempts. 7. Consider deploying runtime protections such as process isolation or containerization to limit the impact of crashes on critical services. 8. Coordinate with incident response teams to prepare for potential denial-of-service incidents linked to this vulnerability.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- mitre
- Date Reserved
- 2025-12-14T04:35:24.299Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 693e40e9230e04755d15db8b
Added to database: 12/14/2025, 4:45:29 AM
Last enriched: 12/21/2025, 6:02:27 AM
Last updated: 2/3/2026, 11:34:40 PM
Views: 101
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-1632: CWE-306 Missing Authentication for Critical Function in RISS SRL MOMA Seismic Station
CriticalCVE-2026-1812: Path Traversal in bolo-blog bolo-solo
MediumCVE-2026-24514: CWE-770 Allocation of Resources Without Limits or Throttling in Kubernetes ingress-nginx
MediumCVE-2026-24513: CWE-754 Improper Check for Unusual or Exceptional Conditions in Kubernetes ingress-nginx
LowCVE-2026-24512: CWE-20 Improper Input Validation in Kubernetes ingress-nginx
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.