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
    • 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-2020-36928

CVE-2020-36928: Brother BRAgent Privilege Escalation Flaw

CVE-2020-36928 is a privilege escalation vulnerability in Brother BRAgent 1.38 caused by an unquoted service path. Attackers can exploit this flaw to execute malicious code with system privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2020-36928 Overview

CVE-2020-36928 is an unquoted service path vulnerability affecting Brother BRAgent version 1.38. The WBA_Agent_Client service runs with LocalSystem privileges and contains an unquoted service path in C:\Program Files (x86)\Brother\BRAgent\. This vulnerability allows local attackers to inject and execute malicious code with elevated system permissions by placing a specially crafted executable in the path.

Critical Impact

Attackers with local access can leverage the unquoted service path to escalate privileges to LocalSystem, enabling complete system compromise and persistent access.

Affected Products

  • Brother BRAgent version 1.38
  • WBA_Agent_Client Windows service

Discovery Timeline

  • 2026-01-16 - CVE CVE-2020-36928 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2020-36928

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element). When Windows services are installed with executable paths containing spaces that are not enclosed in quotation marks, the operating system parses the path incorrectly. The WBA_Agent_Client service runs with LocalSystem privileges, the highest privilege level on Windows systems, making successful exploitation particularly severe.

The service path C:\Program Files (x86)\Brother\BRAgent\ contains spaces but lacks proper quotation marks. When Windows attempts to start this service, it sequentially attempts to execute binaries at truncated path locations before reaching the intended executable.

Root Cause

The root cause of CVE-2020-36928 is improper service registration during Brother BRAgent installation. The installer failed to wrap the service executable path in quotation marks when configuring the Windows service. This programming oversight in the installation routine allows the Windows Service Control Manager to misinterpret the intended binary path, creating opportunities for path interception attacks.

Attack Vector

This is a local attack vector requiring the attacker to have write access to specific directories in the system path. When the service starts (either at system boot or when manually triggered), Windows parses the unquoted path by looking for executables at each space boundary.

For the path C:\Program Files (x86)\Brother\BRAgent\WBA_Agent_Client.exe, Windows will attempt to execute in order:

  1. C:\Program.exe
  2. C:\Program Files.exe
  3. C:\Program Files (x86)\Brother\BRAgent\WBA_Agent_Client.exe

If an attacker can place a malicious Program.exe in the C:\ directory (which typically requires some level of local access), the malicious binary will execute with LocalSystem privileges when the service starts. Detailed technical information can be found in the VulnCheck Advisory and Exploit-DB #50010.

Detection Methods for CVE-2020-36928

Indicators of Compromise

  • Presence of unexpected executables named Program.exe or Files.exe in the C:\ root directory
  • Unusual binaries in C:\Program Files (x86)\Brother\ named with partial path components
  • Service execution logs showing WBA_Agent_Client spawning unexpected child processes
  • New or modified executables in system paths with names matching path traversal patterns

Detection Strategies

  • Query Windows services for unquoted paths using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -like "* *" -and $_.PathName -notlike '"*'}
  • Monitor file creation events in C:\ root directory for executables matching service path components
  • Audit Brother BRAgent service configuration for proper path quotation
  • Implement file integrity monitoring on directories along the service path

Monitoring Recommendations

  • Enable Windows Security Event logging for service start/stop events (Event IDs 7000, 7009, 7045)
  • Configure endpoint detection to alert on unusual binary execution from C:\ root directory
  • Monitor for privilege escalation attempts from user-level accounts to SYSTEM
  • Track process creation chains originating from the WBA_Agent_Client service

How to Mitigate CVE-2020-36928

Immediate Actions Required

  • Audit the WBA_Agent_Client service path and manually add quotation marks to the registry entry
  • Remove any suspicious executables from C:\ root directory and C:\Program Files (x86)\Brother\
  • Restrict write permissions on C:\ root directory to administrators only
  • Consider temporarily disabling the BRAgent service if not critical to operations

Patch Information

Organizations should consult Brother's official resources for updated software versions. Review the Brother Help Documentation for information about BRAgent functionality and potential updates. The VulnCheck Advisory provides additional remediation guidance.

Workarounds

  • Manually correct the service path by editing the registry at HKLM\SYSTEM\CurrentControlSet\Services\WBA_Agent_Client to include proper quotation marks
  • Implement application whitelisting to prevent unauthorized executables from running in system paths
  • Deploy endpoint protection solutions that detect unquoted service path exploitation attempts
  • Restrict local write access to directories that intersect with the vulnerable service path
bash
# Configuration example - Fix unquoted service path via registry
# Run as Administrator in Command Prompt:
sc qc WBA_Agent_Client
reg query "HKLM\SYSTEM\CurrentControlSet\Services\WBA_Agent_Client" /v ImagePath
# If unquoted, update with:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\WBA_Agent_Client" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files (x86)\Brother\BRAgent\WBA_Agent_Client.exe\"" /f

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechBrother

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-428
  • Technical References
  • Brother Help Documentation

  • Exploit-DB #50010

  • VulnCheck Advisory on Brother
  • Related CVEs
  • CVE-2021-47869: Brother BRAdmin Privilege Escalation Flaw

  • CVE-2020-36929: Brother BRPrint Auditor Privilege Escalation

  • CVE-2025-55704: Brother MFPs Information Disclosure Flaw

  • CVE-2025-53869: Brother MFP Certificate Validation Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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