Skip to content

Commit 8228413

Browse files
1 parent 4be4457 commit 8228413

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-j4gv-6x9v-v23g",
4+
"modified": "2025-11-24T23:35:30Z",
5+
"published": "2025-11-24T23:35:30Z",
6+
"aliases": [],
7+
"summary": "OMERO.web uses jquery-form library, which may be vulnerable to XSS attack",
8+
"details": "### Impact\nOMERO.web uses the jquery-form library throughout to handle form submission and response processing. Due to some unpatched potential vulnerabilities in jquery-form, OMERO.web 5.29.2 and earlier may be susceptible to XSS attacks.\n\n### Patches\nUser should upgrade OMERO.web to 5.29.3 or higher.\n\n### Workarounds\nNone.\n\n### Resources\nhttps://github.com/jquery-form/form/issues/604",
9+
"severity": [
10+
{
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "PyPI",
19+
"name": "omero-web"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "5.29.3"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/ome/omero-web/security/advisories/GHSA-j4gv-6x9v-v23g"
40+
},
41+
{
42+
"type": "WEB",
43+
"url": "https://github.com/jquery-form/form/issues/604"
44+
},
45+
{
46+
"type": "WEB",
47+
"url": "https://github.com/ome/omero-web/commit/a3eadf722cfada2b844b97abe65baf5856e77c4f"
48+
},
49+
{
50+
"type": "PACKAGE",
51+
"url": "https://github.com/ome/omero-web"
52+
}
53+
],
54+
"database_specific": {
55+
"cwe_ids": [
56+
"CWE-79"
57+
],
58+
"severity": "LOW",
59+
"github_reviewed": true,
60+
"github_reviewed_at": "2025-11-24T23:35:30Z",
61+
"nvd_published_at": null
62+
}
63+
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-xq4h-wqm2-668w",
4+
"modified": "2025-11-24T23:34:19Z",
5+
"published": "2025-11-24T23:34:18Z",
6+
"aliases": [],
7+
"summary": "Babylon's BIP322 signature implementation is not fully compliant to the spec",
8+
"details": "### Summary\n\nThe BIP-322 signature verification does not enforce the SIGHASH value to be SIGHASH_ALL, and therefore is not strictly following the [spec](https://bips.dev/322/).\n\n### Impact\n\nNon-compliant BIP-322 signatures in proof of possessions can be accepted by the chain.",
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:L/VA:N/SC:N/SI:N/SA:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Go",
19+
"name": "github.com/babylonlabs-io/babylon/v4"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "4.1.0"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/babylonlabs-io/babylon/security/advisories/GHSA-xq4h-wqm2-668w"
40+
},
41+
{
42+
"type": "WEB",
43+
"url": "https://github.com/babylonlabs-io/babylon/commit/6e8bdd328a47343fcd7ad98d1b0c7267860b019a"
44+
},
45+
{
46+
"type": "WEB",
47+
"url": "https://bips.dev/322"
48+
},
49+
{
50+
"type": "PACKAGE",
51+
"url": "https://github.com/babylonlabs-io/babylon"
52+
}
53+
],
54+
"database_specific": {
55+
"cwe_ids": [
56+
"CWE-347"
57+
],
58+
"severity": "MODERATE",
59+
"github_reviewed": true,
60+
"github_reviewed_at": "2025-11-24T23:34:18Z",
61+
"nvd_published_at": null
62+
}
63+
}

0 commit comments

Comments
 (0)