Latest GitLab vulnerabilities: CVE-2026-19478 and CVE-2026-19650 #

GitLab disclosed two vulnerabilities affect certain self-managed versions of GitLab CE and EE.

  • CVE-2026-19478: A code injection vulnerability via a GraphQL directive. Successful exploitation allows a remote, unauthenticated attacker to modify or delete public projects and user data. The vulnerability has been designated CVE-2026-19478 and has been rated high with a CVSS score of 9.4.
  • CVE-2026-19650: A Cross-Site Request Forgery (CSRF) vulnerability in the GraphQL multiplex query handler. Improper request validation allows a remote, unauthenticated attacker to execute arbitrary GraphQL mutations via standard GET requests. The vulnerability has been designated CVE-2026-19650 and has been rated high with a CVSS score of 7.1.

    The following versions are affected

    • GitLab CE & EE 18.x: Versions 18.2 through 18.11.10
    • GitLab CE & EE 19.0.x: Versions 19.0 through 19.0.7
    • GitLab CE & EE 19.1.x: Versions 19.1 through 19.1.5
    • GitLab CE & EE 19.2.x: Versions 19.2 through 19.2.3

    What are GitLab Community Edition (CE) and Enterprise Edition (EE)? #

    GitLab Community Edition (CE) provides core Git repository management and CI/CD pipelines, while Enterprise Edition (EE) includes all CE capabilities alongside advanced security, compliance, and enterprise scalability features.

        What is the impact? #

        Successful exploitation of these vulnerabilities would allow a remote, unauthenticated attacker to tamper with or delete public projects and user data, or force authenticated users into executing unauthorized state-changing actions across affected instances.

        Are updates or workarounds available? #

        Users are encouraged to update to the latest version as quickly as possible:

        • GitLab CE & EE 18.x: Upgrade to version 18.11.11 or later.
        • GitLab CE & EE 19.0.x: Upgrade to version 19.0.8 or later.
        • GitLab CE & EE 19.1.x: Upgrade to version 19.1.6 or later.
        • GitLab CE & EE 19.2.x: Upgrade to version 19.2.4 or later.

          How to find potentially vulnerable systems with runZero #

          From the Software Inventory, use the following query to locate systems running potentially vulnerable software:

          vendor:="GitLab" AND product:="GitLab"

          March 2025: CVE-2025-25291 and CVE-2025-25292 #

          GitLab has issued critical patch releases to resolve another Security Assertion Markup Language (SAML) authentication bypass vulnerability that affects self-hosted instances of both GitLab Community Edition (CE) and Enterprise Edition (EE). The vulnerability isn't specific to GitLab however. The root issue resides within an open source Ruby library that GitLab uses to handle SAML authentication requests.

          CVE-2025-25291 and CVE-2025-25292 are rated critical with CVSS score of 8.8, and potentially allows for an attacker to bypass SAML authentication.

          What is the impact? #

          According to GitLab, successful exploitation of this vulnerability allows for an attacker to gain access to a self-hosted GitLab instance, if configured to provide authentication using SAML. They have also noted that an attacker would need to have "comprised a valid user account to perform the authentication bypass".

          Are updates or workarounds available? #

          For customers running self-hosted instances of GitLab, patches are available for download through their website. GitLab is advising customers running self-hosted instances to "upgrade to the latest version as soon as possible". If unable to patch the systems, the security advisory also includes mitigation instructions, which consist of enabling two-factor authentication and disabling the SAML two-factor bypass settings within GitLab. They also recommend requiring "admin approval for automatically created new users".

          For more information, refer to the Security fixes of the patch release linked above.

          For customers subscribed to GitLab's SaaS product (gitlab.com), no additional action is required.

          How to find potentially vulnerable systems with runZero #

          From the Software Inventory, use the following query to locate systems running potentially vulnerable software:

          product:gitlab and ((version:>17.9 and version:<17.9.2) or (version:>17.8 and version:<17.8.5) or (version:>17.7 and version:<17.7.7))

          September 17, 2024 (CVE-2024-45409) #

          GitLab has issued a critical patch release to resolve a Security Assertion Markup Language (SAML) authentication bypass vulnerability that affects self-hosted instances of both GitLab Community Edition (CE) and Enterprise Edition (EE). The vulnerability isn't specific to GitLab however. The root issue resides within two open source Ruby libraries that GitLab uses to handle SAML authentication requests.

          CVE-2024-45409 is rated critical with CVSS score of 10.0, and potentially allows for an attacker to bypass SAML authentication.

          What is the impact? #

          According to GitLab, successful exploitation of this vulnerability allows for an unauthenticated attacker to gain access to a self-hosted GitLab instance, if configured to provide authentication using SAML.

          Are updates or workarounds available? #

          For customers running self-hosted instances of GitLab, patches are available for download through their website. GitLab is advising customers running self-hosted instances to "upgrade to the latest version as soon as possible". If unable to patch the systems, the security advisory also includes mitigation instructions, which consist of enabling two-factor authentication and disabling the SAML two-factor bypass settings within GitLab. For more information, refer to the Security fixes of the patch release linked above.

          For customers subscribed to GitLab's SaaS product (gitlab.com), no additional action is required.

          How to find potentially vulnerable systems with runZero #

          From the Asset Inventory, use the following query to locate systems running potentially vulnerable software:

          product:gitlab

          September 11, 2024 (CVE-2024-6678) #

          On September 11, GitLab has issued a patch release for seventeen vulnerabilities that affect both GitLab Community Edition (CE) and Enterprise Edition (EE).

          CVE-2024-6678 is rated critical with CVSS score of 9.9, and potentially allows for unauthorized resource access by an attacker.

          In addition to the critical CVE, three high-severity vulnerabilities were also disclosed in the patch release.

          • CVE-2024-8640 is rated high with CVSS score of 8.5, which can lead to the remote execution of arbitrary code.

          • CVE-2024-8635 is rated high with CVSS score of 7.7, which can result in unauthorized access to resources.

          • CVE-2024-8124 is rated high with CVSS score of 7.5, which can result in a Denial of Service.

          What is the impact? #

          According to GitLab, successful exploitation of this vulnerability allows for an attacker to "trigger a pipeline as an arbitrary user under certain circumstances".

          Are updates or workarounds available? #

          For customers running self-hosted instances of GitLab, patches are available for download through their website. For customers already subscribed to GitLab's SaaS product (gitlab.com), no additional action is required.

          How to find potentially vulnerable systems with runZero #

          From the Asset Inventory, use the following query to locate systems running potentially vulnerable software:

          product:gitlab

          February 2022 (CVE-2022-0735) #

          The development team at GitLab issued a new critical security release that patches seven recently-disclosed vulnerabilities in GitLab software. Reported by customers, security researchers, and GitLab team members, these vulnerabilities are located in various components of the software and affect both GitLab Community and Enterprise editions:

          • CVE-2022-0735 (CVSS "critical" score of 9.6) - Unauthorized users can steal runner registration tokens via quick actions commands
          • CVE-2022-0549 (CVSS "medium" score of 6.5) - Unprivileged users can add other users to groups via the API
          • CVE-2022-0751 (CVSS "medium" score of 6.5) - snippet content can be manipulated to display inaccurate/misleading data from an unauthorized user
          • CVE-2022-0741 (CVSS "medium" score of 5.8) - Environment variables can be leaked via sendmail
          • CVE-2021-4191 (CVSS "medium" score of 5.3) - User enumeration of private GitLab instances (with restricted sign-ups) can be possible by unauthenticated users via the GraphQL API
          • CVE-2022-0738 (CVSS "medium" score of 4.2) - User passwords can be leaked when adding pull mirrors with SSH credentials
          • CVE-2022-0489 (CVSS "low" score of 3.5) - A denial-of-service condition can be trigger by using the math feature with a specific formula in issue comments

          Is an update available? #

          To avoid possible exploitation of the above vulnerabilities, GitLab recommends all admins update to GitLab versions 14.8.2, 14.7.4, and 14.6.5 for Community Edition (CE) and Enterprise Edition (EE) installations. If upgrading instances isn't viable in the near-term, GitLab does provide a hotpatch for the runner token disclosure vulnerability–the most severe vulnerability of the bunch–for a number of GitLab versions, suitable as a temporary mitigation until a full update can be performed.

          How do I find potentially vulnerable GitLab instances with runZero? #

          From the Asset Inventory, use the following pre-built query to locate GitLab assets within your network that are potentially vulnerable:

          product:gitlab
          Find GitLab instances

          As always, any prebuilt queries we create are available from our Queries Library. Check out the library for other useful inventory queries.

          Written by runZero Team

          Great research and development is a team effort! Multiple runZero team members collaborated on this post. Go team!

          More about runZero Team

          Written by Matthew Kienow

          Matthew Kienow is a software engineer and security researcher. Matthew previously worked on the Recog recognition framework, AttackerKB as well as Metasploit's MSF 5 APIs. He has also designed, built, and successfully deployed many secure software solutions; however, often he enjoys breaking them instead. He has presented his research at various security conferences including DerbyCon, Hack In Paris, and CarolinaCon. His research has been cited by CSO, Threatpost and SC Magazine.

          More about Matthew Kienow
          Subscribe Now

          Get the latest news and expert insights delivered in your inbox.

          Welcome to the club! Your subscription to our newsletter is successful.

          Explore more runZero

          Product
          runZero 5.1 is here: Secure AI workflows, enhanced integrations, and expanded autonomous discovery
          runZero 5.1 takes on the heavy lifting across five key areas, enabling you to unmask and remediate exposures with less friction and more speed.
          Podcasts
          Know Your Adversary with HD Moore
          runZero CEO HD Moore breaks down the myth of air-gapped networks, the impact of AI on security, and why asset connectivity is everything.
          runZero Perspective
          BOD 26-04: A new era of prioritized remediation
          A complete breakdown of CISA's BOD 26-04 directive. Learn how the shift to SSVC, risk-based KEV prioritization, and 3-day remediation impacts your...
          runZero Perspective
          Dawn of the apex agentic adversary
          When agentic AI can weaponize exploits in seconds, visibility is everything. Stop the predator with runZero’s exposure management for the AI-attack...
          Webcasts
          runZero Hour, Ep. 33: Hacker Summer Camp: we survived the Vegas heat (and the bugs)
          In this post-Hacker Summer Camp recap, the runZero team break down the research, tools, and trends discussed at BSides Las Vegas, Black Hat and DEF...
          Podcasts
          The Internet's biggest point of failure
          Join Tod Beardsley on Secure & Scale as he explores the future of vulnerability management, CVE fragmentation, and how AI is changing security...
          Webcasts
          Mind the gaps: securing the modern IT/OT attack surface
          In this webcast, HD Moore and GigaOm Analyst Chris Ray discuss key methods for hardening OT defenses and share insights from the new OT report.
          Webcasts
          runZero Hour, Ep. 32: AI-pocalypse now? Why the 2026 DBIR is actually good news
          In this episode of runZero Hour, Tod Beardsley, Brianna Cluck, and Verizon's Alex Pinto broke down 2026 DBIR trends, AI threats, and runZero 5.0.

          See Results in Minutes

          See & secure your total attack surface. Even the unknowns & unmanageable.