diff --git a/advisories/github-reviewed/2024/05/GHSA-qvgg-r6rq-vwfx/GHSA-qvgg-r6rq-vwfx.json b/advisories/github-reviewed/2024/05/GHSA-qvgg-r6rq-vwfx/GHSA-qvgg-r6rq-vwfx.json new file mode 100644 index 00000000000..b8b9a9711e7 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-qvgg-r6rq-vwfx/GHSA-qvgg-r6rq-vwfx.json @@ -0,0 +1,70 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qvgg-r6rq-vwfx", + "modified": "2024-05-15T18:33:21Z", + "published": "2024-05-15T18:33:21Z", + "aliases": [ + + ], + "summary": "datadog/dd-trace Circumvents open_basedir INI directive", + "details": "datadog/dd-trace versions 0.30.0 prior to 0.30.2 are affected by a security and stability issue outlined in PR [#579](https://github.com/DataDog/dd-trace-php/pull/579). This pull request ensures that the ddtrace.request_init_hook remains bound by the open_basedir INI directive, effectively addressing potential vulnerabilities related to open_basedir restrictions. \nThe update introduces a sandboxing mechanism to isolate the request init hook from errors or exceptions during execution, enhancing the library's stability and preventing adverse impacts on the main script.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "datadog/dd-trace" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.30.0" + }, + { + "fixed": "0.30.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/DataDog/dd-trace-php/pull/579" + }, + { + "type": "WEB", + "url": "https://github.com/DataDog/dd-trace-php/commit/87fc324eb63d533b35464f1dfca946795f2294fd" + }, + { + "type": "PACKAGE", + "url": "https://github.com/DataDog/dd-trace-php" + }, + { + "type": "WEB", + "url": "https://github.com/DataDog/dd-trace-php/releases/tag/0.30.0" + }, + { + "type": "WEB", + "url": "https://github.com/DataDog/dd-trace-php/releases/tag/0.30.2" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/datadog/dd-trace/2019-09-26-1.yaml" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T18:33:21Z", + "nvd_published_at": null + } +} \ No newline at end of file