Skip to content

Commit b3423aa

Browse files
author
Maceo Thompson
committed
data/reports: add GO-2024-2744.yaml
Aliases: GHSA-x883-2vmg-xwf7 Fixes #2744 Change-Id: I7f0e7143b5533bcf69ecb338c8316c3095c178e0 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/581800 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent 955302f commit b3423aa

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

data/osv/GO-2024-2744.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2744",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"GHSA-x883-2vmg-xwf7"
8+
],
9+
"summary": "Access control change may take longer than expected in github.com/authelia/authelia/v4",
10+
"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.",
11+
"affected": [
12+
{
13+
"package": {
14+
"name": "github.com/authelia/authelia/v4",
15+
"ecosystem": "Go"
16+
},
17+
"ranges": [
18+
{
19+
"type": "SEMVER",
20+
"events": [
21+
{
22+
"introduced": "4.37.0"
23+
},
24+
{
25+
"fixed": "4.38.0"
26+
}
27+
]
28+
}
29+
],
30+
"ecosystem_specific": {}
31+
}
32+
],
33+
"references": [
34+
{
35+
"type": "ADVISORY",
36+
"url": "https://github.com/authelia/authelia/security/advisories/GHSA-x883-2vmg-xwf7"
37+
},
38+
{
39+
"type": "WEB",
40+
"url": "https://github.com/authelia/authelia/blob/v4.37.5/internal/handlers/handler_verify.go#L376-L394"
41+
}
42+
],
43+
"database_specific": {
44+
"url": "https://pkg.go.dev/vuln/GO-2024-2744"
45+
}
46+
}

data/reports/GO-2024-2744.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
id: GO-2024-2744
2+
modules:
3+
- module: github.com/authelia/authelia/v4
4+
versions:
5+
- introduced: 4.37.0
6+
fixed: 4.38.0
7+
vulnerable_at: 4.37.5
8+
summary: Access control change may take longer than expected in github.com/authelia/authelia/v4
9+
description: |-
10+
If the file authentication backend is being used, the ewatch option is set
11+
to true, the refresh interval is configured to a non-disabled value, and an
12+
administrator changes a user's groups, then that user may be able to access
13+
resources that their previous groups had access to.
14+
ghsas:
15+
- GHSA-x883-2vmg-xwf7
16+
references:
17+
- advisory: https://github.com/authelia/authelia/security/advisories/GHSA-x883-2vmg-xwf7
18+
- web: https://github.com/authelia/authelia/blob/v4.37.5/internal/handlers/handler_verify.go#L376-L394
19+
source:
20+
id: GHSA-x883-2vmg-xwf7
21+
created: 2024-04-22T14:02:49.727107-04:00

0 commit comments

Comments
 (0)