Editor's note
Today's digest converges on two parallel themes: urgent patching and AI market maturation. PHP 8.5.10, Chrome 152, and an actively exploited Gitea RCE with a CISA-mandated August 28 deadline all landed within two days — one of the heavier maintenance weeks of the year. On the AI side, Amazon's Mechanical Turk shutdown is the most symbolically significant story: the crowdsourcing platform that powered a generation of ML training-data annotation is being retired by the AI it helped build. Nvidia's Perplexity investment talks and OpenAI's EU ad expansion show that the commercial infrastructure of AI — inference, search, and advertising — is taking on its mature competitive shape.
AICNBC
Amazon Shuts Down Mechanical Turk After 21 Years — September 30 Final Closure
Amazon announced August 25 that Mechanical Turk, its 21-year-old crowdsourced micro-task marketplace, will permanently close on September 30, 2026. New signups were halted July 30 alongside AWS SageMaker Ground Truth and Amazon Augmented AI. The closure reflects how generative AI and specialized data-labeling startups have displaced the need for the general-purpose human-task platform that helped train the machine-learning era.
Context
Amazon launched Mechanical Turk in 2005 to route tasks that computers could not handle reliably — data labeling, audio transcription, survey completion — to distributed human workers. Amazon founder Jeff Bezos coined the phrase 'artificial artificial intelligence' to describe it. By 2026, a combination of more capable foundation models and specialist platforms such as Scale AI, Mercor, and Prolific has sharply reduced demand for a general crowdsourcing layer. The closure is a symbolic milestone: the infrastructure that powered a generation of ML training-data collection is being retired by the technology it helped produce.
HaLVision's take
Any team still using Mechanical Turk APIs needs to migrate workflows before September 30. More broadly, this shift signals that the economics of AI training data have fundamentally changed — well-trained foundation models and specialist labelers have taken over from broad crowdsourcing. When advising SMB clients on AI tooling budgets, this context matters: the cost of AI development and fine-tuning continues to fall structurally.
Read source ↗WebPHP.net
PHP 8.5.10 and 8.4.25 Released Today: Critical PostgreSQL SQL Injection and BCMath CVEs Patched
PHP shipped versions 8.5.10 and 8.4.25 on August 27, one day behind the scheduled date. The release patches three CVEs rated high-to-critical: a SQL injection in the PostgreSQL extension affecting pg_insert(), pg_update(), pg_select(), and pg_delete() (CVE-2026-17543); an out-of-bounds write in BCMath's bccomp() (CVE-2026-17544); and a Phar extension crash triggered by recursive symlinks (CVE-2026-7260). Both branches also receive stack overflow hardening and JIT stability fixes.
Context
PHP remains the server-side language powering most of the web, including WordPress, Laravel, and a large share of legacy CMS platforms. A SQL injection in the PostgreSQL extension is particularly serious: applications that pass unsanitized user input through the affected pg_* functions are exposed to database exfiltration or modification. PHP 8.4 is now in security-fix-only maintenance mode, meaning each monthly security release is the sole mitigation path for sites on that branch — there is no backported feature coverage.
HaLVision's take
Any project on PHP 8.4 or 8.5 should apply these updates today. WordPress sites on managed PHP hosts should check the PHP version setting in the hosting control panel and update if the host supports it. Laravel teams still on PHP 8.4 should treat today as a prompt to plan the move to 8.5. Sites on PHP 8.3 or earlier receive no patch for these CVEs and need a migration timeline.
Read source ↗WebHelp Net Security
CISA Warns: Gitea Critical RCE CVE-2026-60004 Actively Exploited — Federal Deadline August 28
CISA added CVE-2026-60004, a CVSS 9.8 remote code execution flaw in Gitea, to its Known Exploited Vulnerabilities catalog on August 25. Any user with repository write access can plant executable Git hooks and run arbitrary shell commands as the Gitea service account. Attackers are deploying cryptocurrency mining malware on unpatched servers. Gitea 1.27.1 (released July 27) contains the fix; U.S. federal agencies have a mandatory remediation deadline of August 28.
Context
Gitea is a widely used open-source self-hosted Git service for teams that want to run code repositories on their own infrastructure. The vulnerability is in Gitea's diffpatch API: a user who can submit a pull request can craft malicious patch content that installs an executable Git hook, which then runs with the OS-level privileges of the Gitea process. Because Gitea enables open user registration by default, external attackers on internet-facing instances can obtain the necessary write access simply by creating an account — making unpatched public-facing deployments immediately vulnerable to unauthenticated exploitation.
HaLVision's take
If your studio or any client runs self-hosted Gitea, update to 1.27.1 today — the August 28 federal deadline and confirmed active exploitation leave no safe delay window. If the instance has open registration enabled and is internet-facing, disable open registration immediately as a compensating control even before patching completes. Teams using GitHub or GitLab are unaffected by this CVE.
Read source ↗WebChrome for Developers
Chrome 152 Stable: 327 Security Fixes Including 10 Critical, Plus CPU Performance API
Google released Chrome 152 to the stable channel on August 25, patching 327 security vulnerabilities — 10 rated Critical. The most significant externally reported critical flaw is CVE-2026-79282, a use-after-free in ANGLE, Chrome's graphics translation layer. New developer features include the CPU Performance API for detecting device performance tiers, the HTML autocorrect attribute, expanded CSS pseudo-element support, and WebGPU subgroup-size-control.
Context
Chrome's attack surface has grown substantially as the browser takes on more OS-level capabilities, driving higher CVE counts per major release. A use-after-free in ANGLE is a serious vulnerability class: if exploited, it can allow arbitrary code execution by a malicious web page. Most end users are protected automatically through Chrome's autoupdate mechanism, but enterprise environments with managed update policies may lag. The CPU Performance API is a practical addition that allows websites to detect a device's performance tier and serve content accordingly — useful for applications targeting a wide device range.
HaLVision's take
For most users Chrome autoupdates handle this transparently. Enterprise IT managers with controlled update rollouts should prioritize Chrome 152 given the 10 critical CVEs — the usual rationale for accelerating a patch cycle. For web developers, the CPU Performance API is worth experimenting with: it enables lightweight client-side device detection that can improve experiences on the budget Android and older desktop hardware common in SMB environments.
Read source ↗AIOpenAI
ChatGPT Ads Launch in 31 European Markets — Free Tier Only, No Behavioral Targeting (GDPR)
OpenAI expanded ChatGPT Ads to 31 European markets on August 24 — six months after the U.S. pilot began. Ads appear only for Free and Go plan users and are kept visually separate from model responses. To comply with GDPR, the European rollout launches without behavioral personalization; advertisers access inventory through OpenAI's sales team and agency partners, with a self-serve Ads Manager planned for later this year.
Context
OpenAI introduced advertising to fund sustainable free-tier access to ChatGPT at scale. Because GDPR restricts using personal behavioral data for ad targeting without explicit consent, the European product runs on contextual signals rather than user profiles — a meaningful structural difference from the U.S. version. This divergence signals that AI-powered advertising may evolve along different regulatory tracks across geographies, with implications for how global advertisers plan campaigns across AI platforms.
HaLVision's take
For SMB clients and marketers in Europe, ChatGPT is now a purchasable ad channel alongside Google, Meta, and LinkedIn. The audience profile — people in research and task-completion mode — may convert differently depending on product category. Once self-serve access opens, this is a sensible channel to test with a modest Q4 budget, especially for B2B or considered-purchase categories where intent is high.
Read source ↗AIYahoo Finance
Nvidia in Advanced Talks to Invest in Perplexity AI at $30 Billion-Plus Valuation
The Information reported August 23 that Nvidia is in advanced discussions to invest in AI search startup Perplexity AI at a valuation exceeding $30 billion — up more than 50% from its $20 billion round roughly a year ago. Perplexity's annualized revenue has surpassed $750 million, partly driven by growth of its Perplexity Computer cloud-agent product. Neither company has confirmed the deal.
Context
Nvidia has increasingly repositioned itself from a hardware-only vendor to an infrastructure investor, taking strategic stakes in AI companies that run on its GPUs. An investment in Perplexity would extend that pattern into AI search — a space that has emerged as a credible challenger to traditional web search, with its own advertising dynamics and enterprise contracts. Perplexity's revenue trajectory ($250 million annualized at the start of 2026, now above $750 million) reflects rapid adoption. If the deal closes, Nvidia gains an economic interest in the inference layer of AI search, not merely in the hardware beneath it.
HaLVision's take
If Perplexity continues on its current trajectory, it may establish a third major search surface alongside Google and Bing — with its own optimization requirements for content creators and businesses. How content is cited in AI search answers is an increasingly strategic question for site operators. From an LLMO (AI search optimization) perspective, monitoring Perplexity's citation signals is now part of a complete visibility strategy for SMB clients.
Read source ↗