CWE-Bench-Java / advisory /alibaba__one-java-agent_CVE-2022-25842_0.0.1.json
claire71's picture
add advisory .json files
f091478 verified
raw
history blame
2.38 kB
{
"schema_version": "1.4.0",
"id": "GHSA-9hr3-j9mc-xmq2",
"modified": "2022-05-20T21:17:03Z",
"published": "2022-05-03T00:00:44Z",
"aliases": [
"CVE-2022-25842"
],
"summary": "Path Traversal in com.alibaba.oneagent:one-java-agent-plugin",
"details": "All versions of package `com.alibaba.oneagent:one-java-agent-plugin` are vulnerable to Arbitrary File Write via Archive Extraction (Zip Slip) using a specially crafted archive that holds directory traversal filenames (e.g. `../../evil.exe`). The attacker can overwrite executable files and either invoke them remotely or wait for the system or user to call them, thus achieving remote command execution on the victim’s machine.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:L"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.alibaba.oneagent:one-java-agent-plugin"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25842"
},
{
"type": "WEB",
"url": "https://github.com/alibaba/one-java-agent/pull/29"
},
{
"type": "WEB",
"url": "https://github.com/alibaba/one-java-agent/pull/29/commits/359603b63fc6c59d8b57e061c171954bab3433bf"
},
{
"type": "WEB",
"url": "https://github.com/alibaba/one-java-agent/pull/29/commits/b5b437f9f4c8cbfe7bdbe266e975a4bd513c13fe"
},
{
"type": "PACKAGE",
"url": "https://github.com/alibaba/one-java-agent"
},
{
"type": "WEB",
"url": "https://github.com/alibaba/one-java-agent/blob/1f399a2299a8a409d15ea6111a7098629b8f1050/one-java-agent-plugin/src/main/java/com/alibaba/oneagent/utils/IOUtils.java"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/SNYK-JAVA-COMALIBABAONEAGENT-2407874"
}
],
"database_specific": {
"cwe_ids": [
"CWE-22",
"CWE-29"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2022-05-20T21:17:03Z",
"nvd_published_at": "2022-05-01T16:15:00Z"
}
}