Skip to content

Commit 31d2e92

Browse files
1 parent b6709da commit 31d2e92

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

advisories/github-reviewed/2026/02/GHSA-fj3w-jwp8-x2g3/GHSA-fj3w-jwp8-x2g3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-fj3w-jwp8-x2g3",
4-
"modified": "2026-03-02T15:10:03Z",
4+
"modified": "2026-03-06T22:00:11Z",
55
"published": "2026-02-26T22:33:10Z",
66
"aliases": [
77
"CVE-2026-27942"
88
],
99
"summary": "fast-xml-parser has stack overflow in XMLBuilder with preserveOrder",
10-
"details": "### Impact\nApplication crashes with stack overflow when user use XML builder with `prserveOrder:true` for following or similar input:\n\n```\n[{\n 'foo': [\n { 'bar': [{ '@_V': 'baz' }] }\n ]\n}]\n```\n\nCause: `arrToStr` was not validating if the input is an array or a string and treating all non-array values as text content.\n_What kind of vulnerability is it? Who is impacted?_\n\n### Patches\nYes, in 5.3.8 and 4.5.4.\n\n### Workarounds\nUse XML builder with `preserveOrder:false` or check the input data before passing to builder.",
10+
"details": "### Impact\nApplication crashes with stack overflow when user use XML builder with `prserveOrder:true` for following or similar input \n\n```\n[{\n 'foo': [\n { 'bar': [{ '@_V': 'baz' }] }\n ]\n}]\n```\n\nCause: `arrToStr` was not validating if the input is an array or a string and treating all non-array values as text content.\n_What kind of vulnerability is it? Who is impacted?_\n\n### Patches\nYes in 5.3.8\n\n### Workarounds\nUse XML builder with `preserveOrder:false` or check the input data before passing to builder.\n\n### References\n[_Are there any links users can visit to find out more?_](https://github.com/NaturalIntelligence/fast-xml-parser/pull/791)",
1111
"severity": [
1212
{
1313
"type": "CVSS_V4",
@@ -44,7 +44,7 @@
4444
"type": "ECOSYSTEM",
4545
"events": [
4646
{
47-
"introduced": "0"
47+
"introduced": "4.0.0-beta.0"
4848
},
4949
{
5050
"fixed": "4.5.4"

advisories/github-reviewed/2026/03/GHSA-6865-qjcf-286f/GHSA-6865-qjcf-286f.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6865-qjcf-286f",
4-
"modified": "2026-03-04T21:45:10Z",
4+
"modified": "2026-03-06T21:58:04Z",
55
"published": "2026-03-04T21:45:10Z",
66
"aliases": [
77
"CVE-2026-29183"
@@ -40,6 +40,10 @@
4040
"type": "WEB",
4141
"url": "https://github.com/siyuan-note/siyuan/security/advisories/GHSA-6865-qjcf-286f"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29183"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/siyuan-note/siyuan/commit/d68bd5a79391742b3cb2e14d892bdd9997064927"
@@ -56,6 +60,6 @@
5660
"severity": "CRITICAL",
5761
"github_reviewed": true,
5862
"github_reviewed_at": "2026-03-04T21:45:10Z",
59-
"nvd_published_at": null
63+
"nvd_published_at": "2026-03-06T08:16:27Z"
6064
}
6165
}

advisories/github-reviewed/2026/03/GHSA-xpqw-6gx7-v673/GHSA-xpqw-6gx7-v673.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-xpqw-6gx7-v673",
4-
"modified": "2026-03-04T22:59:28Z",
4+
"modified": "2026-03-06T21:58:08Z",
55
"published": "2026-03-04T22:59:28Z",
66
"aliases": [
77
"CVE-2026-29074"
@@ -81,6 +81,10 @@
8181
"type": "WEB",
8282
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
8383
},
84+
{
85+
"type": "ADVISORY",
86+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
87+
},
8488
{
8589
"type": "PACKAGE",
8690
"url": "https://github.com/svg/svgo"
@@ -93,6 +97,6 @@
9397
"severity": "HIGH",
9498
"github_reviewed": true,
9599
"github_reviewed_at": "2026-03-04T22:59:28Z",
96-
"nvd_published_at": null
100+
"nvd_published_at": "2026-03-06T08:16:26Z"
97101
}
98102
}

0 commit comments

Comments
 (0)