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

Aliases: GHSA-x883-2vmg-xwf7

Fixes golang/vulndb#2744

Change-Id: I7f0e7143b5533bcf69ecb338c8316c3095c178e0
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/581800
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
diff --git a/data/osv/GO-2024-2744.json b/data/osv/GO-2024-2744.json
new file mode 100644
index 0000000..80f214f
--- /dev/null
+++ b/data/osv/GO-2024-2744.json
@@ -0,0 +1,46 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2744",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "GHSA-x883-2vmg-xwf7"
+  ],
+  "summary": "Access control change may take longer than expected in github.com/authelia/authelia/v4",
+  "details": "If the file authentication backend is being used, the ewatch option is set to true, the refresh interval is configured to a non-disabled value, and an administrator changes a user's groups, then that user may be able to access resources that their previous groups had access to.",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/authelia/authelia/v4",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "4.37.0"
+            },
+            {
+              "fixed": "4.38.0"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://github.com/authelia/authelia/security/advisories/GHSA-x883-2vmg-xwf7"
+    },
+    {
+      "type": "WEB",
+      "url": "https://github.com/authelia/authelia/blob/v4.37.5/internal/handlers/handler_verify.go#L376-L394"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2024-2744"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2744.yaml b/data/reports/GO-2024-2744.yaml
new file mode 100644
index 0000000..51aadcb
--- /dev/null
+++ b/data/reports/GO-2024-2744.yaml
@@ -0,0 +1,21 @@
+id: GO-2024-2744
+modules:
+    - module: github.com/authelia/authelia/v4
+      versions:
+        - introduced: 4.37.0
+          fixed: 4.38.0
+      vulnerable_at: 4.37.5
+summary: Access control change may take longer than expected in github.com/authelia/authelia/v4
+description: |-
+    If the file authentication backend is being used, the ewatch option is set
+    to true, the refresh interval is configured to a non-disabled value, and an
+    administrator changes a user's groups, then that user may be able to access
+    resources that their previous groups had access to.
+ghsas:
+    - GHSA-x883-2vmg-xwf7
+references:
+    - advisory: https://github.com/authelia/authelia/security/advisories/GHSA-x883-2vmg-xwf7
+    - web: https://github.com/authelia/authelia/blob/v4.37.5/internal/handlers/handler_verify.go#L376-L394
+source:
+    id: GHSA-x883-2vmg-xwf7
+    created: 2024-04-22T14:02:49.727107-04:00