Apple WWDC: What tech fans got right (and wrong) about iOS 27, Tim Cook, and more


big-guessing-game-guesses-revealed-zdnet.png

Cole Kan/ZDNET

Follow ZDNET: Add us as a preferred source on Google.


Apple’s WWDC keynote went live on June 8th, setting the stage for announcements on upcoming features and software updates, but not without the usual predictions and speculation.  

Also: Everything announced at Apple WWDC 2026 – including Siri, iOS 27 dev beta, and more

This year, we wanted to hear what you thought. We asked ZDNET readers five questions relating to features and software updates in round one of our Big Guessing Game contest. For every correct answer, we’ll give you an entry into a drawing to win the latest Apple Watch in September. 

The results for Round 1 are in, but if you missed it — don’t worry, there will be two more rounds of questions you can still partake in. 

Here’s what ZDNET readers predicted for WWDC

Apple executives at WWDC 2026

Kerry Wan/ZDNET

1. What’s the most underrated Apple Intelligence feature?

The first question was a freebie. If you answered it, you got an entry into the contest. We wanted to hear what you considered a more useful feature than Apple gave it credit for. Hot takes encouraged, of course. 

There were some common themes: almost 10% of responders mentioned advanced voice control and natural language, which was an integral part of Siri’s evolution. Some noteworthy responses that highlight our readers’ insight: 

“The ‘quiet plumbing’ features that turn the camera and OS into a real-time understanding layer.”   

And: 

“Siri becoming a true system-level context engine instead of ‘just a voice assistant.'” 

2. Which longstanding Android feature will Apple finally add to iOS 27?

Nearly 10% of respondents called out AI-generated wallpapers and backgrounds, something Apple mentioned while showing off the new Image Playground features. During the demo, we saw generative AI creating backgrounds for group texts and the lockscreen. 

Also: 3 new MacOS 27 features make it worth upgrading right away for me – Siri included

We also got several responses for a universal back button — something Android has locked into the core OS, regardless of what app you’re in. On an iPhone, there’s no “universal back”, it depends on the app’s interface. The closest equivalent is to swipe up and access the App Switcher window. 

3. How many times was “Siri” mentioned at WWDC 2026?

We have the number, and it’s exactly 106. While no respondent guessed that exact number, we’ll say anyone with an answer number plus or minus 10 gets it right. Several people fall into that category, with quite a few saying “100”, and the closest response was just 5 away. 

4. How much screen time (in minutes) will outgoing CEO Tim Cook get during WWDC?

Tim Cook WWDC 2026

Apple

Tim Cook introduced the show and closed it out at the very end, with a (very) subtle acknowledgement of his stepping down as CEO, his statement that “it’s been an honor of a lifetime” punctuating the end of his nearly 15-year tenure at the company’s head. 

His combined segments lasted right around four minutes, so we marked it correct for anyone plus or minus two minutes. This was much more brief than the majority of respondents, who guessed he would be on-screen closer to eight, 10, or 15 minutes.

Question 5: If Apple does unveil new hardware at WWDC, what will it be?

As much as we wanted to hear about a foldable iPhone, no new hardware was announced during WWDC, something that 27% of you guessed correctly.

Round 2: July 7th, 2026

Thanks to everyone who participated! As mentioned, everyone who submitted an answer for the first question got an entry into the drawing, but the more correct answers you have, the more chances you have to win. 

Also: How to download the iOS 27 developer beta right now (and which models support it)

The second round launches on July 7th and will focus on Apple’s devices, so be sure to check back in to share your expertise on Apple’s upcoming product launches. 





Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Ghost CMS flaw abused to push ClickFix attacks on hundreds of sites

Pierluigi Paganini
May 25, 2026

Threat actors are actively exploiting a security flaw, tracked as CVE-2026-26980, in Ghost CMS that was fixed months ago in real attacks against unpatched websites. According to Qianxin, the campaign has already affected more than 700 sites, including well-known organizations and universities.

The vulnerability is an SQL injection issue in Ghost’s Content API that can let an attacker read data from the database without logging in. In the worst case, this can expose the Admin API key, which can allow attackers to take over the site.

That key matters because it can be used to change published content. In this campaign, attackers used it to edit articles on compromised Ghost sites and insert malicious JavaScript at the end of pages. The goal was not just defacement, but to turn trusted websites into launch points for further malware delivery.

“After an in-depth investigation and analysis, we determined that this was not a targeted intrusion against the customer, but rather a large-scale poisoning campaign by an in-the-wild attack group targeting Ghost CMS. Although CVE-2026-26980 was publicly disclosed as early as February 19, a large number of users did not patch and upgrade in time, providing an opportunity for attackers.” reads the advisory published by Qianxin. “At least two groups are currently actively conducting such poisoning operations, and some sites have even become the target of competition between the two parties, with different malicious code being implanted one after another within a single day.”

The inserted code led visitors through a two-step chain. First, the page loaded a remote script that checked the browser and decided what the visitor should see. Then real victims were redirected to a fake verification page that looked like a normal “I’m human” check.

This is where the ClickFix part began. The page told users to press Windows+R, paste a command, and hit Enter. In practice, that command downloaded and started a malware payload on the victim’s machine. It was a classic social engineering trick: make the user do the dangerous part themselves.

Qianxin says the first signs of this activity appeared in early May. The malicious code found in the campaign had a compilation date of February 16, the same day Ghost announced the fix for CVE-2026-26980. That suggests the attackers moved quickly once they saw how many sites had not been updated.

The affected websites cover a wide range of sectors. Roughly half are personal blogs or independent sites, but the list also includes technology blogs, AI sites, media outlets, crypto projects, and educational institutions. Qianxin researchers say victims include sites linked to Harvard, Oxford, and DuckDuckGo.

The attack chain was also designed to be flexible. The loaders could fetch different payloads depending on the target, and the operators changed infrastructure several times.

“entire attack process has obvious five-stage characteristics of “CMS Takeover → Page Poisoning → Two-stage Loading → Social Engineering Lure (FakeCaptcha/ClickFix) → Malware Delivery”, and the entire process is highly automated: bulk vulnerability scanning → automatic key extraction → bulk injection → dynamic C2 distribution.” states the report.

In some cases, they switched domains after detection, keeping the campaign alive even when part of the chain was blocked.

“Through feature scanning of publicly accessible pages, we have cumulatively identified more than 700 poisoned victim domains, and have proactively contacted the sites for which contact information could be obtained, notifying them of the poisoning.” continues the report.

Qianxin also believes at least two different groups are involved. In some cases, the same site was hit more than once, with one attacker replacing the code left by another. That makes the campaign harder to clean up and shows how attractive compromised Ghost sites have become for abuse.

For site owners, the advice is straightforward. Ghost should be updated immediately, all credentials should be rotated, and site logs should be reviewed for suspicious admin API activity. Any injected scripts should be removed from the database itself, not just from the visual editor. Visitors who may have reached a poisoned site should also be warned.

The report includes Indicators of Compromise (IoCs) for the attacks observed by the researchers.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, Ghost CMS)







Source link