Skip to content

Commit ff6d6df

Browse files
authored
Update security vulnerability description in release notes (#57283)
1 parent 17a7b64 commit ff6d6df

File tree

1 file changed

+1
-1
lines changed
  • data/release-notes/enterprise-server/3-14

1 file changed

+1
-1
lines changed

data/release-notes/enterprise-server/3-14/17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ date: '2025-08-25'
22
sections:
33
security_fixes:
44
- |
5-
**HIGH:** An improper access control vulnerability was identified that allowed authenticated users to obtain code content from private repositories they did not have permission to access. If a user knew the names of a private repository and its branches, tags, or commit SHAs, they could use the compare/diff functionality to retrieve code from those repositories without authorization. Exploiting this vulnerability also required the attacker to have legitimate access to another repository within the same fork network. This vulnerability has been assigned [CVE-2025-8447](https://www.cve.org/cverecord?id=CVE-2025-8447) and was reported through the [GitHub Bug Bounty program](https://bounty.github.com/).
5+
**HIGH:** An improper access control vulnerability was identified in GitHub Enterprise Server that allowed users with access to any repository to retrieve limited code content from another repository by creating a diff between the repositories. To exploit this vulnerability, an attacker needed to know the name of a private repository along with its branches, tags, or commit SHAs that they could use to trigger compare/diff functionality and retrieve limited code without proper authorization. This vulnerability has been assigned [CVE-2025-8447](https://www.cve.org/cverecord?id=CVE-2025-8447) and was reported through the [GitHub Bug Bounty program](https://bounty.github.com/).
66
- |
77
Packages have been updated to the latest security versions.
88
- |

0 commit comments

Comments
 (0)