Skip to content

Commit 5488b3b

Browse files
1 parent b9969fc commit 5488b3b

File tree

2 files changed

+138
-0
lines changed

2 files changed

+138
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-63wh-p5fx-h4vc",
4+
"modified": "2025-10-09T22:29:33Z",
5+
"published": "2025-10-09T22:29:33Z",
6+
"aliases": [
7+
"CVE-2025-10281"
8+
],
9+
"summary": "BBOT's git_clone.py can expose users' GitHub API keys to an attacker-controlled webserver",
10+
"details": "### Summary\n\nDue to unsafe URL handling, bbot's `git_clone.py` can be made to leak a user's github.com API key to an attacker-controlled webserver.\n\n### Impact\n\nA user who has placed their github.com API key in the configuration for any of the following modules:\n\n* `github_codesearch`\n* `github_workflows`\n* `gitlab`\n* `git_clone`\n* `github_usersearch`\n* `github_org`\n\nmay leak it to an untrustworthy server.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "bbot"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.7.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/blacklanternsecurity/bbot/security/advisories/GHSA-63wh-p5fx-h4vc"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-10281"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/blacklanternsecurity/bbot/commit/0ede97fa887de33fcfd1378b4213a09c21dc6140"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://blog.blacklanternsecurity.com/p/bbot-security-advisory-gitdumper"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/blacklanternsecurity/bbot"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-200"
63+
],
64+
"severity": "MODERATE",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-10-09T22:29:33Z",
67+
"nvd_published_at": "2025-10-09T16:15:42Z"
68+
}
69+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-h6m2-r6h9-4c44",
4+
"modified": "2025-10-09T22:29:46Z",
5+
"published": "2025-10-09T22:29:46Z",
6+
"aliases": [
7+
"CVE-2025-10283"
8+
],
9+
"summary": "BBOT's insufficient sanitization issues in gitdumper.py can lead to RCE",
10+
"details": "### Summary\n\nbbot's `gitdumper.py` insufficiently sanitises a `.git/config` file, leading to Remote Code Execution (RCE).\n\nbbot's `gitdumper.py` can be made to consume a malicious `.git/index` file, leading to arbitrary file write which can be used to achieve Remote Code Execution (RCE).\n\n### Impact\n\nA user who uses bbot to scan a malicious webserver may have arbitrary code executed on their system.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "bbot"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.7.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/blacklanternsecurity/bbot/security/advisories/GHSA-h6m2-r6h9-4c44"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-10283"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/blacklanternsecurity/bbot/commit/0ede97fa887de33fcfd1378b4213a09c21dc6140"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://blog.blacklanternsecurity.com/p/bbot-security-advisory-gitdumper"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/blacklanternsecurity/bbot"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-22"
63+
],
64+
"severity": "CRITICAL",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-10-09T22:29:46Z",
67+
"nvd_published_at": "2025-10-09T16:15:43Z"
68+
}
69+
}

0 commit comments

Comments
 (0)