Skip to content

Commit

Permalink
Publish Advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Jan 22, 2025
1 parent 6146aa7 commit be65587
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-788m-27g4-cf86",
"modified": "2025-01-22T22:00:04Z",
"published": "2025-01-22T21:30:57Z",
"aliases": [
"CVE-2024-56923"
],
"summary": "Cross site scripting in Silverpeas Core",
"details": "Stored Cross-Site Scripting (XSS) in the Categorization Option of My Subscriptions Functionality in Silverpeas Core 6.4.1 allows a remote attacker to execute arbitrary JavaScript code. This is achieved by injecting a malicious payload into the Name field of a subscription. The attack can lead to session hijacking, data theft, or unauthorized actions when an admin user views the affected subscription.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.silverpeas.core:silverpeas-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "6.4.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56923"
},
{
"type": "WEB",
"url": "https://github.com/Silverpeas/Silverpeas-Core/pull/1373"
},
{
"type": "WEB",
"url": "https://github.com/Mohamed-Saqib-C/CVEs/blob/main/CVE-2024-56923/README.md"
},
{
"type": "PACKAGE",
"url": "https://github.com/Silverpeas/Silverpeas-Core"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-01-22T22:00:04Z",
"nvd_published_at": "2025-01-22T21:15:09Z"
}
}

This file was deleted.

0 comments on commit be65587

Please sign in to comment.