Skip to content

Commit 2ad3d02

Browse files
1 parent 70baf99 commit 2ad3d02

File tree

4 files changed

+281
-0
lines changed

4 files changed

+281
-0
lines changed
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-4jvf-wx3f-2x8q",
4+
"modified": "2025-11-13T22:22:07Z",
5+
"published": "2025-11-13T22:22:07Z",
6+
"aliases": [
7+
"CVE-2025-12967"
8+
],
9+
"summary": "AWS Advanced Python Wrapper: Privilege Escalation in Aurora PostgreSQL instance ",
10+
"details": "### Description of Vulnerability:\n\nAn issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to rds_superuser role. A low privilege authenticated user can create a crafted function that could be executed with permissions of other Amazon Relational Database Service (RDS) users.\n\nAWS recommends customers upgrade to the following versions: AWS Python Wrapper to v1.4.0\n\n\n### Source of Vulnerability Report: \nAllistair Ishmael Hakim <[email protected]>\n\n\n### Affected products & versions: \nAWS Python Wrapper < 1.4.0\n\n\n### Platforms: \nMacOS/Windows/Linux",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "PyPI",
25+
"name": "aws_advanced_python_wrapper"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "1.4.0"
36+
}
37+
]
38+
}
39+
]
40+
}
41+
],
42+
"references": [
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/aws/aws-advanced-go-wrapper/security/advisories/GHSA-7wq2-32h4-9hc9"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/aws/aws-advanced-jdbc-wrapper/security/advisories/GHSA-7xw4-g7mm-r4hh"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/aws/aws-advanced-python-wrapper/security/advisories/GHSA-4jvf-wx3f-2x8q"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/aws/aws-pgsql-odbc/security/advisories/GHSA-q327-fgm8-7mxf"
58+
},
59+
{
60+
"type": "ADVISORY",
61+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12967"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://github.com/aws/aws-advanced-python-wrapper/pull/1007"
66+
},
67+
{
68+
"type": "WEB",
69+
"url": "https://aws.amazon.com/security/security-bulletins/AWS-2025-028"
70+
},
71+
{
72+
"type": "PACKAGE",
73+
"url": "https://github.com/aws/aws-advanced-python-wrapper"
74+
},
75+
{
76+
"type": "WEB",
77+
"url": "https://github.com/aws/aws-advanced-python-wrapper/releases/tag/1.4.0"
78+
}
79+
],
80+
"database_specific": {
81+
"cwe_ids": [
82+
"CWE-470"
83+
],
84+
"severity": "HIGH",
85+
"github_reviewed": true,
86+
"github_reviewed_at": "2025-11-13T22:22:07Z",
87+
"nvd_published_at": "2025-11-10T18:16:06Z"
88+
}
89+
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7wq2-32h4-9hc9",
4+
"modified": "2025-11-13T22:22:34Z",
5+
"published": "2025-11-13T22:22:34Z",
6+
"aliases": [],
7+
"summary": "AWS Advanced Go Wrapper: Privilege Escalation in Aurora PostgreSQL Instance",
8+
"details": "### Description of Vulnerability: \nAn issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to rds_superuser role. A low privilege authenticated user can create a crafted function that could be executed with permissions of other Amazon Relational Database Service (RDS) users.\n\nAWS recommends customers upgrade to the following versions: AWS Go Wrapper to 2025-10-17.\n\n\n### Source of Vulnerability Report: \nAllistair Ishmael Hakim [[email protected]](mailto:[email protected])\n\n\n### Affected products & versions: \nAWS Go Wrapper < 2025-10-17.\n\n\n### Platforms:\n MacOS/Windows/Linux",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Go",
19+
"name": "github.com/aws/aws-advanced-go-wrapper/awssql"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "1.1.1"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/aws/aws-advanced-go-wrapper/security/advisories/GHSA-7wq2-32h4-9hc9"
40+
},
41+
{
42+
"type": "WEB",
43+
"url": "https://github.com/aws/aws-advanced-go-wrapper/pull/270"
44+
},
45+
{
46+
"type": "WEB",
47+
"url": "https://github.com/aws/aws-advanced-go-wrapper/commit/7b405f95fe71db644cd8336ba5fa28b41e89d03e"
48+
},
49+
{
50+
"type": "PACKAGE",
51+
"url": "https://github.com/aws/aws-advanced-go-wrapper"
52+
}
53+
],
54+
"database_specific": {
55+
"cwe_ids": [
56+
"CWE-470"
57+
],
58+
"severity": "HIGH",
59+
"github_reviewed": true,
60+
"github_reviewed_at": "2025-11-13T22:22:34Z",
61+
"nvd_published_at": null
62+
}
63+
}
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7xw4-g7mm-r4hh",
4+
"modified": "2025-11-13T22:22:28Z",
5+
"published": "2025-11-13T22:22:28Z",
6+
"aliases": [],
7+
"summary": "Amazon Web Services Advanced JDBC Wrapper: Privilege Escalation in Aurora PostgreSQL instance",
8+
"details": "### Description of Vulnerability:\nAn issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to rds_superuser role. A low privilege authenticated user can create a crafted function that could be executed with permissions of other Amazon Relational Database Service (RDS) users.\n\nAWS recommends for customers to upgrade to the following versions: AWS JDBC Wrapper to v2.6.5 or greater.\n\n\n### Source of Vulnerability Report: \nAllistair Ishmael Hakim [[email protected]](mailto:[email protected])\n\n\n### Affected products & versions: \nAWS JDBC Wrapper < 2.6.5\n\n### Platforms: \nMacOS/Windows/Linux",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Maven",
19+
"name": "software.amazon.jdbc:aws-advanced-jdbc-wrapper"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "2.6.5"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 2.6.4"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/aws/aws-advanced-jdbc-wrapper/security/advisories/GHSA-7xw4-g7mm-r4hh"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/aws/aws-advanced-jdbc-wrapper/commit/b62183b851fa46f891f9fe9c861e9ac2fb7d8b62"
47+
},
48+
{
49+
"type": "PACKAGE",
50+
"url": "https://github.com/aws/aws-advanced-jdbc-wrapper"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/aws/aws-advanced-jdbc-wrapper/releases/tag/2.6.5"
55+
}
56+
],
57+
"database_specific": {
58+
"cwe_ids": [
59+
"CWE-470"
60+
],
61+
"severity": "HIGH",
62+
"github_reviewed": true,
63+
"github_reviewed_at": "2025-11-13T22:22:28Z",
64+
"nvd_published_at": null
65+
}
66+
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8wj8-cfxr-9374",
4+
"modified": "2025-11-13T22:22:37Z",
5+
"published": "2025-11-13T22:22:37Z",
6+
"aliases": [],
7+
"summary": "AWS Advanced NodeJS Wrapper: Privilege Escalation in Aurora PostgreSQL instance",
8+
"details": "### Description of Vulnerability: \nAn issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to rds_superuser role. A low privilege authenticated user can create a crafted function that could be executed with permissions of other Amazon Relational Database Service (RDS) users.\n\nAWS recommends that customers upgrade to the following version: AWS NodeJS Wrapper to v2.0.1.\n\n\n### Source of Vulnerability Report:\nAllistair Ishmael Hakim [[email protected]](mailto:[email protected])\n\n\n### Affected products & versions: \nAWS NodeJS Wrapper < 2.0.1.\n\n\n### Platforms: \nMacOS/Windows/Linux",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "npm",
19+
"name": "aws-advanced-nodejs-wrapper"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "2.0.1"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/aws/aws-advanced-nodejs-wrapper/security/advisories/GHSA-8wj8-cfxr-9374"
40+
},
41+
{
42+
"type": "WEB",
43+
"url": "https://github.com/aws/aws-advanced-nodejs-wrapper/pull/574"
44+
},
45+
{
46+
"type": "PACKAGE",
47+
"url": "https://github.com/aws/aws-advanced-nodejs-wrapper"
48+
},
49+
{
50+
"type": "WEB",
51+
"url": "https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/2.0.1"
52+
}
53+
],
54+
"database_specific": {
55+
"cwe_ids": [
56+
"CWE-470"
57+
],
58+
"severity": "HIGH",
59+
"github_reviewed": true,
60+
"github_reviewed_at": "2025-11-13T22:22:37Z",
61+
"nvd_published_at": null
62+
}
63+
}

0 commit comments

Comments
 (0)