Skip to content

Commit 89342ab

Browse files
New vuln: Improper Verification of Cryptographic Signature in Linzer
1 parent 95eab81 commit 89342ab

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

input/new.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
{
2-
"package_name": "",
3-
"patch_versions": [],
4-
"vulnerable_ranges": [],
5-
"cwe": [],
6-
"tldr": "",
7-
"doest_this_affect_me": "",
8-
"how_to_fix": "",
9-
"vulnerable_to": "",
2+
"package_name": "linzer",
3+
"patch_versions": [
4+
"0.7.4"
5+
],
6+
"vulnerable_ranges": [
7+
[
8+
"0.3.0",
9+
"0.7.3"
10+
]
11+
],
12+
"cwe": [
13+
"CWE-347"
14+
],
15+
"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.",
16+
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
17+
"how_to_fix": "Upgrade the `linzer` library to the patch version.",
18+
"vulnerable_to": "Improper Verification of Cryptographic Signature",
1019
"related_cve_id": "",
11-
"language": "",
12-
"severity_class": "",
13-
"aikido_score": 0,
14-
"changelog": ""
20+
"language": "RUBY",
21+
"severity_class": "LOW",
22+
"aikido_score": 20,
23+
"changelog": "https://github.com/nomadium/linzer/blob/master/CHANGELOG.md"
1524
}

0 commit comments

Comments
 (0)