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-xgqr-5wqw-9fpv",4 "modified": "2022-11-04T20:44:39Z",5 "published": "2022-11-03T19:00:26Z",6 "aliases": [7 "CVE-2022-32287"8 ],9 "summary": "Apache UIMA Path Traversal vulnerability",10 "details": "A relative path traversal vulnerability in a FileUtil class used by the PEAR management component of Apache UIMA allows an attacker to create files outside the designated target directory using carefully crafted ZIP entry names. This issue affects Apache UIMA Apache UIMA version 3.3.0 and prior versions. Note that PEAR files should never be installed into an UIMA installation from untrusted sources because PEAR archives are executable plugins that will be able to perform any actions with the same privileges as the host Java Virtual Machine.",11 "severity": [12 {13 "type": "CVSS_V3",14 "score": "CVSS:3.1/AV:N/AC:L/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.uima:uimaj-core"22 },23 "ranges": [24 {25 "type": "ECOSYSTEM",26 "events": [27 {28 "introduced": "0"29 },30 {31 "fixed": "3.3.1"32 }33 ]34 }35 ]36 }37 ],38 "references": [39 {40 "type": "ADVISORY",41 "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32287"42 },43 {44 "type": "WEB",45 "url": "https://lists.apache.org/thread/57vk0d79j94d0lk0vol8xn935yv1shdd"46 },47 {48 "type": "WEB",49 "url": "http://www.openwall.com/lists/oss-security/2022/11/03/4"50 }51 ],52 "database_specific": {53 "cwe_ids": [54 "CWE-22"55 ],56 "severity": "HIGH",57 "github_reviewed": true,58 "github_reviewed_at": "2022-11-03T21:11:17Z",59 "nvd_published_at": "2022-11-03T12:15:00Z"60 }61}