In late December 2012, attackers rigged the Council on Foreign Relations website to silently exploit an Internet Explorer zero-day and drop malware.
Social Engineering Examples·7 sources
Around late December 2012, the website of the Council on Foreign Relations (CFR), a prominent U.S. foreign-policy think tank, was compromised and used as a "watering hole." Instead of attacking targets directly, the intruders booby-trapped a site that CFR's high-value audience of diplomats, officials, and policy experts routinely visited. Malicious JavaScript injected into CFR.org silently exploited a previously unknown (zero-day) use-after-free flaw in Internet Explorer 6-8, tracked as CVE-2012-4792, to install malware on visitors' Windows computers via a drive-by download.
Security vendor FireEye first reported the compromise on Dec 28, 2012, noting the malicious content had been live as early as Dec 21. AlienVault (Jaime Blasco) independently corroborated the analysis. Microsoft published Security Advisory 2794220 on Dec 29, 2012 confirming the IE 6-8 flaw, issued a stopgap "Fix it," and later shipped an out-of-band patch (MS13-008) on Jan 14, 2013. Multiple researchers and the Washington Free Beacon linked the operation to China-based espionage actors; that attribution is analytic and was not established in court.
The incident is confirmed as real and documented by first-party vendor and Microsoft sources.
The core deception was environmental, not a lure a person had to click. Because a trusted, authoritative site served the malicious code, visitors had no reason to be suspicious and no action was required beyond simply browsing with a vulnerable browser. The injected JavaScript performed selectivity checks before firing: it only served the exploit to browsers whose system language was set to U.S. English, Chinese (China or Taiwan), Japanese, Korean, or Russian, and it used a cookie so each visitor was exploited only once, reducing noise and the chance of detection.
When conditions matched, the page loaded a Flash file that performed a heap-spray to reliably exploit the IE memory-corruption flaw, then fetched a disguised payload (an image-named file that was actually an encoded malware dropper) and installed a backdoor that beaconed to command-and-control infrastructure. Targeting a fully patched IE8 with a zero-day meant standard "keep your software updated" defenses offered no protection at the moment of attack.
The "lure" was the legitimacy of the CFR website itself: a respected institution the target audience trusted and visited routinely. There was no phishing email and nothing for the victim to notice; the exploit ran invisibly in the background. Tells were essentially undetectable to end users at the time, since the site was genuine and the browser was fully patched.
Defenders' only signals were technical: unexpected Flash-loaded content, redirect/HTTP requests containing encoded memory addresses, or outbound beacons to unfamiliar command-and-control hosts.
CFR removed the malicious code and notified members that the source of the drive-by had been cleaned up while an internal investigation continued. Microsoft released Advisory 2794220 (Dec 29, 2012), a temporary "Fix it" mitigation, and then an out-of-band security update, MS13-008, on Jan 14, 2013 to patch CVE-2012-4792. Security vendors deployed detections. The number of individuals actually compromised was not publicly quantified.
This is a textbook watering-hole attack and a canonical case for security awareness: it shows that "only visit sites you trust" is not sufficient protection, because attackers deliberately compromise the trusted sites a specific community relies on. It also illustrates strategic target selection: rather than phishing individuals, the actors let a respected institution's own credibility deliver the malware to a curated audience of policy elites.
The language-based filtering and once-per-visitor logic show how attackers narrow blast radius to their intended victims and evade detection. For defenders, it underscores the value of defense-in-depth (exploit mitigation like EMET, network egress monitoring, endpoint detection) since patching alone cannot stop a zero-day.
Deploy layered browser and endpoint protections rather than relying on patching alone, since zero-days by definition have no patch at first: use exploit-mitigation tooling, keep browsers on supported/current versions (IE9-10 were unaffected here), and disable or sandbox risky plugins like Flash and Java. Monitor outbound network traffic for anomalous beacons and for the encoded/heap-spray patterns researchers described.
Segment and least-privilege user endpoints so a compromised browser does not grant broad access. Organizations whose audiences are likely watering-hole targets should treat their own websites as attack surface: harden CMS/supply-chain components, monitor for unauthorized script injection, and enable rapid takedown and member notification. Users should apply vendor mitigations and updates promptly (Microsoft's Fix it, then MS13-008).
Social Engineering Examples. “Council on Foreign Relations Watering-Hole Attack (IE Zero-Day, CVE-2012-4792)”. Accessed 19 September 2026. https://socialengineeringexamples.com/council-foreign-relations-watering-hole-ie-zero-day-2012
Attackers likely researched which websites CFR's specific target community (diplomats, officials, policy and foreign-affairs professionals) routinely visited, using open-source methods such as membership rosters, published event calendars, and general audience profiling. This is consistent with how researchers, per Krebs on Security's contemporaneous coverage, framed CFR alongside earlier watering-hole hits on the National Democratic Institute, the Carter Center, and Radio Free Europe: attackers pick a site their intended victims already trust, not a site to trick them into visiting.
Which sites a target community habitually visits is very hard to hide or control at the audience level; the realistic control is not preventing this reconnaissance but hardening the sites it points to, which is where Stage 2's countermeasure applies.
The attackers gained unauthorized access to CFR's web infrastructure and injected malicious JavaScript into CFR.org. The exact initial-access technique was not publicly disclosed by FireEye or Microsoft; it is typical in watering-hole operations for attackers to exploit weaknesses in a site's content-management system or third-party web components rather than the visitors themselves.
Organizations whose sites serve a high-value, identifiable audience should treat their own web presence as attack surface: harden CMS and third-party supply-chain components, apply web-application firewalls, and monitor for unauthorized script injection so a compromise like CFR's is caught quickly rather than persisting for days.
The attackers obtained or developed a working exploit for a previously unknown use-after-free flaw in Internet Explorer 6-8 (later cataloged as CVE-2012-4792) and paired it with an Adobe Flash-based heap-spray technique to reliably trigger it on a fully patched IE8, per FireEye's technical writeup.
Zero-days have no patch at the moment of use by definition, so patching alone cannot stop this stage; the practical mitigation is exploit-mitigation tooling (memory-protection technologies of the EMET era and successors) plus running current, supported browser versions, since Internet Explorer 9 and 10 were confirmed unaffected by this flaw.
The injected script checked each visitor's browser system-language setting, serving the exploit only to U.S. English, Chinese (China or Taiwan), Japanese, Korean, or Russian configurations, and used a tracking cookie so each visitor was only ever served the exploit once, narrowing the target set and reducing the chance of detection, per FireEye's documented JavaScript logic.
Language- and cookie-based victim filtering is designed to evade simple signature scanning; detection instead relies on behavioral and network monitoring for anomalous script logic, unusual redirect patterns, and single-use exploit delivery rather than matching known bad files.
For visitors who passed the filters, the page loaded a Flash file that performed the heap-spray to exploit the IE flaw, then downloaded a disguised, encoded payload that was decoded on the victim machine and installed as a backdoor, per FireEye's analysis.
Disable or sandbox high-risk browser plugins such as Flash and Java, and run browsing sessions in a segmented, least-privilege environment so a successful drive-by exploit does not translate into full endpoint compromise.
The installed backdoor beaconed out to attacker-controlled infrastructure and established persistence mechanisms on the compromised Windows host, per FireEye's malware analysis, giving the attackers a durable foothold beyond the initial drive-by.
Monitor outbound network traffic for beacons to unfamiliar command-and-control domains and for endpoint indicators of unauthorized persistence mechanisms, giving defenders a chance to catch the backdoor even after the initial exploit succeeded.
With backdoors in place on compromised machines belonging to policy, government, and foreign-affairs professionals, the operation's payout was ongoing intelligence access, consistent with researchers' and Threatpost's framing of watering-hole campaigns as vehicles for state-linked actors to spy on and exfiltrate data from a curated pool of high-value targets rather than for direct financial gain.
Rapid incident response limits how much espionage access the attackers actually realize: CFR's takedown of the malicious code and member notification, combined with Microsoft's Fix it mitigation and the MS13-008 out-of-band patch, closed the window, though the number of individuals actually compromised in that window was never publicly quantified, underscoring that detection and response speed is the last practical control once a zero-day watering hole is live.
Browse by what this case has in common with others in the library.
A mass-phishing malware infection at Target's small HVAC contractor harvested vendor-portal credentials that attackers reused to pivot.
A single spear-phishing email titled "2011 Recruitment Plan," with a booby-trapped Excel attachment.
Evaldas Rimasauskas ran a five-year, $120M fraud against Google and Facebook using forged Quanta Computer invoices.
A blogger paid $89.95 to an online data broker (CellTolls.com) to buy retired Gen. Wesley Clark's cell-phone call log obtained…
A Chinese national talked her way past three layers of Mar-a-Lago's Secret Service and club-staff checkpoints using a false pool…
Scheme participants posed as veteran finance professionals inside private WhatsApp investment groups to lure at least 18 U.S. retail investors…
Scammers papered roughly 200 counterfeit QR-code stickers over legitimate ParkMobile decals on downtown Orlando parking meters.
A blogger paid $89.95 to an online data broker (CellTolls.com) to buy retired Gen. Wesley Clark's cell-phone call log obtained…
A Chinese national talked her way past three layers of Mar-a-Lago's Secret Service and club-staff checkpoints using a false pool…
Russian GRU officers spoofed Google security-alert emails to phish 300+ Democratic campaign staff, stealing 50,000+ of John Podesta's emails.
Operation Buckshot Yankee: a malware-laden USB drive plugged into a U.S. military laptop in 2008 spread the agent.btz worm onto…
A trusted, decades-respected Kansas community bank CEO was groomed over WhatsApp into a crypto "pig butchering" scam.
A retired New Jersey man lost $390,000 in two days after a fake Norton/PayPal refund call escalated into a bogus…
A mass SMS phishing campaign impersonating U.S. toll agencies spoofed 'unpaid toll' notices, drawing 2,000+ FBI complaints within weeks.
An unidentified impersonator used an AI-cloned voice and a hacked personal-contacts list to pose as White House Chief of Staff…
The FBI, FTC, and USPIS each issued 2025 public warnings about "brushing 2.0" -- unsolicited packages containing QR codes that,…
Attackers hijacked the New Haven school COO's email, quietly monitored a real $5.9M bus-contract payment thread.
Vidoc Security Lab, a Polish-founded, US-headquartered cybersecurity startup.
A compromised Constant Contact account let Russia-linked Nobelium send USAID-spoofed phishing emails to 150-350 government and NGO organizations.
Russian GRU officers spoofed Google security-alert emails to phish 300+ Democratic campaign staff, stealing 50,000+ of John Podesta's emails.
KnowBe4 unknowingly hired a North Korean operative for a software engineering role after he passed four video interviews using an…
Two New Jersey men ran US "laptop farms" and shell companies that let North Korean IT workers pose as American…
Chinese state-linked hackers used spear-phishing links and an unpatched Internet Explorer zero-day to breach Google, Adobe.
Russia's Sandworm Team used spear-phishing emails with malicious Office macro attachments to plant BlackEnergy3 malware inside three Ukrainian power.