CVE-2026-48796
Last modified
CVE-2026-48796 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. CefSharp provides .NET bindings for the Chromium Embedded Framework for Windows Forms and Windows Presentation Foundation applications. Prior to version 148.0.90, CefSharp/SchemeHandler/FolderSchemeHandlerFactory.cs used filePath.StartsWith(rootFolder, StringComparison.OrdinalIgnoreCase) to decide whether a decoded and canonicalized request path remained inside rootFolder. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
CefSharp provides .NET bindings for the Chromium Embedded Framework for Windows Forms and Windows Presentation Foundation applications. Prior to version 148.0.90, CefSharp/SchemeHandler/FolderSchemeHandlerFactory.cs used filePath.StartsWith(rootFolder, StringComparison.OrdinalIgnoreCase) to decide whether a decoded and canonicalized request path remained inside rootFolder. That raw prefix test did not enforce a directory boundary, so a request such as ..%2fwww2/secret.txt could escape a configured www directory into a sibling www2 directory whose path shared the same string prefix. Applications that register FolderSchemeHandlerFactory for a custom scheme or an HTTP or HTTPS scheme can therefore serve local files outside the intended root when an attacker can cause the embedded browser to request the crafted URL. The issue affects both Unix-style paths such as /tmp/app/www2 and Windows paths such as C:\app\www2, and the fix appends a directory separator to the normalized root before comparison while rejecting null bytes and alternate data stream syntax. This issue is fixed in version 148.0.90.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| cefsharp | CefSharp | < 148.0.90 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48796?
How severe is CVE-2026-48796?
How do I fix CVE-2026-48796?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48790Turso CLI is the command line interface (CLI) to the open-so…5.5
- CVE-2026-48791sigstore-java is a sigstore java client for interacting with…2
- CVE-2026-48792pam_usb provides hardware authentication for Linux using ord…4.4
- CVE-2026-48793Jellyfin is an open source self hosted media server. Prior t…8.8
- CVE-2026-48794Authelia is an open-source authentication and authorization …1.3
- CVE-2026-48795AdonisJS is a TypeScript-first web framework. From 10.1.3 un…8.6
- CVE-2026-48797Backpropagate is a Python library for fine-tuning large lang…9.3
- CVE-2026-48798SSH.NET is a Secure Shell (SSH) library for .NET. In 2025.1.…7.1
- CVE-2026-48799Postiz is an AI social media scheduling tool. Prior to 2.21.…7.7
- CVE-2026-4880The Barcode Scanner (+Mobile App) – Inventory manager, Order…9.8
- CVE-2026-48800Notepad++ is a free and open-source source code editor. Prio…7.8
- CVE-2026-48801linkify-it is a links recognition library with full Unicode …7.5
Are you affected by CVE-2026-48796?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
