Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-27167

0.0 · NONE
Published Feb 27, 2026 gradio_project CWE-522

Overview

CVE-2026-27167 is a none-severity vulnerability affecting gradio_project gradio. It was published on February 27, 2026 and has a CVSS 3.1 base score of 0.0 (NONE).

This vulnerability has a CVSS 3.1 base score of 0.0, rated NONE. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

Gradio is an open-source Python package designed for quick prototyping. Starting in version 4.16.0 and prior to version 6.6.0, Gradio applications running outside of Hugging Face Spaces automatically enable "mocked" OAuth routes when OAuth components (e.g. `gr.LoginButton`) are used. When a user visits `/login/huggingface`, the server retrieves its own Hugging Face access token via `huggingface_hub.get_token()` and stores it in the visitor's session cookie. If the application is network-accessible, any remote attacker can trigger this flow to steal the server owner's HF token. The session cookie is signed with a hardcoded secret derived from the string `"-v4"`, making the payload trivially decodable. Version 6.6.0 fixes the issue.

Remediation

Check the references section for vendor advisories and patches from gradio_project. Update gradio to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
gradio_project gradio >= 4.16.0, < 6.6.0 Affected

Frequently Asked Questions

What is CVE-2026-27167?

CVE-2026-27167 is a none-severity vulnerability affecting gradio_project gradio. It was published on February 27, 2026 and has a CVSS 3.1 base score of 0.0 (NONE).

How severe is CVE-2026-27167?

This vulnerability has a CVSS 3.1 base score of 0.0, rated NONE. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-27167?

Check the references section for vendor advisories and patches from gradio_project. Update gradio to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-27167?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-27167 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.