Skip to content

Commit 3c66a08

Browse files
1 parent 3ebad0f commit 3c66a08

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-2c6h-4899-wjxr",
4+
"modified": "2026-04-04T05:45:50Z",
5+
"published": "2026-04-04T05:45:17Z",
6+
"aliases": [],
7+
"summary": "scaly: Multiple soundness issues in Rust safe APIs",
8+
"details": "Affected versions contain multiple safe APIs that can trigger undefined behavior:\n\n- `Array<T>::index` can perform an out-of-bounds read.\n- `String::get_length` can perform an out-of-bounds read.\n- `String::append_character` can perform an invalid write.\n- `String::to_c_string` can perform an out-of-bounds write.\n\nThese issues were reproduced against `scaly` 0.0.37 under Miri. The crate is unmaintained.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "crates.io",
19+
"name": "scaly"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"last_affected": "0.0.37"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/rustsec/advisory-db/issues/2594"
40+
},
41+
{
42+
"type": "WEB",
43+
"url": "https://github.com/rschleitzer/Scaly"
44+
},
45+
{
46+
"type": "WEB",
47+
"url": "https://rustsec.org/advisories/RUSTSEC-2026-0080.html"
48+
}
49+
],
50+
"database_specific": {
51+
"cwe_ids": [
52+
"CWE-125",
53+
"CWE-787"
54+
],
55+
"severity": "HIGH",
56+
"github_reviewed": true,
57+
"github_reviewed_at": "2026-04-04T05:45:17Z",
58+
"nvd_published_at": null
59+
}
60+
}

0 commit comments

Comments
 (0)