Urgent.News

What's breaking now, across thousands of outlets.

Tech

Boston Scientific (BSX) Didn’t Miss on Demand or Devices. A Cyberattack Just Broke Its Guidance.

Boston Scientific (BSX) Didn’t Miss on Demand or Devices. A Cyberattack Just Broke Its Guidance.

Boston Scientific (BSX) experienced a 2.3% drop in early trading on September 8, 2026, following a cyberattack disclosed on August 25. The attack disrupted manufacturing and shipping, leading the company to doubt its third-quarter and full-year 2026 guidance for net sales and adjusted earnings per share. Operations were soon back to normal, but the incident is anticipated to impact the third-quarter and full-year results.

Farapulse, a pulsed-field-ablation system, maintains a significant share of the US atrial-fibrillation market. The cyberattack did not result in product-quality issues; rather, lost sales were due to unshipped orders. Despite facing competitive pressure, Boston Scientific had anticipated flat global electrophysiology growth for the second half of 2026, making the outage an additional near-term complication.

Three structural risks complicate the company's recovery: operational vulnerability, reset near-term earnings expectations, and the gap in quantifying the impact. Additionally, the PFA market's rapid adoption may lead to customer retention issues during temporary shipping disruptions. Institutional positioning towards BSX had already decreased before the disclosure, with hedge funds holding 99 shares at the end of Q2 2026.

While the franchise remains intact, the cause of the guidance cut is exogenous, positioning Boston Scientific as a strong recovery candidate. Investors showing constructive sentiment towards the long-term PFA franchise may find recovery opportunities, although near-term visibility remains weak. However, historical operational risks often lead to valuation multiple compression.

Investors should wait for the third-quarter results, as a stronger entry case would depend on stabilized order rates and maintaining electrophysiology market share. While acknowledging the potential of BSX, the report suggests AI stocks with greater upside potential and less downside risk.

Written by urgent.news from Yahoo Finance's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at finance.yahoo.com →

More in Tech

NO idea where to start learning SQL?

This article is a beginner friendly guide that gets you started into learning SQL as a programming language. Introduction Relational databases store data in tabular form, often referred to as…

  • SQL is a language for interacting with relational databases.
  • Key concepts include tables, databases, and SQL command categories.
  • Start with the SELECT statement to retrieve data from tables.

Why Your .NET MCP Tool Classes Crash at Runtime (And the Two-Line Fix)

If you're building MCP servers in .NET with instance-based tool classes — the kind that take ILogger<T> , HttpClient , or a repository through constructor injection — there's a good chance you've…

  • Runtime crashes occur in .NET MCP tool classes with constructor injection.
  • Issue not flagged by warnings or compile-time errors.
  • DotnetFastMCP v2.1 provides two-line fix for problem.

Weekend Build Log: The Timeout Is the Product

You sit down Saturday with one failing test file. The stack trace is ugly and long. You want a tiny helper that groups those failures. Ninety minutes later you are still retrying a model.

  • Programmer groups failing test files together
  • Timeout set as product, limiting job to one verb
  • Sunday run with tight scope and 90-second limit

Standard JSON Schema vs JSON Schema

Damn, I like standards! I'm so happy to live in a world where we can finally use USB-C for almost everything... Oh, the article is not about USB-C, but about JSON Schema finally getting a "Standard"…

  • JSON Schema, since 2007, has undergone multiple updates.
  • Custom schema libraries like Joi and Valibot offer distinct APIs incompatible with JSON Schema.
  • Standard JSON Schema enables interoperability among schema libraries.

More from Sunday 13 September →