CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes215downloads
apache__dubbo_CVE-2021-30180_2.7.9.json58 linesDownload Raw Back to advisory
1{2  "schema_version": "1.4.0",3  "id": "GHSA-7wfc-x4f7-gg2x",4  "modified": "2022-03-18T17:58:01Z",5  "published": "2022-03-18T17:58:01Z",6  "aliases": [7    "CVE-2021-30180"8  ],9  "summary": "Code injection in Apache Dubbo",10  "details": "Apache Dubbo prior to 2.7.9 support Tag routing which will enable a customer to route the request to the right server. These rules are used by the customers when making a request in order to find the right endpoint. When parsing these YAML rules, Dubbo customers may enable calling arbitrary constructors.",11  "severity": [12    {13      "type": "CVSS_V3",14      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"15    }16  ],17  "affected": [18    {19      "package": {20        "ecosystem": "Maven",21        "name": "org.apache.dubbo:dubbo"22      },23      "ranges": [24        {25          "type": "ECOSYSTEM",26          "events": [27            {28              "introduced": "2.7.0"29            },30            {31              "fixed": "2.7.10"32            }33          ]34        }35      ]36    }37  ],38  "references": [39    {40      "type": "ADVISORY",41      "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-30180"42    },43    {44      "type": "WEB",45      "url": "https://lists.apache.org/thread.html/raed526465e56204030ddf374b1959478a290e7511971d7aba2e9e39b%40%3Cdev.dubbo.apache.org%3E"46    }47  ],48  "database_specific": {49    "cwe_ids": [50      "CWE-444",51      "CWE-94"52    ],53    "severity": "CRITICAL",54    "github_reviewed": true,55    "github_reviewed_at": "2021-06-02T20:19:48Z",56    "nvd_published_at": "2021-06-01T14:15:00Z"57  }58}