Skip to content

New vuln: Improper Verification of Cryptographic Signature in Linzer #582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions vulnerabilities/AIKIDO-2025-10429.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"package_name": "linzer",
"patch_versions": [
"0.7.4"
],
"vulnerable_ranges": [
[
"0.3.0",
"0.7.3"
]
],
"cwe": [
"CWE-347"
],
"tldr": "Affected versions of this package suffer from Incorrect Serialization in HTTP Message Signatures, a vulnerability where HTTP field identifiers with parameters are not correctly serialized during signature generation and verification. This flaw results in signatures that fail to protect all intended message components, undermining message integrity. An attacker could exploit this by altering unprotected parameters in headers without invalidating the signature, potentially enabling unauthorized actions or data tampering.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `linzer` library to the patch version.",
"vulnerable_to": "Improper Verification of Cryptographic Signature",
"related_cve_id": "",
"language": "RUBY",
"severity_class": "LOW",
"aikido_score": 20,
"changelog": "https://github.com/nomadium/linzer/blob/master/CHANGELOG.md",
"last_modified": "2025-07-02",
"published": "2025-07-02"
}