File tree 2 files changed +115
-0
lines changed
2 files changed +115
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "schema_version" : " 1.3.1" ,
3
+ "id" : " GO-2024-3331" ,
4
+ "modified" : " 0001-01-01T00:00:00Z" ,
5
+ "published" : " 0001-01-01T00:00:00Z" ,
6
+ "aliases" : [
7
+ " CVE-2024-55885" ,
8
+ " GHSA-9j3m-fr7q-jxfw"
9
+ ],
10
+ "summary" : " Beego has Collision Hazards of MD5 in Cache Key Filenames in github.com/beego/beego" ,
11
+ "details" : " Beego has Collision Hazards of MD5 in Cache Key Filenames in github.com/beego/beego" ,
12
+ "affected" : [
13
+ {
14
+ "package" : {
15
+ "name" : " github.com/beego/beego" ,
16
+ "ecosystem" : " Go"
17
+ },
18
+ "ranges" : [
19
+ {
20
+ "type" : " SEMVER" ,
21
+ "events" : [
22
+ {
23
+ "introduced" : " 0"
24
+ }
25
+ ]
26
+ }
27
+ ],
28
+ "ecosystem_specific" : {}
29
+ },
30
+ {
31
+ "package" : {
32
+ "name" : " github.com/beego/beego/v2" ,
33
+ "ecosystem" : " Go"
34
+ },
35
+ "ranges" : [
36
+ {
37
+ "type" : " SEMVER" ,
38
+ "events" : [
39
+ {
40
+ "introduced" : " 0"
41
+ },
42
+ {
43
+ "fixed" : " 2.3.4"
44
+ }
45
+ ]
46
+ }
47
+ ],
48
+ "ecosystem_specific" : {
49
+ "imports" : [
50
+ {
51
+ "path" : " github.com/beego/beego/v2/client/cache" ,
52
+ "symbols" : [
53
+ " FileCache.Decr" ,
54
+ " FileCache.Delete" ,
55
+ " FileCache.Get" ,
56
+ " FileCache.GetMulti" ,
57
+ " FileCache.Incr" ,
58
+ " FileCache.IsExist" ,
59
+ " FileCache.Put" ,
60
+ " FileCache.getCacheFileName"
61
+ ]
62
+ }
63
+ ]
64
+ }
65
+ }
66
+ ],
67
+ "references" : [
68
+ {
69
+ "type" : " ADVISORY" ,
70
+ "url" : " https://github.com/beego/beego/security/advisories/GHSA-9j3m-fr7q-jxfw"
71
+ },
72
+ {
73
+ "type" : " FIX" ,
74
+ "url" : " https://github.com/beego/beego/commit/e7fa4835f71f47ab1d13afd638cebf661800d5a4"
75
+ }
76
+ ],
77
+ "database_specific" : {
78
+ "url" : " https://pkg.go.dev/vuln/GO-2024-3331" ,
79
+ "review_status" : " REVIEWED"
80
+ }
81
+ }
Original file line number Diff line number Diff line change
1
+ id : GO-2024-3331
2
+ modules :
3
+ - module : github.com/beego/beego
4
+ vulnerable_at : 1.12.14
5
+ - module : github.com/beego/beego/v2
6
+ versions :
7
+ - fixed : 2.3.4
8
+ vulnerable_at : 2.3.3
9
+ packages :
10
+ - package : github.com/beego/beego/v2/client/cache
11
+ symbols :
12
+ - FileCache.getCacheFileName
13
+ derived_symbols :
14
+ - FileCache.Decr
15
+ - FileCache.Delete
16
+ - FileCache.Get
17
+ - FileCache.GetMulti
18
+ - FileCache.Incr
19
+ - FileCache.IsExist
20
+ - FileCache.Put
21
+ summary : |-
22
+ Beego has Collision Hazards of MD5 in Cache Key Filenames in
23
+ github.com/beego/beego
24
+ cves :
25
+ - CVE-2024-55885
26
+ ghsas :
27
+ - GHSA-9j3m-fr7q-jxfw
28
+ references :
29
+ - advisory : https://github.com/beego/beego/security/advisories/GHSA-9j3m-fr7q-jxfw
30
+ - fix : https://github.com/beego/beego/commit/e7fa4835f71f47ab1d13afd638cebf661800d5a4
31
+ source :
32
+ id : GHSA-9j3m-fr7q-jxfw
33
+ created : 2024-12-13T10:08:52.048773-05:00
34
+ review_status : REVIEWED
You can’t perform that action at this time.
0 commit comments