Add CVE-2026-43867 security advisory for camel-pqc AWS Secrets Manager deserialization (independent report of the CVE-2026-46590 defect)#1688
Merged
Conversation
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the security advisory page for CVE-2026-43867 — unfiltered
java.io.ObjectInputStreamdeserialization in the camel-pqcAwsSecretsManagerKeyLifecycleManager.AwsSecretsManagerKeyLifecycleManager.deserializeMetadata()reads persisted key metadata back from the configured AWS Secrets Manager secret by Base64-decoding it and callingObjectInputStream.readObject()with noObjectInputFilter— the cast toKeyMetadatahappens only afterreadObject()returns. A principal withsecretsmanager:PutSecretValueon that secret could store a crafted object that executes during normal key-lifecycle operations.This was reported independently by Venkatraman Kumar (Securin) and is the same defect, in the same code path, fixed by the same change as CVE-2026-46590 (which additionally covers the HashiCorp Vault and file-based managers). Both are incomplete-remediation follow-ons to CVE-2026-40048.
Details
feea08e7847f), 4.18.x backport CAMEL-23726: Use JSON instead of Java serialization for key metadata in AWS and HashiCorp Vault lifecycle managers (4.18.x backport) camel#23914 (12a9ac3c94d). Not present on the 4.14.x line.Files
content/security/CVE-2026-43867.md— Hugo advisory sourcecontent/security/CVE-2026-43867.txt.asc— clearsigned plaintext (keyE34E9F3802FF4100)Advisory drafted by Claude Code on behalf of Andrea Cosentino.
🤖 Generated with Claude Code