data/reports: add GO-2024-2822.yaml

Aliases: CVE-2024-33434, GHSA-xfjj-f699-rc79

Fixes golang/vulndb#2822
Fixes golang/vulndb#2724

Change-Id: Iaa10109142619c3ced4e76dbceb3bd4ad54259e7
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/584495
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
diff --git a/data/osv/GO-2024-2822.json b/data/osv/GO-2024-2822.json
new file mode 100644
index 0000000..b519409
--- /dev/null
+++ b/data/osv/GO-2024-2822.json
@@ -0,0 +1,76 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2822",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "CVE-2024-30850",
+    "CVE-2024-33434",
+    "GHSA-p3j6-f45h-hw5f",
+    "GHSA-xfjj-f699-rc79"
+  ],
+  "summary": "Arbitrary code execution in github.com/tiagorlampert/CHAOS",
+  "details": "A remote attacker can execute arbitrary commands via crafted HTTP requests.",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/tiagorlampert/CHAOS",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "0"
+            },
+            {
+              "fixed": "0.0.0-20220716132853-b47438d36e3a"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {
+        "imports": [
+          {
+            "path": "github.com/tiagorlampert/CHAOS/services",
+            "symbols": [
+              "clientService.BuildClient"
+            ]
+          },
+          {
+            "path": "github.com/tiagorlampert/CHAOS/delivery/http",
+            "symbols": [
+              "httpController.generateBinaryPostHandler"
+            ]
+          }
+        ]
+      }
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-33434"
+    },
+    {
+      "type": "FIX",
+      "url": "https://github.com/tiagorlampert/CHAOS/pull/95"
+    },
+    {
+      "type": "FIX",
+      "url": "https://github.com/tiagorlampert/CHAOS/commit/1b451cf62582295b7225caf5a7b506f0bad56f6b"
+    },
+    {
+      "type": "FIX",
+      "url": "https://github.com/tiagorlampert/CHAOS/commit/24c9e109b5be34df7b2bce8368eae669c481ed5e"
+    },
+    {
+      "type": "WEB",
+      "url": "https://gist.github.com/slimwang/d1ec6645ba9012a551ea436679244496"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2024-2822"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2822.yaml b/data/reports/GO-2024-2822.yaml
new file mode 100644
index 0000000..5728d58
--- /dev/null
+++ b/data/reports/GO-2024-2822.yaml
@@ -0,0 +1,30 @@
+id: GO-2024-2822
+modules:
+    - module: github.com/tiagorlampert/CHAOS
+      versions:
+        - fixed: 0.0.0-20220716132853-b47438d36e3a
+      vulnerable_at: 0.0.0-20220408031238-8963de253a5b
+      packages:
+        - package: github.com/tiagorlampert/CHAOS/services
+          symbols:
+            - clientService.BuildClient
+        - package: github.com/tiagorlampert/CHAOS/delivery/http
+          symbols:
+            - httpController.generateBinaryPostHandler
+summary: Arbitrary code execution in github.com/tiagorlampert/CHAOS
+description: A remote attacker can execute arbitrary commands via crafted HTTP requests.
+cves:
+    - CVE-2024-30850
+    - CVE-2024-33434
+ghsas:
+    - GHSA-p3j6-f45h-hw5f
+    - GHSA-xfjj-f699-rc79
+references:
+    - advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-33434
+    - fix: https://github.com/tiagorlampert/CHAOS/pull/95
+    - fix: https://github.com/tiagorlampert/CHAOS/commit/1b451cf62582295b7225caf5a7b506f0bad56f6b
+    - fix: https://github.com/tiagorlampert/CHAOS/commit/24c9e109b5be34df7b2bce8368eae669c481ed5e
+    - web: https://gist.github.com/slimwang/d1ec6645ba9012a551ea436679244496
+source:
+    id: GHSA-xfjj-f699-rc79
+    created: 2024-05-08T20:07:33.796429-07:00