Trustwave Rapid Response: CrowdStrike Falcon Outage Update. Learn More

Trustwave Rapid Response: CrowdStrike Falcon Outage Update. Learn More

Services
Capture
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

twi-managed-portal-color
Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

twi-briefcase-color-svg
Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

tw-laptop-data
Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

twi-database-color-svg
Database Security

Prevent unauthorized access and exceed compliance requirements.

twi-email-color-svg
Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

tw-officer
Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

tw-network
Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Offensive Security
Solutions to maximize your security ROI
Microsoft Exchange Server Attacks
Stay protected against emerging threats
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
SpiderLabs Blog

CVE-2018-16962: Webroot SecureAnywhere macOS Kernel Level Memory Corruption

Trustwave recently discovered a locally exploitable issue in the macOS version of the Webroot SecureAnywhere solution. The issues root cause is an arbitrary user-supplied pointer being read from and potentially written too. As such, the issue arms an attacker with a write-what-where kernel gadget with the caveat that the original value of the memory referenced by the pointer must be equal to (int) -1.

The vulnerable code is as follows:

__text:0000000000002BDC 000 push rbp
__text:0000000000002BDD 008 mov rbp, rsp
__text:0000000000002BE0 008 mov rax, [rsi+20h]
__text:0000000000002BE4 008 mov rcx, [rax]
__text:0000000000002BE7 008 test rcx, rcx
__text:0000000000002BEA 008 jz short loc_2C02
__text:0000000000002BEC 008 cmp dword ptr [rcx], 0FFFFFFFFh ; arbitrary dereference
__text:0000000000002BEF 008 jnz short loc_2C02
__text:0000000000002BF1 008 mov eax, [rax+8]
__text:0000000000002BF4 008 mov [rcx], eax ; dword arbitrary write-what-where
__text:0000000000002BF6 008 mov rdi, rcx
__text:0000000000002BF9 008 call _wakeup

Of course the exploitability of the issue is somewhat limited in that the original value of the memory address dereferenced must be (int) -1. However this does not preclude a workable exploit being possible if an attacker were able to bypass KASLR on the versions of OSX/macOS supported by SecureAnywhere.
 
Any exploit would result in local kernel mode code execution. While macOS is an important target for attackers, the installation base of Windows still outpaces Mac. Being local only, an attacker would need malware executing locally or convince a logged-in user to open the exploit via social engineering.
 
Webroot fixed this vulnerability and users are recommended to ensure automatic updates are enabled for MacOS agent installs. Those who prefer to manually upgrade should install version 9.0.8.34 or the latest stable release. This vulnerability has been issued CVE-2018-16962.

Webroot issued the following statement regarding this vulnerability:

"The security of our customers is of paramount importance to Webroot. This vulnerability was remedied in software version 9.0.8.34 which has been available for our customers since July 24, 2018. We have no evidence of any compromises from this vulnerability. 
 
For any user running a version of Mac not currently supported by Apple (OS 10.8 or lower), we recommend upgrading to an Apple-supported version to receive our updated agent and be in line with cybersecurity best practices on system patching.  
 
Collaboration in the cybersecurity community is what keeps us all safer. We appreciate the Trustwave SpiderLabs team's use of responsible disclosure to help protect the wider community from cyberthreats." 
 
For more information you can read our advisory here: TWSL2018-009

Latest SpiderLabs Blogs

Cloudy with a Chance of Hackers: Protecting Critical Cloud Workloads

If you've been following along with David's posts, you'll have noticed a structure to the topics: Part I: The Plan, Part II: The Execution and now we move into Part III: Security Operations. Things...

Read More

Trustwave Rapid Response: CrowdStrike Falcon Outage Update

Trustwave is proactively assessing and monitoring our clients who may have been impacted by CrowdStrike’s recently rolled-out update for its Windows users. The critical issue identified with...

Read More

Using AWS Secrets Manager and Lambda Function to Store, Rotate and Secure Keys

When working with Amazon Web Services (AWS), we often find that various AWS services need to store and manage secrets. AWS Secrets Manager is the go-to solution for this. It's a centralized service...

Read More