forked from CVEProject/cvelistV5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 new CVEs: CVE-2025-1540 - 1 updated CVEs: CVE-2024-12297
- Loading branch information
cvelistV5 Github Action
committed
Mar 6, 2025
1 parent
32af103
commit 23e643e
Showing
2 changed files
with
253 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.1", | ||
"cveMetadata": { | ||
"cveId": "CVE-2025-1540", | ||
"assignerOrgId": "ceab7361-8a18-47b1-92ba-4d7d25f6715a", | ||
"state": "PUBLISHED", | ||
"assignerShortName": "GitLab", | ||
"dateReserved": "2025-02-21T09:02:14.816Z", | ||
"datePublished": "2025-03-06T08:31:07.791Z", | ||
"dateUpdated": "2025-03-06T08:31:07.791Z" | ||
}, | ||
"containers": { | ||
"cna": { | ||
"title": "Incorrect Authorization in GitLab", | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "An issue has been discovered in GitLab CE/EE for Self-Managed and Dedicated instances affecting all versions from 17.5 prior to 17.6.5, 17.7 prior to 17.7.4, and 17.8 prior to 17.8.2. It was possible for a user added as an External to read and clone internal projects under certain circumstances.\"" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"vendor": "GitLab", | ||
"product": "GitLab", | ||
"repo": "git://[email protected]:gitlab-org/gitlab.git", | ||
"cpes": [ | ||
"cpe:2.3:a:gitlab:gitlab:*:*:*:*:*:*:*:*" | ||
], | ||
"versions": [ | ||
{ | ||
"version": "17.5", | ||
"status": "affected", | ||
"lessThan": "17.6.5", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "17.7", | ||
"status": "affected", | ||
"lessThan": "17.7.4", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "17.8", | ||
"status": "affected", | ||
"lessThan": "17.8.2", | ||
"versionType": "semver" | ||
} | ||
], | ||
"defaultStatus": "unaffected" | ||
} | ||
], | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"description": "CWE-863: Incorrect Authorization", | ||
"cweId": "CWE-863", | ||
"type": "CWE" | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"url": "https://gitlab.com/gitlab-org/gitlab/-/issues/512765", | ||
"name": "GitLab Issue #512765", | ||
"tags": [ | ||
"issue-tracking", | ||
"permissions-required" | ||
] | ||
}, | ||
{ | ||
"url": "https://about.gitlab.com/releases/2025/02/12/patch-release-gitlab-17-8-2-released/#saml-authentication-misconfigures-external-user-attribute" | ||
} | ||
], | ||
"metrics": [ | ||
{ | ||
"format": "CVSS", | ||
"scenarios": [ | ||
{ | ||
"lang": "en", | ||
"value": "GENERAL" | ||
} | ||
], | ||
"cvssV3_1": { | ||
"version": "3.1", | ||
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", | ||
"attackVector": "NETWORK", | ||
"attackComplexity": "HIGH", | ||
"privilegesRequired": "LOW", | ||
"userInteraction": "NONE", | ||
"scope": "UNCHANGED", | ||
"confidentialityImpact": "LOW", | ||
"integrityImpact": "NONE", | ||
"availabilityImpact": "NONE", | ||
"baseScore": 3.1, | ||
"baseSeverity": "LOW" | ||
} | ||
} | ||
], | ||
"solutions": [ | ||
{ | ||
"lang": "en", | ||
"value": "Upgrade to version 17.8.2, 17.7.4 or 17.6.5." | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"lang": "en", | ||
"value": "Thanks [Renato Alves](https://gitlab.com/unode) for reporting this vulnerability.", | ||
"type": "finder" | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "ceab7361-8a18-47b1-92ba-4d7d25f6715a", | ||
"shortName": "GitLab", | ||
"dateUpdated": "2025-03-06T08:31:07.791Z" | ||
} | ||
} | ||
} | ||
} |