CVE-2026-48764
Last modified
CVE-2026-48764 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. TypeBot is a chatbot builder tool. In versions prior to 3.17.2, SSRF validation is implemented by resolving a hostname once and checking whether the resolved IP belongs to a forbidden range allowing for DNS rebinding bypass. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
TypeBot is a chatbot builder tool. In versions prior to 3.17.2, SSRF validation is implemented by resolving a hostname once and checking whether the resolved IP belongs to a forbidden range allowing for DNS rebinding bypass. The root cause is a time-of-check to time-of-use gap in the SSRF guard. The validator resolves the hostname and approves it, but the later request path performs a fresh resolution and connects to whatever IP the hostname maps to at that moment. The actual outbound request is then performed later using the original hostname, without pinning the validated IP to the network connection. An attacker who can supply a URL to a public bot that performs a server-side HTTP Request block or server-side script fetch can use DNS rebinding to pass the initial validation and still force the server to connect to a private or metadata address during the real request. This enables server-side access to private network services, cloud metadata endpoints, and other internal HTTP targets that the validator was intended to block. The exact downstream impact depends on the reachable internal services. Concrete consequences include metadata disclosure, access to internal admin panels, credential theft from metadata services, and further compromise through internal-only HTTP interfaces. This issue has been fixed in version 3.17.2.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48764?
How severe is CVE-2026-48764?
How do I fix CVE-2026-48764?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-48759TypeBot is a chatbot builder tool. Versions 3.15.2 and below…7.1
- CVE-2026-4876A vulnerability was identified in itsourcecode Free Hotel Re…6.3
- CVE-2026-48760Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-48761Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-48762TypeBot is a chatbot builder tool. Prior to version 3.16.0, …5.4
- CVE-2026-48763TypeBot is a chatbot builder tool. Versions prior to 3.17.0 …8.2
- CVE-2026-48765TypeBot is a chatbot builder tool. Versions prior to 3.17.0 …9.9
- CVE-2026-48766TypeBot is a chatbot builder tool. Versions prior to 3.17.0 …7.6
- CVE-2026-48767TypeBot is a chatbot builder tool. Versions prior to 3.17.0 …7.6
- CVE-2026-48768TypeBot is a chatbot builder tool. In versions 3.16.1 and ea…9.3
- CVE-2026-4877A security flaw has been discovered in itsourcecode Payroll …4.3
- CVE-2026-48770Notepad++ is a free and open-source source code editor. Prio…5
Are you affected by CVE-2026-48764?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
