Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6wgj-66m2-xxp2",
"modified": "2024-10-28T18:31:38Z",
"modified": "2024-10-28T18:32:44Z",
"published": "2023-11-28T09:30:26Z",
"aliases": [
"CVE-2023-48022"
],
"details": "Anyscale Ray 2.6.3 and 2.8.0 allows a remote attacker to execute arbitrary code via the job submission API. NOTE: the vendor's position is that this report is irrelevant because Ray, as stated in its documentation, is not intended for use outside of a strictly controlled network environment",
"summary": "Arbitrary code execution in ray via jobs submission API",
"details": "Anyscale Ray 2.6.3 and 2.8.0 allows a remote attacker to execute arbitrary code via the job submission API.\n\nNOTE: the vendor's position is that this report is irrelevant because Ray, as stated in its documentation, is not intended for use outside of a strictly controlled network environment",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "ray"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
Comment on lines +28 to +30
Copy link

Copilot AI Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The affected package range is too broad. According to the details, only versions 2.6.3 and 2.8.0 are mentioned as vulnerable. The range should specify these exact versions or a more precise version range rather than starting from version '0' which implies all versions are affected.

Suggested change
"introduced": "0"
}
]
"introduced": "2.6.3"
},
{
"fixed": "2.6.4"
}
]
},
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.8.0"
},
{
"fixed": "2.8.1"
}
]

Copilot uses AI. Check for mistakes.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All versions are vulnerable, there exists no fixed versions. The AI is wrong

}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -31,13 +49,26 @@
"type": "WEB",
"url": "https://docs.ray.io/en/latest/ray-security/index.html"
},
{
"type": "PACKAGE",
"url": "https://github.com/ray-project/ray"
},
{
"type": "WEB",
"url": "https://www.oligo.security/blog/shadowray-attack-ai-workloads-actively-exploited-in-the-wild"
},
{
"type": "WEB",
"url": "https://www.vicarius.io/vsociety/posts/shadowray-cve-2023-48022-exploit"
},
{
"type": "WEB",
"url": "https://www.vulncheck.com/blog/initial-access-intelligence-august-2024"
}
],
"database_specific": {
"cwe_ids": [
"CWE-829",
"CWE-918"
],
"severity": "CRITICAL",
Expand Down
Loading