Vulnerability from csaf_ncscnl
Published
2024-05-27 11:26
Modified
2024-05-27 11:26
Summary
Kwetsbaarheden verholpen in GitLab Enterprise Edition en Community Edition
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
GitLab heeft kwetsbaarheden verholpen in Enterprise Edition (EE) en Community Edition (CE).
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of via een Cross-Site-Scripting-aanval (XSS) gevoelige gegevens te verzamelen om accounts over te nemen.
Oplossingen
GitLab heeft updates uitgebracht om de kwetsbaarheden te verhelpen in GitLab EE en CE 17.0.1, 16.11.3 en 16.10.6. Zie bijgevoegde referenties voor meer informatie.
https://about.gitlab.com/releases/2024/05/22/patch-release-gitlab-17-0-1-released/
Kans
medium
Schade
high
CWE-284
Improper Access Control
CWE-352
Cross-Site Request Forgery (CSRF)
CWE-400
Uncontrolled Resource Consumption
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "GitLab heeft kwetsbaarheden verholpen in Enterprise Edition (EE) en Community Edition (CE).", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of via een Cross-Site-Scripting-aanval (XSS) gevoelige gegevens te verzamelen om accounts over te nemen.", "title": "Interpretaties" }, { "category": "description", "text": "GitLab heeft updates uitgebracht om de kwetsbaarheden te verhelpen in GitLab EE en CE 17.0.1, 16.11.3 en 16.10.6. Zie bijgevoegde referenties voor meer informatie.\n\nhttps://about.gitlab.com/releases/2024/05/22/patch-release-gitlab-17-0-1-released/", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - ncscclear", "url": "https://about.gitlab.com/releases/2024/05/22/patch-release-gitlab-17-0-1-released/" } ], "title": "Kwetsbaarheden verholpen in GitLab Enterprise Edition en Community Edition", "tracking": { "current_release_date": "2024-05-27T11:26:30.888877Z", "id": "NCSC-2024-0237", "initial_release_date": "2024-05-27T11:26:30.888877Z", "revision_history": [ { "date": "2024-05-27T11:26:30.888877Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "gitlab", "product": { "name": "gitlab", "product_id": "CSAFPID-968946", "product_identification_helper": { "cpe": "cpe:2.3:a:gitlab:gitlab:16.10.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "gitlab", "product": { "name": "gitlab", "product_id": "CSAFPID-968947", "product_identification_helper": { "cpe": "cpe:2.3:a:gitlab:gitlab:16.11.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "gitlab", "product": { "name": "gitlab", "product_id": "CSAFPID-968796", "product_identification_helper": { "cpe": "cpe:2.3:a:gitlab:gitlab:17.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "gitlab" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-6502", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-968796" ] }, "references": [ { "category": "self", "summary": "CVE-2023-6502", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6502.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-968796" ] } ], "title": "CVE-2023-6502" }, { "cve": "CVE-2023-7045", "cwe": { "id": "CWE-352", "name": "Cross-Site Request Forgery (CSRF)" }, "notes": [ { "category": "other", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" } ], "product_status": { "known_affected": [ "CSAFPID-968796" ] }, "references": [ { "category": "self", "summary": "CVE-2023-7045", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-7045.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-968796" ] } ], "title": "CVE-2023-7045" }, { "cve": "CVE-2024-1947", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-968796" ] }, "references": [ { "category": "self", "summary": "CVE-2024-1947", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1947.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-968796" ] } ], "title": "CVE-2024-1947" }, { "cve": "CVE-2024-2874", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-968796" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2874", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2874.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-968796" ] } ], "title": "CVE-2024-2874" }, { "cve": "CVE-2024-4835", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-968796" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4835", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4835.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-968796" ] } ], "title": "CVE-2024-4835" }, { "cve": "CVE-2024-5258", "cwe": { "id": "CWE-639", "name": "Authorization Bypass Through User-Controlled Key" }, "notes": [ { "category": "other", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" } ], "product_status": { "known_affected": [ "CSAFPID-968796" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5258", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5258.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-968796" ] } ], "title": "CVE-2024-5258" }, { "cve": "CVE-2024-5318", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-968796" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5318", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5318.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.0, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-968796" ] } ], "title": "CVE-2024-5318" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.