The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-35253

CVE-2026-35253: Oracle Macoron Auth Bypass Vulnerability

CVE-2026-35253 is an authentication bypass flaw in Oracle Macoron Tool v0.22.0 that allows attackers to bypass host address validation. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-35253 Overview

CVE-2026-35253 is an open redirect vulnerability [CWE-601] in Oracle Macaron Tool version 0.22.0, an Oracle Open Source Projects component. The flaw allows an unauthenticated attacker with network access via HTTP to bypass host address validation. Successful exploitation requires user interaction and can affect resources beyond the vulnerable component, as reflected in the scope-changed CVSS vector.

The vulnerability is tracked under Oracle's open source security advisory program and primarily impacts confidentiality at a limited level. Integrity and availability are not affected.

Critical Impact

Unauthenticated attackers can bypass host address validation in Oracle Macaron Tool, enabling redirection or trust-boundary attacks against users who interact with crafted HTTP input.

Affected Products

  • Oracle Macaron Tool version 0.22.0
  • Oracle Open Source Projects component oracle:macoron
  • Deployments exposing Macaron Tool HTTP endpoints to untrusted networks

Discovery Timeline

  • 2026-05-06 - CVE-2026-35253 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-35253

Vulnerability Analysis

The vulnerability resides in Oracle Macaron Tool's host address validation logic. Macaron Tool fails to correctly validate the host portion of supplied URLs or addresses received over HTTP. An unauthenticated remote attacker can craft input that bypasses this check.

The weakness is classified as [CWE-601] URL Redirection to Untrusted Site, commonly known as open redirect. Exploitation requires user interaction, such as clicking a crafted link. The CVSS scope is changed, indicating that an attack on the vulnerable component can affect resources managed by a different security authority. Impact is limited to confidentiality, with no direct effect on integrity or availability.

Root Cause

The root cause is improper validation of host addresses within the Macaron Tool URL parsing or routing layer. Validation routines do not adequately verify that supplied hosts match an expected allow-list or canonical form. Attackers can submit URLs whose host components evade the check while still being honored downstream.

Attack Vector

An attacker delivers a crafted HTTP request or URL to a victim with access to Macaron Tool. When the victim interacts with the link, the tool processes the malformed host and proceeds with an action it should have blocked. This can redirect the user to an attacker-controlled destination or cause Macaron Tool to issue a request to an unintended host.

No authentication is required, and network access via HTTP is sufficient. The need for user interaction reduces practical exploitation, but phishing campaigns targeting Macaron Tool users remain a realistic delivery method.

No public proof-of-concept code or exploit module is available at the time of publication. The EPSS probability is 0.021%, reflecting low predicted exploitation activity in the near term.

Detection Methods for CVE-2026-35253

Indicators of Compromise

  • HTTP requests to Macaron Tool endpoints containing unexpected or encoded host components, including embedded @ characters, IP-encoded hosts, or punycode tricks
  • Outbound network connections from Macaron Tool processes to hosts not part of the intended software supply chain analysis scope
  • Web server or proxy logs showing redirect responses pointing to external domains following Macaron Tool processing

Detection Strategies

  • Inspect HTTP access logs for Macaron Tool for URLs containing suspicious host syntax such as http://trusted.example.com@attacker.tld or hosts with mixed-case URL encoding
  • Compare outbound DNS and HTTP destinations from Macaron Tool against an allow-list of expected repository and registry hosts
  • Alert on user-clicked links that pass through Macaron Tool and terminate at non-corporate or newly registered domains

Monitoring Recommendations

  • Forward Macaron Tool web and application logs to a centralized analytics platform for correlation with proxy and DNS telemetry
  • Track version inventory across CI/CD systems to identify any host still running Macaron Tool 0.22.0
  • Monitor Oracle's security alerts page for updated guidance on the Oracle Security CVEs Overview

How to Mitigate CVE-2026-35253

Immediate Actions Required

  • Identify all instances of Oracle Macaron Tool 0.22.0 in development, build, and analysis environments
  • Restrict network exposure of Macaron Tool HTTP endpoints to trusted internal networks only
  • Educate users who operate Macaron Tool to avoid clicking unsolicited links that target the tool

Patch Information

Oracle tracks this issue under its open source security program. Refer to the Oracle Security CVEs Overview for the current fixed version and upgrade guidance. Upgrade Macaron Tool to a release later than 0.22.0 once Oracle publishes a remediated build.

Workarounds

  • Place Macaron Tool behind a reverse proxy that enforces strict host header and URL allow-listing
  • Disable or block Macaron Tool features that accept user-supplied URLs until a patched version is deployed
  • Apply egress filtering so Macaron Tool can only reach approved repository, registry, and metadata hosts
bash
# Configuration example: restrict egress from Macaron Tool host using iptables
iptables -A OUTPUT -m owner --uid-owner macaron -d trusted-registry.internal -j ACCEPT
iptables -A OUTPUT -m owner --uid-owner macaron -d repo.maven.apache.org -j ACCEPT
iptables -A OUTPUT -m owner --uid-owner macaron -j REJECT

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOracle Macoron

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • Oracle Security CVEs Overview
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English