Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-w9c3-p3j8-wq65] Multiple cross-site scripting (XSS) vulnerabilities in... #3132

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,23 +1,71 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w9c3-p3j8-wq65",
"modified": "2022-05-05T02:48:31Z",
"modified": "2023-02-01T05:01:57Z",
"published": "2022-05-05T02:48:31Z",
"aliases": [
"CVE-2013-0177"
],
"summary": "XSS in Apache OFBiz 10.04.x before 10.04.05, 11.04.01, and possibly 09.04.x ",
"details": "Multiple cross-site scripting (XSS) vulnerabilities in widget/screen/ModelScreenWidget.java in Apache Open For Business Project (aka OFBiz) 10.04.x before 10.04.05, 11.04.01, and possibly 09.04.x allow remote authenticated users to inject arbitrary web script or HTML via the (1) Screenlet.title or (2) Image.alt Widget attribute, as demonstrated by the parentPortalPageId parameter to exampleext/control/ManagePortalPages.",
"severity": [

],
"affected": [

{
"package": {
"ecosystem": "Maven",
"name": ""
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-0177"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/16bb5566246e1c3064e50e9e16a2b07ac0282bfb"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/16cd4b10519c91578cfab1a1b804cc7e25d08997"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/384792edc826b47a02755818ae6077ae9465b9df"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/46523d4a44dbcb900cf0b66d3db111bc4c64e164"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/598d31ecc55741476df8c553fd341dbcdcee2159"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/8585f4670f490c1c7d216b441c224326d7d15f44"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/b82bcd66878789dc34dbc45823cea41a1706b3a7"
},
{
"type": "WEB",
"url": "https://github.com/apache/ofbiz/commit/f0e987039f5ade0fb91f47f7b152d75e0d4c621e"
},
{
"type": "WEB",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/81398"
Expand All @@ -30,6 +78,10 @@
"type": "WEB",
"url": "https://fisheye6.atlassian.com/changelog/ofbiz?cs=1432850"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/ofbiz/"
},
{
"type": "WEB",
"url": "http://ofbiz.apache.org/download.html#vulnerabilities"
Expand Down