Skip to content
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,46 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rgw9-2qv4-ghxq",
"modified": "2023-04-11T21:31:08Z",
"modified": "2023-04-11T21:31:09Z",
"published": "2023-04-11T21:31:08Z",
"aliases": [
"CVE-2020-9009"
],
"details": "The ShipStation.com plugin 1.1 and earlier for CS-Cart allows remote attackers to insert arbitrary information into the database (via action=shipnotify) because access to this endpoint is completely unchecked. The attacker must guess an order number.",
"summary": "ShipStation plugin for CS-Cart - incorrect access control, compromised database integrity",
"details": "The ShipStation.com plugin v1.0.10 at https://github.com/shipstation/plugin-cs-cart (internal plugin version 1.1 per https://github.com/shipstation/plugin-cs-cart/blob/v1.0.10/app/addons/shipstation/addon.xml) and earlier for CS-Cart allows remote attackers to insert arbitrary information into the database (via action=shipnotify) because access to this endpoint is completely unchecked. The attacker must guess an order number.",
"severity": [

{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N"
}
],
"affected": [

{
"package": {
"ecosystem": "GitHub Actions",
"name": ""
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9009"
},
{
"type": "PACKAGE",
"url": "https://github.com/shipstation/plugin-cs-cart/blob/v1.0.10/app/addons/shipstation/controllers/frontend/shipstation.php"
},
{
"type": "WEB",
"url": "https://help.shipstation.com/hc/en-us/articles/360025855352-CS-Cart"
Expand All @@ -31,7 +54,7 @@
"cwe_ids": [

],
"severity": null,
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2023-04-11T21:15:00Z"
Expand Down