Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2782+ Articles
166+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. GitLab EE Patches CVSS 9.9 Duo Chat Flaw Exposing Search Credentials
GitLab EE Patches CVSS 9.9 Duo Chat Flaw Exposing Search Credentials

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-87719

GitLab EE Patches CVSS 9.9 Duo Chat Flaw Exposing Search Credentials

A crafted GraphQL subscription lets an authenticated Duo Chat user bypass serialization and steal Advanced Search credentials in GitLab EE.

Dylan H.

Security Team

September 12, 2026
4 min read

Affected Products

  • GitLab EE 18.3 and later, before 19.1.8
  • GitLab EE 19.2 and later, before 19.2.6
  • GitLab EE 19.3 and later, before 19.3.2

Executive Summary

GitLab has shipped an emergency patch for CVE-2026-87719, a critical information-disclosure flaw in GitLab Enterprise Edition rated CVSS 9.9. Under certain conditions, an authenticated user with Duo Chat access can send a specially crafted GraphQL subscription argument that bypasses the platform's serialization logic and performs an unintended server-side object lookup — surfacing Advanced Search instance configuration data and sensitive credentials that should never leave the server.

CVSS Score: 9.9 (Critical)

The vulnerability was reported through GitLab's HackerOne bug bounty program and fixed in versions 19.1.8, 19.2.6, and 19.3.2, released September 10, 2026. GitLab.com has already received the patch; GitLab Dedicated customers do not need to take action.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-87719
CVSS Score9.9 (Critical)
TypeInsecure Deserialization / Information Disclosure (CWE-502)
Attack VectorNetwork
Privileges RequiredLow (authenticated user with Duo Chat access)
User InteractionNone
ImpactConfidentiality, Integrity, Availability — all High

The root cause sits in the GraphQL subscription serializer used by Duo Chat when it queries Advanced Search state. A malformed subscription argument subverts the expected serialization flow and lets the server resolve an object it should have refused to return, leaking Advanced Search configuration values and embedded credentials to the requesting user.


Affected Versions

BranchAffected RangeFixed Version
19.118.3 ≤ version < 19.1.819.1.8
19.219.2 ≤ version < 19.2.619.2.6
19.319.3 ≤ version < 19.3.219.3.2

Related Fixes in the Same Release

GitLab's September 10 security release bundled two other notable issues alongside CVE-2026-87719:

CVECVSSDescription
CVE-2026-8570610.0Unauthenticated path traversal in the repository commits API, allowing arbitrary file read from the GitLab server
CVE-2026-88765HighBuffer overflow in the Unicode conversion wrapper used during Advanced Search indexing, reachable via a malicious project export import, potentially yielding RCE

Researchers have already observed active reconnaissance/probing traffic against CVE-2026-85706. CVE-2026-87719 had not been confirmed as actively exploited at time of writing, but given the low bar (any Duo Chat user) and the value of the exposed credentials, exploitation attempts should be expected quickly.


Attack Vector

1. Attacker obtains or already holds a low-privileged account with Duo Chat access
2. Attacker crafts a GraphQL subscription request with a malicious argument
   targeting Advanced Search resolution logic
3. Vulnerable serializer bypasses expected validation and performs a
   server-side object lookup
4. Advanced Search instance configuration and embedded credentials are
   returned in the GraphQL response
5. Attacker reuses leaked credentials against the Advanced Search backend
   or pivots to further compromise

Immediate Remediation

Step 1: Upgrade Immediately

Upgrade self-managed instances to the fixed version for your branch:

# Example for the 19.3 branch
sudo gitlab-ctl reconfigure
sudo apt-get update && sudo apt-get install gitlab-ee=19.3.2-ee.0

Confirm the installed version:

gitlab-rake gitlab:env:info | grep "GitLab information"

Step 2: Rotate Advanced Search Credentials

Because the flaw discloses live configuration values, treat any Advanced Search (Elasticsearch/OpenSearch) credentials on affected instances as compromised:

  1. Rotate the Advanced Search connection credentials
  2. Rotate any API keys stored alongside that configuration
  3. Review Elasticsearch/OpenSearch access logs for unfamiliar source IPs

Step 3: Audit Duo Chat Access

  1. Review which users and groups currently hold Duo Chat access
  2. Restrict Duo Chat to users who genuinely need it until the patch is confirmed deployed
  3. Check GraphQL subscription logs for anomalous or malformed arguments

If Immediate Patching Is Not Possible

  1. Restrict Duo Chat access to a minimal trusted set of accounts
  2. Monitor GraphQL query logs for unusual subscription activity tied to Advanced Search
  3. Consider disabling Advanced Search integration temporarily on exposed instances

Post-Remediation Steps

  1. Confirm the upgrade to 19.1.8, 19.2.6, or 19.3.2 (or later)
  2. Rotate all Advanced Search credentials, even if you don't have direct evidence of exploitation
  3. Review GraphQL access logs retroactively for suspicious subscription patterns
  4. Re-audit Duo Chat permissions and apply least-privilege going forward
  5. Track CVE-2026-85706 and CVE-2026-88765 from the same release — patch all three together

References

  • The Hacker News — GitLab CVSS 10 File-Read Flaw Draws In-the-Wild Probes After Disclosure
  • BleepingComputer — GitLab Urges Users to Patch Max Severity Path Traversal Flaw
  • GBHackers — Critical GitLab Flaws Let Attackers Read Arbitrary Files, Steal Credentials and Execute Code
  • NIST NVD — CVE-2026-87719

Related Reading

  • Critical RCE in WPvivid Backup Plugin Threatens 900,000+
  • WordPress Plugin Vulnerability (CVSS 10.0) Under Active
#GitLab#GraphQL#CVE-2026-87719#Credential Disclosure#Deserialization#DevOps Security

Related Articles

Critical GitLab GraphQL Flaw Lets Unauthenticated Attackers Delete Public Projects

CVE-2026-19478 (CVSS 9.4) lets unauthenticated attackers delete public GitLab projects via GraphQL. Self-managed CE/EE must patch to 19.2.4 immediately.

4 min read

CVE-2026-10087: GitLab EE Stored XSS via Developer Role

GitLab EE versions 17.1 through 19.x are affected by a stored cross-site scripting vulnerability (CVSS 8.7) that allows an authenticated developer to...

4 min read

CVE-2026-10053: GitLab CE/EE Path Traversal Enables Remote Code Execution

A path traversal flaw in GitLab's package registry allows authenticated users to achieve RCE. Affects versions 18.8 through 19.2.1.

3 min read
Back to all Security Alerts