iris-sast/CWE-Bench-Java
CWE-Bench-Java This repository contains the dataset CWE-Bench-Java presented in the paper LLM-Assisted Static Analysis for Detecting Security Vulnerabilities. At a high level, this dataset contains 120 CVEs spanning 4 CWEs, namely path-traversal, OS-command injection, cross-site scripting, and code-injection. Each CVE includes the buggy and fixed source code of the project, along with the information of the fixed files and functions. We provide the seed information for each… See the full description on the dataset page: https://huggingface.co/datasets/iris-sast/CWE-Bench-Java.
1215
1{2 "schema_version": "1.4.0",3 "id": "GHSA-w6g3-v46q-5p28",4 "modified": "2021-09-21T17:58:38Z",5 "published": "2018-10-17T15:49:58Z",6 "aliases": [7 "CVE-2018-11762"8 ],9 "summary": "Moderate severity vulnerability that affects org.apache.tika:tika-core",10 "details": "In Apache Tika 0.9 to 1.18, in a rare edge case where a user does not specify an extract directory on the commandline (--extract-dir=) and the input file has an embedded file with an absolute path, such as \"C:/evil.bat\", tika-app would overwrite that file.",11 "severity": [12 {13 "type": "CVSS_V3",14 "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"15 }16 ],17 "affected": [18 {19 "package": {20 "ecosystem": "Maven",21 "name": "org.apache.tika:tika-core"22 },23 "ranges": [24 {25 "type": "ECOSYSTEM",26 "events": [27 {28 "introduced": "0.9"29 },30 {31 "fixed": "1.19"32 }33 ]34 }35 ]36 }37 ],38 "references": [39 {40 "type": "ADVISORY",41 "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-11762"42 },43 {44 "type": "ADVISORY",45 "url": "https://github.com/advisories/GHSA-w6g3-v46q-5p28"46 },47 {48 "type": "WEB",49 "url": "https://lists.apache.org/thread.html/ab2e1af38975f5fc462ba89b517971ef892ec3d06bee12ea2258895b@%3Cdev.tika.apache.org%3E"50 },51 {52 "type": "WEB",53 "url": "http://www.securityfocus.com/bid/105515"54 }55 ],56 "database_specific": {57 "cwe_ids": [58 "CWE-22"59 ],60 "severity": "MODERATE",61 "github_reviewed": true,62 "github_reviewed_at": "2020-06-16T21:59:47Z",63 "nvd_published_at": null64 }65}