Skip to content

Commit 98f4e1a

Browse files
1 parent 3c9009b commit 98f4e1a

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-m8j6-rc5x-wv36",
4+
"modified": "2026-06-26T20:41:59Z",
5+
"published": "2026-06-26T20:41:59Z",
6+
"aliases": [],
7+
"summary": "nono-py's policy JSON accepts unknown security fields",
8+
"details": "### Summary\n\nnono-py policy handling could fail open in two ways. First, resolving a policy-derived `ProxyConfig` did not automatically enforce `CapabilitySet.proxy_only`, allowing sandboxed children to bypass a resolved domain allowlist by using direct network access. Second, policy JSON accepted unknown security-sensitive fields, so misspelled or unsupported restrictions could be silently ignored.\n\n### Impact\n\nA sandboxed child may receive broader network access than the policy author intended. This can allow outbound requests outside the configured proxy allowlist and may expose sensitive data depending on the execution environment and workload.\n\n### Older-kernel note\n\nOn Linux kernels without Landlock ABI v4 network rules, patched versions continue to support proxy-only enforcement through the seccomp supervisor fallback introduced in 807fb4b. Users on older kernels should ensure policy-resolved proxy configurations are coupled to `CapabilitySet.proxy_only(proxy);` merely injecting proxy environment variables is not sufficient.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "PyPI",
19+
"name": "nono-py"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "0.10.1"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 0.10.0"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/always-further/nono-py/security/advisories/GHSA-m8j6-rc5x-wv36"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/nolabs-ai/nono-py/commit/2897ee20df0d75afd298d94840b9d135b3b3a6e9"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://github.com/nolabs-ai/nono-py/commit/807fb4bce2385b9e88185bf160e0792b588813c7"
51+
},
52+
{
53+
"type": "PACKAGE",
54+
"url": "https://github.com/always-further/nono-py"
55+
}
56+
],
57+
"database_specific": {
58+
"cwe_ids": [],
59+
"severity": "MODERATE",
60+
"github_reviewed": true,
61+
"github_reviewed_at": "2026-06-26T20:41:59Z",
62+
"nvd_published_at": null
63+
}
64+
}

0 commit comments

Comments
 (0)