Skip to content

Commit

Permalink
Replace faulty CVE number in descriptions for CVE-2023-6019.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616810612
Change-Id: I0c80ec8f80b7922364c7adc4c68625194b74a367
  • Loading branch information
vsutedjo authored and copybara-github committed Mar 18, 2024
1 parent 1c9620f commit f47e31b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions google/detectors/rce/ai/cve20236019/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ray CVE-2023-6091 Detector
# Ray CVE-2023-6019 Detector

This plugin for Tsunami detects a remote code execution (RCE) vulnerability in Ray, which is an ML platform.

More information on the vulnerability:

* [CVE-2023-6091](https://nvd.nist.gov/vuln/detail/CVE-2023-6091)
* [CVE-2023-6019](https://nvd.nist.gov/vuln/detail/CVE-2023-6019)
* [POC](https://github.com/protectai/ai-exploits/blob/main/ray/nuclei-templates/ray-cpuprofile-cmd-injection.yaml)

## Build jar file for this plugin
Expand Down
2 changes: 1 addition & 1 deletion google/detectors/rce/ai/cve20236019/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
}

description = 'Tsunami detector for CVE-2023-6091.'
description = 'Tsunami detector for CVE-2023-6019.'
group = 'com.google.tsunami'
version = '0.0.1-SNAPSHOT'

Expand Down
2 changes: 1 addition & 1 deletion google/detectors/rce/ai/cve20236019/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'cve20236091'
rootProject.name = 'cve20236019'

0 comments on commit f47e31b

Please sign in to comment.