diff --git a/advisories/unreviewed/2025/04/GHSA-3922-2r6r-r4fv/GHSA-3922-2r6r-r4fv.json b/advisories/github-reviewed/2025/04/GHSA-3922-2r6r-r4fv/GHSA-3922-2r6r-r4fv.json similarity index 56% rename from advisories/unreviewed/2025/04/GHSA-3922-2r6r-r4fv/GHSA-3922-2r6r-r4fv.json rename to advisories/github-reviewed/2025/04/GHSA-3922-2r6r-r4fv/GHSA-3922-2r6r-r4fv.json index 2a0fca22188..745e6b1824f 100644 --- a/advisories/unreviewed/2025/04/GHSA-3922-2r6r-r4fv/GHSA-3922-2r6r-r4fv.json +++ b/advisories/github-reviewed/2025/04/GHSA-3922-2r6r-r4fv/GHSA-3922-2r6r-r4fv.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-3922-2r6r-r4fv", - "modified": "2025-04-21T15:31:25Z", + "modified": "2025-04-21T16:19:46Z", "published": "2025-04-21T15:31:25Z", "aliases": [ "CVE-2025-29287" ], + "summary": "MCMS allows arbitrary file uploads in the ueditor component", "details": "An arbitrary file upload vulnerability in the ueditor component of MCMS v5.4.3 allows attackers to execute arbitrary code via uploading a crafted file.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "net.mingsoft:ms-mcms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.4.4" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -25,11 +46,15 @@ }, { "type": "WEB", - "url": "https://gitee.com/mingSoft/MCMS/issues/IBOOTX" + "url": "https://gitee.com/mingSoft/MCMS/commit/17679d8fae3df2b433478829b01ab05a56ffdbc8" }, { "type": "WEB", - "url": "http://cms.com" + "url": "https://gitee.com/mingSoft/MCMS/issues/IBOOTX" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ming-soft/MCMS" } ], "database_specific": { @@ -37,8 +62,8 @@ "CWE-434" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-21T16:19:45Z", "nvd_published_at": "2025-04-21T15:15:59Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2025/04/GHSA-gm2p-wf5c-w3pj/GHSA-gm2p-wf5c-w3pj.json b/advisories/github-reviewed/2025/04/GHSA-gm2p-wf5c-w3pj/GHSA-gm2p-wf5c-w3pj.json new file mode 100644 index 00000000000..806fa9b5ef3 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-gm2p-wf5c-w3pj/GHSA-gm2p-wf5c-w3pj.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gm2p-wf5c-w3pj", + "modified": "2025-04-21T16:19:20Z", + "published": "2025-04-21T16:19:20Z", + "aliases": [ + "CVE-2025-3857" + ], + "summary": "Infinite loop condition in Amazon.IonDotnet", + "details": "## Summary\n\n[Amazon.IonDotnet (ion-dotnet)](https://github.com/amazon-ion/ion-dotnet) is a .NET library with an implementation of the [Ion data serialization format](https://amazon-ion.github.io/ion-docs/).\n\nAn issue exists in Amazon.IonDotnet and the RawBinaryReader class where, under certain conditions, an actor could trigger an infinite loop condition.\n\n## Impact\n\nWhen reading binary Ion data through Amazon.IonDotnet using the RawBinaryReader class, Amazon.IonDotnet does not check the number of bytes read from the underlying stream while deserializing the binary format. If the Ion data is malformed or truncated, this triggers an infinite loop condition that could potentially result in a denial of service.\n\n**Impacted versions: <=1.3.0**\n\n## Patches\n\nThis issue has been addressed in Amazon.IonDotnet version [1.3.1](https://github.com/amazon-ion/ion-dotnet/releases/tag/v1.3.1). We recommend upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes.\n\n## Workarounds\n\nThere are no workarounds. Upgrade to version 1.3.1.\n\n## References\n\nIf you have any questions or comments about this advisory, contact AWS/Amazon Security via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting) or directly via email to [aws-security@amazon.com](mailto:aws-security@amazon.com). Please do not create a public GitHub issue.\n\n## Credit\n\nWe would like to thank Josh Coleman from Symbotic for collaborating on this issue through the coordinated vulnerability disclosure process.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Amazon.IonDotnet" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.3.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/amazon-ion/ion-dotnet/security/advisories/GHSA-gm2p-wf5c-w3pj" + }, + { + "type": "WEB", + "url": "https://github.com/amazon-ion/ion-dotnet/commit/34a4f5215eceac1bb7bf434c4f2310d64d1b703b" + }, + { + "type": "PACKAGE", + "url": "https://github.com/amazon-ion/ion-dotnet" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502", + "CWE-835" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-04-21T16:19:20Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-wm65-ph3w-587c/GHSA-wm65-ph3w-587c.json b/advisories/github-reviewed/2025/04/GHSA-wm65-ph3w-587c/GHSA-wm65-ph3w-587c.json similarity index 58% rename from advisories/unreviewed/2025/04/GHSA-wm65-ph3w-587c/GHSA-wm65-ph3w-587c.json rename to advisories/github-reviewed/2025/04/GHSA-wm65-ph3w-587c/GHSA-wm65-ph3w-587c.json index affa3d37573..e4b5e959ec9 100644 --- a/advisories/unreviewed/2025/04/GHSA-wm65-ph3w-587c/GHSA-wm65-ph3w-587c.json +++ b/advisories/github-reviewed/2025/04/GHSA-wm65-ph3w-587c/GHSA-wm65-ph3w-587c.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-wm65-ph3w-587c", - "modified": "2025-04-20T21:30:25Z", + "modified": "2025-04-21T16:18:45Z", "published": "2025-04-20T21:30:25Z", "aliases": [ "CVE-2025-43954" ], + "summary": "QMarkdown Cross-Site Scripting (XSS) vulnerability", "details": "QMarkdown (aka quasar-ui-qmarkdown) before 2.0.5 allows XSS via headers even when when no-html is set.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@quasar/quasar-ui-qmarkdown" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.5" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/quasarframework/quasar-ui-qmarkdown/commit/b61dff84851c45369cf931db5bd93db177c657f6" }, + { + "type": "PACKAGE", + "url": "https://github.com/quasarframework/quasar-ui-qmarkdown" + }, { "type": "WEB", "url": "https://github.com/quasarframework/quasar-ui-qmarkdown/compare/v2.0.4...v2.0.5" @@ -33,8 +58,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-21T16:18:45Z", "nvd_published_at": "2025-04-20T19:15:43Z" } } \ No newline at end of file