Skip to content

Commit 2fbbe71

Browse files
1 parent 559d765 commit 2fbbe71

3 files changed

Lines changed: 138 additions & 52 deletions

File tree

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-c6r4-qjmw-cvj2",
4+
"modified": "2026-06-30T17:27:51Z",
5+
"published": "2026-05-26T13:30:50Z",
6+
"aliases": [
7+
"CVE-2026-43828"
8+
],
9+
"summary": "Apache Shiro sends sensitive cookies in HTTPS session without 'Secure' attribute",
10+
"details": "Default configurations of Apache Shiro send sensitive cookies in HTTPS session without 'Secure' attribute.\n\nThis issue affects Apache Shiro from 1.0 to 2.1.0, and 3.0.0-alpha-1.\n\nUsers are recommended to upgrade to version 2.1.1, or 3.0.0-alpha-2 or later, which fixes the issue.\n\nIn the affected versions, Shiro-native session manager, as well as Remember-Me manager sends JSESSIONID and rememberMe cookies without 'secure' attribute by default.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/RE:L/U:Amber"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.shiro:shiro-web"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.0.0-incubating"
29+
},
30+
{
31+
"fixed": "2.2.0"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.shiro:shiro-web"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "3.0.0-alpha-1"
48+
},
49+
{
50+
"fixed": "3.0.0-alpha-2"
51+
}
52+
]
53+
}
54+
],
55+
"versions": [
56+
"3.0.0-alpha-1"
57+
]
58+
}
59+
],
60+
"references": [
61+
{
62+
"type": "ADVISORY",
63+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43828"
64+
},
65+
{
66+
"type": "PACKAGE",
67+
"url": "https://github.com/apache/shiro"
68+
},
69+
{
70+
"type": "WEB",
71+
"url": "https://shiro.apache.org/security-reports.html#cve_2026_43828"
72+
},
73+
{
74+
"type": "WEB",
75+
"url": "http://www.openwall.com/lists/oss-security/2026/05/25/7"
76+
}
77+
],
78+
"database_specific": {
79+
"cwe_ids": [
80+
"CWE-614"
81+
],
82+
"severity": "MODERATE",
83+
"github_reviewed": true,
84+
"github_reviewed_at": "2026-06-30T17:27:51Z",
85+
"nvd_published_at": "2026-05-25T21:16:34Z"
86+
}
87+
}

advisories/unreviewed/2026/05/GHSA-fcvm-3cpj-f9qx/GHSA-fcvm-3cpj-f9qx.json renamed to advisories/github-reviewed/2026/05/GHSA-fcvm-3cpj-f9qx/GHSA-fcvm-3cpj-f9qx.json

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,71 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-fcvm-3cpj-f9qx",
4-
"modified": "2026-05-28T15:39:39Z",
4+
"modified": "2026-06-30T17:26:23Z",
55
"published": "2026-05-26T13:30:50Z",
66
"aliases": [
77
"CVE-2026-43827"
88
],
9+
"summary": "Apache Shiro has a session fixation vulnerability",
910
"details": "Default configurations of Apache Shiro have a session fixation vulnerability.\n\nThis issue affects Apache Shiro from 1.0 to 2.1.0, and 3.0.0-alpha-1.\n\nUsers are recommended to upgrade to version 2.1.1, or 3.0.0-alpha-2 or later, which fixes the issue.\n\nIn the affected versions, when a session already exists, it is not invalidated upon successful login, nor is a new session being generated with a new ID.",
1011
"severity": [
1112
{
12-
"type": "CVSS_V3",
13-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/RE:L/U:Amber"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.shiro:shiro-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.0.0-incubating"
29+
},
30+
{
31+
"fixed": "2.2.0"
32+
}
33+
]
34+
}
35+
]
1436
},
1537
{
16-
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:X/RE:L/U:Amber"
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.shiro:shiro-core"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "3.0.0-alpha-1"
48+
},
49+
{
50+
"fixed": "3.0.0-alpha-2"
51+
}
52+
]
53+
}
54+
],
55+
"versions": [
56+
"3.0.0-alpha-1"
57+
]
1858
}
1959
],
20-
"affected": [],
2160
"references": [
2261
{
2362
"type": "ADVISORY",
2463
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43827"
2564
},
65+
{
66+
"type": "PACKAGE",
67+
"url": "https://github.com/apache/shiro"
68+
},
2669
{
2770
"type": "WEB",
2871
"url": "https://shiro.apache.org/security-reports.html#cve_2026_43827"
@@ -37,8 +80,8 @@
3780
"CWE-384"
3881
],
3982
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
83+
"github_reviewed": true,
84+
"github_reviewed_at": "2026-06-30T17:26:23Z",
4285
"nvd_published_at": "2026-05-25T21:16:34Z"
4386
}
4487
}

advisories/unreviewed/2026/05/GHSA-c6r4-qjmw-cvj2/GHSA-c6r4-qjmw-cvj2.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)