March 21, 2016 By Douglas Bonderud 2 min read

HTTPS: Ideally, it’s the solution to insecure Web browsing, man-in-the-middle (MitM) attacks and indiscriminate content blocking. Big names such as Google and Mozilla are taking steps to phase out HTTP pages, while projects like Let’s Encrypt hope issuing free certificates will spur adoption.

As noted by SecurityWeek, however, there’s a new problem on the horizon: Just 5 percent of all servers correctly implement HTTP Strict Transport Security (HSTS), meaning 95 percent are vulnerable to attack when attempting to redirect HTTP queries.

Spoofed!

One big advantage of using HTTPS comes from its use of TLS certificates. It’s hard for attackers to obtain legitimate certs for domains they don’t own, meaning they’re forced to spoof one if they want to trick users and fire up a MitM, phishing or pharming attack.

Typically, these spoofs aren’t high-quality. HTTPS-enabled browsers can quickly detect the fake and send out a warning to users. But here’s the problem: Not all users are directly connecting to secure sites.

Many still come in through HTTP portals if a site offers both protocols or if they’re using a cached version of the page. In trying to beef up security, sites are understandably looking to redirect these users. But without HSTS properly implemented, they’re actually putting visitors at risk.

HSTS uses a site’s header to provide browser instructions that only allow a connection over HTTPS, even if a user manually types the link. Without HSTS in place, HTTP connections may inadvertently occur, and it’s possible for cybercriminals to compromise HTTP-based redirection sites and execute MitM attacks. Although the protocol was released over three years ago, adoption reached 5 percent and stuck there — in large part because HTTPS has taken the spotlight while making connections to secure sites has taken a back seat.

HTTPS Going Under?

As noted by The Register, even HTTPS sites aren’t always safe. With SSLv2, it’s now possible for attackers to crack TLS and implement the DROWN attack — and recent data suggests that one-third of all secure servers are vulnerable to this attack.

According to researchers, if attackers observe 1,000 TLS handshakes, initiate 40,000 SSLv2 connections and then put in the time offline, it’s possible to decrypt a 2048-bit RSA TLS ciphertext. While this sounds complicated, it only takes around eight hours using a public cloud service for a cost of less than $500.

So what’s the final word? Is this security broken before it ever went mainstream? Not exactly. OpenSSL has a patch for SSLv2 right around the corner. As long as servers correctly implement the HSTS protocol, users shouldn’t get spoofed.

Next-gen browser security isn’t perfect. It’s better, faster and more flexible, but it isn’t unassailable. Better to find and fix these flaws as servers and users transition rather than after adoption — and risk — becomes ubiquitous.

More from

FYSA — VMware Critical Vulnerabilities Patched

< 1 min read - SummaryBroadcom has released a security bulletin, VMSA-2025-0004, addressing and remediating three vulnerabilities that, if exploited, could lead to system compromise. Products affected include vCenter Server, vRealize Operations Manager, and vCloud Director.Threat TopographyThreat Type: Critical VulnerabilitiesIndustry: VirtualizationGeolocation: GlobalOverviewX-Force Incident Command is monitoring activity surrounding Broadcom’s Security Bulletin (VMSA-2025-0004) for three potentially critical vulnerabilities in VMware products. These vulnerabilities, identified as CVE-2025-22224, CVE-2025-22225, and CVE-2025-22226, have reportedly been exploited in attacks. X-Force has not been able to validate those claims. The vulnerabilities…

SoaPy: Stealthy enumeration of Active Directory environments through ADWS

10 min read - Introduction Over time, both targeted and large-scale enumeration of Active Directory (AD) environments have become increasingly detected due to modern defensive solutions. During our internship at X-Force Red this past summer, we noticed FalconForce’s SOAPHound was becoming popular for enumerating Active Directory environments. This tool brought a new perspective to Active Directory enumeration by performing collection via Active Directory Web Services (ADWS) instead of directly through Lightweight Directory Access Protocol (LDAP) as other AD enumeration tools had in the past.…

Smoltalk: RCE in open source agents

26 min read - Big shoutout to Hugging Face and the smolagents team for their cooperation and quick turnaround for a fix! Introduction Recently, I have been working on a side project to automate some pentest reconnaissance with AI agents. Just after I started this project, Hugging Face announced the release of smolagents, a lightweight framework for building AI agents that implements the methodology described in the ReAct paper, emphasizing reasoning through iterative decision-making. Interestingly, smolagents enables agents to reason and act by generating…

Topic updates

Get email updates and stay ahead of the latest threats to the security landscape, thought leadership and research.
Subscribe today