www.darkreading.com Open in urlscan Pro
2606:4700::6811:7663  Public Scan

URL: https://www.darkreading.com/dr-tech/rebinding-attacks-persist-with-spotty-browser-defenses
Submission: On May 19 via api from TR — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

The Edge
DR Tech
Sections
Close
Back
Sections
Featured Sections
The Edge
Dark Reading Technology
Attacks / Breaches

Cloud

ICS/OT

Remote Workforce

Perimeter

Analytics
Security Monitoring

Security Monitoring
App Sec
Database Security

Database Security
Risk
Compliance

Compliance
Threat Intelligence

Endpoint
AuthenticationMobile SecurityPrivacy

AuthenticationMobile SecurityPrivacy
Vulnerabilities / Threats
Advanced ThreatsInsider ThreatsVulnerability Management

Advanced ThreatsInsider ThreatsVulnerability Management
Operations
Identity & Access ManagementCareers & People

Identity & Access ManagementCareers & People
Physical Security

IoT

DR Global
Middle East & Africa

Middle East & Africa
Black Hat news
Omdia Research
Security Now
Events
Close
Back
Events
Events
 * Anatomy of a Data Breach - A Dark Reading June 22 Event
   
 * Black Hat USA - August 5-10 - Learn More
   

Webinars
 * Everything you Need to Know about DNS Attacks
   May 23, 2023
 * Why Threat Modeling Is Critical for Enterprise Cyber Defense
   May 24, 2023

Resources
Close
Back
Resources
Dark Reading Library >
Webinars >
Reports >
Slideshows >
White Papers >
Partner Perspectives: Microsoft
Tech Library >

Newsletter Sign-Up

The Edge
DR Tech
Sections
Close
Back
Sections
Featured Sections
The Edge
Dark Reading Technology
Attacks / Breaches

Cloud

ICS/OT

Remote Workforce

Perimeter

Analytics
Security Monitoring

Security Monitoring
App Sec
Database Security

Database Security
Risk
Compliance

Compliance
Threat Intelligence

Endpoint
AuthenticationMobile SecurityPrivacy

AuthenticationMobile SecurityPrivacy
Vulnerabilities / Threats
Advanced ThreatsInsider ThreatsVulnerability Management

Advanced ThreatsInsider ThreatsVulnerability Management
Operations
Identity & Access ManagementCareers & People

Identity & Access ManagementCareers & People
Physical Security

IoT

DR Global
Middle East & Africa

Middle East & Africa
Black Hat news
Omdia Research
Security Now
Events
Close
Back
Events
Events
 * Anatomy of a Data Breach - A Dark Reading June 22 Event
   
 * Black Hat USA - August 5-10 - Learn More
   

Webinars
 * Everything you Need to Know about DNS Attacks
   May 23, 2023
 * Why Threat Modeling Is Critical for Enterprise Cyber Defense
   May 24, 2023

Resources
Close
Back
Resources
Dark Reading Library >
Webinars >
Reports >
Slideshows >
White Papers >
Partner Perspectives: Microsoft
Tech Library >
The Edge
DR Tech
Sections
Close
Back
Sections
Featured Sections
The Edge
Dark Reading Technology
Attacks / Breaches

Cloud

ICS/OT

Remote Workforce

Perimeter

Analytics
Security Monitoring

Security Monitoring
App Sec
Database Security

Database Security
Risk
Compliance

Compliance
Threat Intelligence

Endpoint
AuthenticationMobile SecurityPrivacy

AuthenticationMobile SecurityPrivacy
Vulnerabilities / Threats
Advanced ThreatsInsider ThreatsVulnerability Management

Advanced ThreatsInsider ThreatsVulnerability Management
Operations
Identity & Access ManagementCareers & People

Identity & Access ManagementCareers & People
Physical Security

IoT

DR Global
Middle East & Africa

Middle East & Africa
Black Hat news
Omdia Research
Security Now
Events
Close
Back
Events
Events
 * Anatomy of a Data Breach - A Dark Reading June 22 Event
   
 * Black Hat USA - August 5-10 - Learn More
   

Webinars
 * Everything you Need to Know about DNS Attacks
   May 23, 2023
 * Why Threat Modeling Is Critical for Enterprise Cyber Defense
   May 24, 2023

Resources
Close
Back
Resources
Dark Reading Library >
Webinars >
Reports >
Slideshows >
White Papers >
Partner Perspectives: Microsoft
Tech Library >

--------------------------------------------------------------------------------

Newsletter Sign-Up
SEARCH
A minimum of 3 characters are required to be typed in the search bar in order to
perform a search.




Announcements
 1. 
 2. 
 3. 

Event
How to Launch a Threat Hunting Program | Webinar <REGISTER>
Event
How to Accelerate XDR Outcomes: Bridging the Gap Between Network and Endpoint |
Webinar <REGISTER>
Report
Black Hat USA 2022 Attendee Report | Supply Chain & Cloud Security Risks Are Top
of Mind | <READ IT NOW>
PreviousNext

Tech News and Analysis


DR Tech

4 MIN READ

DR Technology



REBINDING ATTACKS PERSIST WITH SPOTTY BROWSER DEFENSES

DNS rebinding attacks are not often seen in the wild, which is one reason that
browser makers have taken a slower approach to adopting the web security
standard.
Robert Lemos
Contributing Writer, Dark Reading
May 17, 2023
Source: Aleksey Funtap via Alamy
PDF


Browser companies and network-security vendors have created a variety of
defenses for the three-decades-old attack technique known as DNS rebinding, but
uneven acceptance and updated exploitation techniques, protection remains
spotty.



DNS rebinding — which allows external malicious sites visited by an unsuspecting
victim to access internal servers and services —is similar to cross-site request
forgery, where an attacker can use a JavaScript component or Java applet to
request resources from another site or network. DNS rebinding typically works by
attracting a user to a malicious web site, and using the site's content and a
short time-to-live (TTL) to force the browser to send a new domain name system
(DNS) request, to which the attacker's site responds with an internal network IP
address. The attack essentially allows an attacker to use a victim's browser to
send requests to servers and devices on the internal network.

The attack, however, can be made harder to execute with a variety of defenses,
including enforcing the Same-Origin Policy by pinning the domain name in the
browser, looking for anomalous requests through the targeted user's DNS service,
and adopting Local Network Access, a proposed web security standard. While these
defenses work to make DNS rebinding attacks more difficult, they can be bypassed
under some circumstances, NCC Group said in a recent report.

Because DNS rebinding exposes the attack surfaces of internal web applications
to malicious websites, the attack could be useful against enterprise targets as
a way to get access to credential data and resources hosted on internal
networks, says Zhanhao Chen, a principal researcher for network security at Palo
Alto Networks.




"In the real world, the attacker can build a website with DNS rebinding script
and trick the victim to open it in their browser," he says. "Once the malicious
website is open on an employee's browser, the attacker can manipulate or steal
information from internal Web applications that are vulnerable."


DNS REBINDING ATTACKS FACE DIFFICULT DEFENSES

Every browser does some form of DNS pinning, preventing the assigning of new
network addresses for a specific web site or host name for a certain time
period, such as an hour. DNS-based security services, such as Cisco's Umbrella,
also prevent anomalous changes in DNS data using suspicious response filters,
which identify potential attacks and stop them.

The World Wide Web Consortium (W3C) has also created a draft of a security
specification, Local Network Access, that blocks DNS-based attacks. Previously
called "Private Network Access," the approach puts up barriers between global,
local, and internal addresses, such as the loopback address for the local host,
and forces services to gain permission to explicitly access the local network.



In the latest analysis published by NCC Group, however, Roger Meyer, a technical
director at NCC Group, argues that the defenses still are not complete. Using
the 0.0.0.0 address, which can access Linux and Mac OS systems' internal IP
address, for example, bypasses the current Local Network Access protections,
Meyer says.

"Usually, that specific 0.0.0.0 IP address is non-routable and should not work
as an IP address —you should not be able to even use it for accessing anything,
but it just works on Mac OS and Linux devices," he says.

NCC Group opened up a bug report with Google, an early adopter of the Local
Network Access specification, to get the issue fixed in the Chromium codebase,
Meyer says.


BOLSTERING DEFENSES

DNS rebinding attacks are not often seen in the wild, which is one reason that
browser makers have taken a slower approach to mitigating the issue. Another is
that companies do not want to break internal applications, whose developers may
rely on the ability to handle cross-origin requests.

If web application developers adopt the HTTPS encrypted web protocols as a
general rule, they can prevent their application from being used in a DNS
rebinding attack, says Palo Alto Networks' Chen.

"This kind of mitigation depends on the developer of internal services, [so] it
is not scalable," he says. "As third-party web applications populate in both
home and enterprise environments, it's more difficult for the network owners to
identify and fix all potentially vulnerable servers."

While DNS rebinding is not as common as other widely-spread threats such as DNS
tunneling, domain-generation algorithms, DNS amplification denial-of-service
attacks, and DNS hijacking, many web applications remain vulnerable to DNS
rebinding and attackers are actively exploiting it, Chen says. Palo Alto
Networks noted that seven DNS-binding-related CVEs were released in 2021 and
nine in 2022, and the company continues to see attack traffic in the wild.

Companies can help bolster their defenses by using DNS services that detect
attacks and help remote employees protect their at-home environments. Because an
attacker needs to either know information about the victim's environment, or
know they are using common devices or applications, those common services should
be hardened against attack, NCC Group's Meyer says.

"There are ways to discover if there are vulnerable services on the network or
on employee devices, so the company could scan the network to find those
vulnerable services," he says. "There are intrusion detection systems or other
kinds of security software that can look for services listening on developer
machines or any other employees' systems, and any services that are listening on
localhost are potentially vulnerable to DNS rebinding."

Vulnerabilities/ThreatsPerimeterApplication Security

Keep up with the latest cybersecurity threats, newly-discovered vulnerabilities,
data breach information, and emerging trends. Delivered daily or weekly right to
your email inbox.
Subscribe
More Insights
White Papers
 * 
   ESG Report: Automated Application Security Testing for Faster Development
 * 
   A Buyer's Guide to Securing Privileged Access

More White Papers
Webinars
 * 
   Everything you Need to Know about DNS Attacks
 * 
   Why Threat Modeling Is Critical for Enterprise Cyber Defense

More Webinars
Reports
 * 
   Successfully Managing Identity in Modern Cloud and Hybrid Environments
 * 
   The 10 Most Impactful Types of Vulnerabilities for Enterprises Today

More Reports

Editors' Choice
How Cybercriminals Adapted to Microsoft Blocking Macros by Default
Nate Nelson, Contributing Writer, Dark Reading
Severe RCE Bugs Open Thousands of Industrial IoT Devices to Cyberattack
Elizabeth Montalbano, Contributor, Dark Reading
Dark Reading Goes Global
Kelly Jackson Higgins 2, Editor-in-Chief, Dark Reading
Attackers Target macOS With 'Geacon' Cobalt Strike Tool
Jai Vijayan, Contributing Writer, Dark Reading
Webinars
 * Everything you Need to Know about DNS Attacks
 * Why Threat Modeling Is Critical for Enterprise Cyber Defense
 * Securing the Remote Worker: How to Monitor and Mitigate Offsite Cyberattacks
 * Next-Generation Supply Chain Security
 * Here's What Zero Trust Really Means

More Webinars
Reports
 * Successfully Managing Identity in Modern Cloud and Hybrid Environments
 * The 10 Most Impactful Types of Vulnerabilities for Enterprises Today
 * Shoring Up the Software Supply Chain Across Enterprise Applications
 * The Promise and Reality of Cloud Security
 * 10 Hot Talks From Black Hat USA 2022

More Reports

White Papers
 * ESG Report: Automated Application Security Testing for Faster Development
 * A Buyer's Guide to Securing Privileged Access
 * Every Minute Matters: Real-World Incident Response Timelines In Action
 * Understanding Vulnerability Prioritization Technologies - From Generic VM to
   VPT
 * 2023 Gartner Market Guide for Cloud-Native Application Protection Platforms
   (CNAPP)

More White Papers
Events
 * Anatomy of a Data Breach - A Dark Reading June 22 Event
 * Black Hat USA - August 5-10 - Learn More
 * [Virtual Event] IT Automation in 2023: Enabling Innovation and Efficiency

More Events
More Insights
White Papers
 * 
   ESG Report: Automated Application Security Testing for Faster Development
 * 
   A Buyer's Guide to Securing Privileged Access

More White Papers
Webinars
 * 
   Everything you Need to Know about DNS Attacks
 * 
   Why Threat Modeling Is Critical for Enterprise Cyber Defense

More Webinars
Reports
 * 
   Successfully Managing Identity in Modern Cloud and Hybrid Environments
 * 
   The 10 Most Impactful Types of Vulnerabilities for Enterprises Today

More Reports

DISCOVER MORE FROM INFORMA TECH

 * Interop
 * InformationWeek
 * Network Computing
 * ITPro Today

 * Data Center Knowledge
 * Black Hat
 * Omdia

WORKING WITH US

 * About Us
 * Advertise
 * Reprints

FOLLOW DARK READING ON SOCIAL

 * 
 * 
 * 
 * 
 * 
 * 


 * Home
 * Cookies
 * Privacy
 * Terms



Copyright © 2023 Informa PLC Informa UK Limited is a company registered in
England and Wales with company number 1072954 whose registered office is 5
Howick Place, London, SW1P 1WG.





Cookies Button


ABOUT COOKIES ON THIS SITE

We and our partners use cookies to enhance your website experience, learn how
our site is used, offer personalised features, measure the effectiveness of our
services, and tailor content and ads to your interests while you navigate on the
web or interact with us across devices. You can choose to accept all of these
cookies or only essential cookies. To learn more or manage your preferences,
click “Settings”. For further information about the data we collect from you,
please see our Privacy Policy

Accept All
Settings



COOKIE PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button


BACK



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Confirm My Choices