Archive for Microsoft

What the latest Lazarus attack says about the limits of EDR

Posted in Commentary with tags on August 14, 2026 by itnerd

Two experts get into why Lazarus exploiting a Windows zero-day is particularly concerning despite the vulnerability’s “Important” CVSS rating. And how kernel-level rootkits like FudModule can undermine the security tools defenders rely on, and what organizations can do when patching or traditional mitigations aren’t immediately possible.

John Strand, Owner, Black Hills Information Security (https://www.linkedin.com/in/john-strand-a1b4b62)

“This story highlights an important shift in how organizations need to think about defense. Effective cybersecurity can no longer be reduced to firewall rule changes, patching, and configuration updates. Those remain important, but they’re no longer sufficient on their own.

“Security teams need to start training for the moments when those traditional options aren’t available. What happens when a critical system can’t be patched? What happens when operational requirements prevent you from making firewall changes? Those situations are becoming increasingly common, especially in legacy environments and critical infrastructure.

“That’s where compensating controls become essential. Organizations should be regularly exercising these scenarios and asking, ‘What can we do today to reduce risk while we wait for a patch or a permanent fix?’ Whether it’s increased monitoring, network segmentation, deception technologies, stricter access controls, or enhanced threat hunting, teams need to understand which defensive options are available and when to deploy them.

“The goal of compensating controls isn’t to eliminate the risk. It’s to buy time. As zero-day vulnerabilities continue to emerge at a faster pace, organizations need strategies that slow attackers down and reduce their opportunities while vendors develop patches and defenders work to implement them.

“The organizations that will be most successful over the next several years won’t necessarily be the ones that patch the fastest. They’ll be the ones that have rehearsed how to operate safely when patching isn’t immediately possible.”

Denis Calderone, CTO, Suzu Labs (https://www.linkedin.com/in/deniscalderone)

“Lazarus has now exploited use-after-free vulnerabilities in Windows built-in drivers three times in two years to deploy the same rootkit. They went from appid.sys to AFD.sys to AFD.sys again. For a while, the standard playbook for getting kernel access was bring-your-own-vulnerable-driver: load a signed but buggy third-party driver, exploit it, get kernel privileges. Defenders adapted with driver allowlisting. Lazarus adapted by finding bugs in drivers that Windows ships by default. AFD.sys handles every socket operation on every Windows machine. You can’t blocklist it.

“Once the use-after-free fires, the attacker gets a kernel read/write primitive, and from there FudModule takes over. This is a rootkit that disables EDR callbacks, zeros out ETW provider registrations, and hides its own processes from the tools security teams rely on. The latest version, v3.1, adds the ability to tamper with Smart App Control, which means the rootkit is evolving faster than the mitigations Microsoft is building around it. And this CVE carries a CVSS 7.0, rated Important. There are 42 Critical patches in the same August Patch Tuesday release. If your vulnerability management program triages by severity score, this one is going to land in the middle of the queue behind remote code execution bugs that nobody has actually exploited yet. That’s exactly backwards.

“CISA added CVE-2026-68820 to the Known Exploited Vulnerabilities catalog on August 11 with a federal remediation deadline of August 25, so needless to say, get this one patched right away, regardless of the CVSS score. Given that Lazarus had at least five weeks of active exploitation before the fix shipped, organizations in defense, aerospace, and adjacent sectors should be particularly diligent and treat anything unpatched since early July as potentially compromised. Check Point’s report includes the full IOC list covering file hashes, C2 domains, and the specific malware components used in the campaigns. Hunt for evidence of the MISTPEN downloader. It beacons out using Microsoft Graph API and OneDrive traffic, so look for anomalous indicators from workstations that don’t typically use those tools. Also look for unsigned DLLs loaded alongside legitimate PDF viewers and any evidence of ETW provider or kernel callback manipulation. Lazarus has shown that it’s possible to render EDR telemetry useless from the kernel level, and too many defenders still treat their EDR as a single source of truth. That dependency is exactly what FudModule is built to exploit.”

China Attacks Vulnerabilities In Microsoft Software

Posted in Commentary with tags on August 11, 2026 by itnerd

China-linked hackers exploiting a critical vulnerability in Microsoft’s software and turning that access toward ransomware. While you can find out about the issue here, this is the TL:DR. Please read the entire chain:

Phillip Wylie, Chief Security Evangelist & Sr. Consultant, Suzu Labs (https://www.linkedin.com/in/phillipwylie)

“The biggest takeaway isn’t just another critical vulnerability – it’s that attackers are increasingly targeting the tools organizations trust most. RMM platforms, identity systems, and security products provide privileged access by design, making them ideal force multipliers for threat actors. Organizations should treat these platforms as crown-jewel assets, prioritize rapid patching, closely monitor privileged activity, and assume that even trusted management infrastructure can become an attack vector.”

John Strand, Owner, Black Hills Information Security (https://www.linkedin.com/in/john-strand-a1b4b62)

“This particular attack fits into China’s broader cyber great power initiative that they’ve been working on for well over a decade, building the capability to exploit and gain access to as many systems as possible. I tend to think this particular attack was triggered by the vulnerability being discovered. China may have already been exploiting it for some period of time before the vendor publicly disclosed it on July 31.

“And this gets into a larger question that I think we need to ask whenever we see nation-state attacks suddenly transition into ransomware campaigns. What were they doing before?

“Remember, with a nation state like China, Russia, or even the United States, the primary goal generally isn’t ransomware. The goal is access. They want to dwell inside environments and maintain that access for as long as they possibly can. The way this particular attack has been linked to China leads me to believe the vulnerability may have been used for that type of access and persistence for some period of time. But once the vulnerability became public and a patch was available, its usefulness for longer-term nation-state operations dropped significantly. At that point, you might as well transfer the capability over to ransomware operations and extract whatever remaining value you can from the vulnerable systems that are still out there.

“There’s another issue here involving the vendors we choose for core security technologies, especially RMM tools. We really need to question whether we should be self-hosting these systems at all. If it’s a cloud service, the provider can potentially patch and update that service very quickly across its entire customer base. If you’re self-hosting it, you’re now dependent on your own organization getting that patch deployed as quickly as possible. And that matters here. Some of the research we’ve been seeing indicates that more than 25% of these servers may still be unpatched and vulnerable to this attack.

“Once again, this highlights one of the major problems with on-premises technology when a serious vulnerability drops. Getting a patch is one thing. Getting that patch deployed everywhere fast enough to matter is something completely different.”

The threat actor is likely exploiting the CVE-2026-18577 authentication bypass vulnerability in N-able, which was disclosed on August 2, 2026 and added to the CISA KEV catalog on August 3, 2026. You should apply all updates to your Windows systems and Microsoft Defender for Endpoint detects this activity. So update that too.

Why Microsoft’s record Patch Tuesday is just the beginning

Posted in Commentary with tags on July 16, 2026 by itnerd

Microsoft’s record Patch Tuesday isn’t just a milestone – experts say it won’t hold the record for long. This explains why AI is accelerating both software development and vulnerability discovery, why security teams are facing a growing prioritization challenge rather than simply a patching problem, and why organizations will need to rethink traditional approaches to patch management as vulnerability volumes continue to climb.

John Strand, Owner, Black Hills Information Security (https://www.linkedin.com/in/john-strand-a1b4b62)

“I think we’re just in the beginning stages of the crush of vulnerabilities that’s going to come from vendors across the industry. The Copilot vulnerability with a 9.6 CVSS score is one that many organizations could easily overlook, but the bigger issue is that this pace isn’t slowing down. Microsoft has one of the most mature and automated patching ecosystems in the world, and even then organizations struggle to keep up. Most vendors aren’t anywhere near that level of maturity, which means security teams are going to be increasingly overwhelmed trying to patch AI-related vulnerabilities across dozens of different products.”

Seemant Sehgal, Founder & CEO, BreachLock (https://www.linkedin.com/in/s-sehgal)

“Six hundred vulnerabilities in a single patch cycle is not a backlog problem, it is a prioritization crisis waiting to happen.

“The CVE count is noise unless you map it against what you are actually running, what is reachable from outside your perimeter, and whether there is confirmed exploitation in the wild, because the actively exploited zero-days in Active Directory and SharePoint deserve your engineers this week, not your ticketing system next quarter. Patch management that treats a record-breaking advisory like a queue to be worked through sequentially will lose, and it will lose to adversaries who read the same bulletin and go straight to the vulnerabilities that matter.”

Jacob Krell, Sr. Director, Secure AI Solutions & Cybersecurity, Suzu Labs (https://www.linkedin.com/in/jacob-krell)

“622 is the biggest Patch Tuesday on record. It won’t hold the record long, because AI is inflating both sides of the vulnerability equation, generating more code that introduces more bugs while scanning existing codebases faster and turning up what humans missed. Microsoft told customers to expect rising volumes from its AI scanning tools, and the trajectory already proves it, June broke the all-time record at 206, July tripled it. Adobe moved to twice-monthly security releases for the same reason.

“That volume changes how patching has to work. The manual process of reading every advisory, scoring by CVSS, and testing in a lab was built for monthly batches of 60, and at 622 it breaks before lunch. What still works is triaging by active exploitation, so the two zero-days in Active Directory Federation Services and SharePoint (CVE-2026-56155, CVE-2026-56164) go first because attackers are already using them to escalate privileges. Anything on CISA’s Known Exploited Vulnerabilities list goes next, then filter by your own attack surface, whether the service is internet-facing, whether the vulnerability chains with existing exposure, and whether it touches identity infrastructure.

“Counting CVEs tells you volume, not risk, and the tools most organizations rely on to tell the difference are failing. Microsoft’s own exploitability index rated this month’s SharePoint zero-day as “exploitation less likely” the same month it landed on CISA’s KEV list as actively exploited. AI models can already produce working proof-of-concept exploits for vulnerabilities that traditional frameworks score as low-priority, which means the scoring systems were calibrated for a human-speed world that no longer exists. Organizations need to match machine-speed discovery with machine-speed defense, because the patch count will keep climbing whether they’re ready or not.”

Patching is one avenue towards addressing this. But organizations need to take a more holistic approach in terms of addressing vulnerabilities in their environment. And the sooner the better.

Microsoft CEO Warns of the Reverse Information Paradox

Posted in Commentary with tags on July 15, 2026 by itnerd

In The Reverse Information Paradox, coined by Microsoft Chairman and CEO Satya Nadella, he warns that organizations pay for AI twice: once in cash (subscription fees), and again in proprietary knowledge. In doing so, they risk giving away valuable knowledge. Enterprises need greater control over their data and said that a company should be able to use a model without giving up the knowledge that makes it unique – a reverse information paradox we need to confront.

Rohit Valia, CEO of cybersecurity company Tumeryk, provided the following comments: 

“Satya Nadella’s The Reverse Information Paradox is the talk of tech because it uncovers an uncomfortable truth: using Palo Alto Networks, Sentinel One, CrowdStrike or another Security-as a-Service solution means that you’re giving up your intellectual property to another company’s AI. Regulated companies and government organizations need to select security providers that operate within your cloud infrastructure, ensuring no prompts or proprietary data leaves your organization. Prompts are your data.”

While organizations rely on AI, they should not be under the illusion that AI is a free lunch. On the contrary it is the opposite. Organizations may want to keep that in mind.

Fake Microsoft alerts show attackers are exploiting trust, not vulnerabilities

Posted in Commentary with tags on June 16, 2026 by itnerd

Frequent readers of this blog won’t find this new. But some of you will which is why I am covering it. For years fake Microsoft alerts have popped up via surfing around. But what makes this campaign unique is that these fake popups have been used to deliver North Korean-linked NarwhalRAT. This is another reminder that attackers don’t always need sophisticated exploits to compromise organizations. Increasingly, threat actors are succeeding by impersonating trusted brands, security notifications, and software providers to manipulate user behavior and bypass traditional defenses. The malware itself is only part of the story. The real challenge is that users are being asked to make security decisions in environments where legitimate and malicious prompts can look nearly identical.

Cybernews for example has details:

The infection begins with a spear phishing email pretending to be an urgent security alert from the “Microsoft Account Team.”

The message warns the recipient about suspicious one-time password activity and directs them to open an attached advisory document. In reality, the attachment is a ZIP archive hiding a malicious LNK shortcut file, not a real document.

Analysts at Genians Security Center said in a report shared with Cyber Security News (CSN) that this threat bears strong similarities to a Python-based backdoor campaign documented in May 2026.

Researchers named the malware NarwhalRAT, drawing on the string “naverwhale” found inside its code, believed to be an attempt to masquerade as Naver Whale, a popular browser in South Korea.

The malware primarily targets Korean users, and its behavioral structure confirms this. NarwhalRAT uses “naverwhale” as its working directory name and assigns Hidden and System file attributes to the created folder to stay out of plain sight.

It also handles KakaoTalk-related window identifiers separately during data collection, strongly pointing to Korean targeting. 

The threat actor operated a dual command-and-control structure using a Korean relay server alongside the pCloud API as a Dead-drop Resolver. This lets the attacker change the actual C2 address without touching the malware, and helps traffic blend with normal web activity, making detection harder.

Yagub Rahimov, CEO, Polygraf AI

“It’s interesting to see what NarwhalRAT tells us about where APT37 is focusing on. This group was almost entirely on RokRAT, it was their signature, basically the thing analysts used to point to them. Moving to a new Python-based RAT helped them break that signature – it helps them to look like someone else.

Everything else in this campaign is built around being invisible, not getting in clever. All the attempts like, the LNK chain, the fileless in-memory execution or the Python runtime taken from the official site – none of it is interesting on its own. APT37 has been running using similar playbook for over a year. What’s interesting is the attention to details. Wiped timestamps, a staging directory named to impersonate Naver Whale, persistence through a scheduled task with a name designed to blend into legitimate Windows entries. Every decision was trying not to trip anything that watches disk or signatures. There’s nothing for traditional antivirus to grab onto because almost nothing touches the disk in a recognizable form.

A fake Microsoft account security alert warning about OTP abuse is almost perfectly designed, it uses the victim’s own security awareness against them. The more trained someone is to take account-security warnings seriously, the more likely they are to open the attachment. That’s what this attack relies on. Every technical layer can be defeated by detection eventually, but the entry point is a human being doing what they’ve been told is the responsible thing. That’s where the chain actually breaks.”

While this is targeting Korean’s, you can expect it to target you next. Thus if your charged with defending your organization from threats, consider yourself warned.

Microsoft criticizes public disclosure of unpatched zero-day vulnerabilities

Posted in Commentary with tags on May 28, 2026 by itnerd

In a statement published yesterday, Microsoft warned that recent public disclosures of unpatched zero-day vulnerabilities without prior coordination have placed customers at “unnecessary risk.”  The company said several researchers disclosed vulnerability details publicly before Microsoft had an opportunity to develop and distribute security fixes.

The company said coordinated vulnerability disclosure allows vendors time to investigate reports, prepare mitigations, and release patches before technical details become widely available to attackers. Microsoft argued that premature disclosure can increase the likelihood of exploitation against customers who have no available patch or remediation at the time information becomes public.

The warning comes as Microsoft continues addressing multiple recently disclosed vulnerabilities across Exchange Server, Defender, Azure, Windows networking components, and enterprise products during an unusually high-volume patching cycle. Microsoft released fixes for 138 CVEs during May Patch Tuesday alone, while additional vulnerabilities and mitigations were disclosed outside the regular patch release schedule.

Jacob Krell, Senior Director: Secure AI Solutions & Cybersecurity, Suzu Labs:

   “Coordinated disclosure is a shared obligation. Microsoft generates hundreds of billions in annual revenue. No researcher should be expected to subsidize product security for free. Six vulnerabilities across core Windows components including Defender and BitLocker that reached production represent a vendor engineering failure. These flaws should never have shipped. Vendors who ask for coordination must also invest in responsive triage and the development rigor that prevents this.

   “The traditional 90 day embargo was designed for a slower world. AI has compressed vulnerability discovery timelines so dramatically that ninety days is enough time for an entirely new frontier model to be deployed and pointed at the same codebase. Microsoft has patched over 500 CVEs in the first five months of 2026 alone. That volume is a signal that product security posture across the ecosystem is weaker than the market assumes. The Nightmare-Eclipse campaign has followed through on every public threat so far, and the warnings of further disclosures should be taken seriously.”

John Carberry, Solution Sleuth, Xcape, Inc.:

   “Microsoft’s sharp public rebuke against zero-day drops highlights an escalating war of attrition between independent researchers and enterprise vendors. While Microsoft argues that dropping vulnerabilities like RedSun, UnDefend, and BlueHammer puts the entire ecosystem at risk, this friction points to a deeper systemic breakdown. The security research community is clearly growing frustrated with vendor triage timelines, a bottleneck that has become critical given that Microsoft is already drowning in an engineering workload, evidenced by a massive 138-CVE patch cycle this month alone.

   “For enterprise risk leaders, this public spat is a dangerous distraction from the actual operational threat. The moment a researcher publishes full technical details or a working proof-of-concept for core Windows components like Defender, Azure, or Exchange Server, the time-to-exploit window for threat actors drops to zero.

   “Security executives cannot afford to wait around for vendor patches to slowly wind their way through QA and deployment pipelines. They must establish an aggressive, internal mitigation capability that treats uncoordinated disclosures as immediate, active incidents, forcing them to deploy temporary configuration workarounds and hyper-specific EDR detection rules the moment a flaw hits GitHub, long before the official automated fix arrives on a future Patch Tuesday.

   “Critical Takeaways

  •    “The zero-day names to watch: The uncoordinated drops specifically targeting core architecture(RedSun, UnDefend, BlueHammer, and the YellowKey BitLocker bypass) are not theoretical exercises. They represent immediate blueprints that threat actors are actively integrating into automated scanning tools.
  •    “Vendor triage under siege: Microsoft’s massive 138-CVE May release proves that vendor patch pipelines are stretched to their limits, systemically increasing the delay between a researcher’s initial private bug report and a public patch.
  •    “The mitigation engineering mandate: Relying entirely on automated patch management leaves an enterprise completely exposed during uncoordinated drops. Teams must be structurally capable of manually applying complex, out-of-band scripts and registry mitigations.

   “When researchers choose to drop working exploit code for core enterprise infrastructure directly to the public, they are giving the entire Internet an immediate, unauthenticated pass into your network before a lock has even been engineered.

   “The current standoff proves that the traditional model of coordinated vulnerability disclosure is buckling under its own weight, leaving enterprise security teams stuck in the crossfire between impatient researchers and overextended software vendors.”

Lydia Zhang, President & Co-Founder,Ridge Security Technology Inc.:

   “The number of CVEs patched by Microsoft on Patch Tuesday highlights the challenge facing security teams which is, what should I be prioritizing?   Security tools that just identify vulnerabilities are insufficient.   In fact, even knowing that a vulnerability is exploitable is insufficient.  Knowing the kill-chain is insufficient.  The missing piece of the puzzle is combining that exploitability and kill-chain knowledge with business context such as what assets can be reached thru these exposures and how valuable are those assets?”

My only advice is to hold companies like Microsoft accountable. Otherwise we will have vendors deciding what is and isn’t public domain. Which is of course dangerous.

Microsoft Plans To Remotely Break Office 2019 And 2021 For Mac So That Users Can Only Open Files…. Is The Outrage Justified?

Posted in Commentary with tags on May 16, 2026 by itnerd

So over the last few days, the Internet has been losing its mind over the fact that Microsoft on July 13 2026, Microsoft Office 2021 and 2019 for Mac will only be able to open files. But they cannot save them. This is documented here. And the reason for this is an expired certificate. If you want examples of how people are losing their minds over this, take this Reddit thread or this one to see what I am talking about.

But is the outrage justified? I am not sure because I can see this from both sides.

On one hand, Office 2019 for Mac has reached the end of support in October 2023. That means that it is not receiving security updates or bug fixes. Office 2021 for Mac will be in the same state in October 2026. So users realistically should be installing either Office 2024 or using Microsoft 365 as it’s never a good idea to run unsupported software as that’s a gateway for threat actors to pwn you.

On the other hand, many people on Reddit feel that this is anti consumer as comes across Microsoft deciding to effectively kill a license that they paid for. Also they feel that Microsoft could easily come out with a software update that addresses the certificate issue. But clearly they don’t want to do that. And forcing users to pay for an upgrade is good for Microsoft’s bank account.

Mac users have a few choices if they are in this situation:

  • Upgrade to Office 2024 or Microsoft 365. I should note that Microsoft 365 is currently free via the web version of the suite. So that’s a free alternative if you have constant access to the Internet.
  • Use Apple’s iWork suite as it is free for normal use.
  • Switch to an open source alternative such as LibreOffice. 

A few random thoughts. I have said for years that that hell hath no fury as an Apple user scorned. Microsoft may be about to find this out shortly as this is unlikely to go away. Also, these Mac users who are outraged need to recognize that there are options for them and they should look into those alternatives ASAP. Because running these versions of Office is not going to be an option.

Red Team Exercise Results In Bypass Of Azure AD Conditional Access Via Phantom Device Registration 

Posted in Commentary with tags on May 7, 2026 by itnerd

A critical attack chain has been found that completely bypasses Microsoft Entra ID Conditional Access without deploying malware or touching an endpoint. Using just a single set of credentials, the researchers compromised a production tenant with over 16,000 users.

Howler Cell conducted authorized red team operations against a production enterprise Microsoft Entra ID tenant (~16,000 users, ~82,000 devices, 78 Conditional Access policies). Starting from a single set of valid user credentials blocked by Conditional Access, the engagement produced a full bypass chain: 

  • Phantom device registration
  • Primary Refresh Token minting 
  • Intune compliance without a real device 
  • Enterprise application exfiltration 
  • On-premises-to-cloud privilege escalation path mapped to Global Administrator.

No corporate endpoint was touched. No malware was deployed. The vulnerability is not in any single component. It is in the trust chain between them.

More details here: https://www.cyderes.com/howler-cell/azure-ad-conditional-access-device-identity-abuse

Ensar Seker, CISO at threat intel company SOCRadar, commented:

“The Howler Cell research highlights a dangerous reality many organizations still underestimate: identity has become the new perimeter, and attackers know how to abuse the trust built into cloud identity ecosystems. What makes this attack path especially concerning is that Conditional Access was technically functioning as designed, yet the attacker was still able to introduce a “trusted” phantom device into the environment and obtain a valid Primary Refresh Token. Once the identity system believes a device is compliant, many downstream protections effectively collapse.

This also demonstrates why organizations cannot rely solely on default Entra ID configurations or compliance states as proof of trust. Attackers increasingly target enrollment workflows, token issuance, and device registration processes because these areas often receive less scrutiny than endpoint malware defenses. Organizations should aggressively restrict device registration permissions, require hardware-backed authentication such as phishing-resistant MFA, continuously audit newly joined devices, monitor abnormal PRT issuance activity, and implement strong conditional policies around privileged access and unmanaged enrollment scenarios.”

Consider this to be your wake up call. Zero trust isn’t a buzzword, it should be a reality for you. And this red team exercise illustrates why.

ServiceNow expands AI agent governance through deeper integration with Microsoft

Posted in Commentary with tags , on May 5, 2026 by itnerd

ServiceNow today announced an expansion of its strategic partnership with Microsoft that brings order to the chaos of AI agent sprawl. The partnership includes a deepened product integration between ServiceNow AI Control Tower and Microsoft Agent 365, extending AI Control Tower’s existing governance across Azure-backed Microsoft Foundry and Copilot Studio to Microsoft Agent 365’s AI agent ecosystem. ServiceNow AI specialists will also be available in the Microsoft Agent 365 Marketplace, allowing the ServiceNow Autonomous Workforce to operate across the Microsoft 365 tools that employees use.

Governing AI agents is critical, now more than ever, as enterprises accelerate their deployment of agentic technology across systems, teams, and tools at unprecedented speed. Realizing the full value of this investment requires a unified approach to governance, identity and permission management, and control that spans every platform across which AI agents operate. ServiceNow is working with partners like Microsoft to give enterprises the visibility to see AI agents, models, tools, and prompts in their environment, which gives them the control to govern them consistently and the interoperability to put them to work across the tools employees already use.

Unified control for a multi-agent enterprise

ServiceNow AI Control Tower already connects to Microsoft Foundry and Copilot Studio to discover AI assets, enforce governance policies, and drive consistent oversight. The new AI Control Tower integration with Microsoft Agent 365 expands these capabilities by extending visibility and governance insights across Microsoft Agent 365’s AI agent ecosystem. This gives IT and operationsteams enhanced visibility into agent activity across ServiceNow and Microsoft ecosystems, regardless of where these agents were built or deployed.

Through the integration, ServiceNow AI Control Tower gives administrators the ability to review and approve ServiceNow AI specialists prior to submission to the Microsoft Agent 365 Marketplace, where Microsoft publishing and policy controls apply. This helps ensure that every ServiceNow AI specialist that interoperates with the Microsoft 365 environment has been vetted, permissioned, and authorized for deployment.

ServiceNow AI specialists come to work across Microsoft 365 applications

In the Microsoft Agent 365 Marketplace, a ServiceNow AI specialist will appear in the org chart as a digital employee with defined roles, permissions, and accountability.

This allows the AI specialists to be able to take actions such as drafting a Word document, responding to email messages in Outlook, or acting on an assigned comment in PowerPoint, subject to Microsoft 365 permissions, identify, and admin policy controls, while consumption is tracked across both ServiceNow’s and Microsoft’s metered usage models.

Years of innovation for one autonomous future

Today’s announcement builds on years of collaboration between ServiceNow and Microsoft on behalf of enterprise customers, spanning cloud infrastructure, productivity, and AI. This is the next step in that shared commitment to making enterprise AI governable, interoperable, and scalable. In addition to the integrations announced today and as part of their ongoing partnership, ServiceNow and Microsoft are expanding their go-to-market motion to include autonomous IT. This combines ServiceNow’s AI specialists and workflow intelligence with Microsoft’s cloud infrastructure and productivity ecosystem to deliver governed, autonomous IT operations to mutual customers at scale.

The AI Control Tower and Microsoft Agent 365 integration is available in preview, and ServiceNow

AI specialists will be available in Microsoft Agent 365 Marketplace later this year. Learn more about how ServiceNow is expanding its Autonomous Workforce of AI Specialists to major business functions at Knowledge 2026 here, and how it’s introducing new AI Control Tower capabilities to further discover, observe, govern, secure, and measure AI deployed across the enterprise here.

Microsoft Edge Exposes Passwords In Cleartext

Posted in Commentary with tags on May 5, 2026 by itnerd

On April 29, researcher Tom Jøran Sønstebyseter Rønning, posting as @L1v1ng0ffTh3L4N, presented findings showing that Microsoft Edge decrypts every saved password at startup and holds all of them in process memory, in cleartext, for the entire browser session. The researcher reports that this includes both passwords for sites the user is visiting and every credential the user’s ever saved. The passwords are held in memory from the moment Edge opens.

Uzair Gadit, Founder & CEO, Secure.com

“What makes this Edge finding unusual is not just the technical behavior, it is the assumption behind it. Users are told to follow best practices, use strong passwords and use a password manager, and they did. The problem is the software holding those credentials made a design decision that fundamentally changes the risk, and most users were never made aware of it.

“On its own, requiring administrative access might sound like a limiting factor. In reality, that’s exactly where many enterprise breaches begin. Once an attacker gains privileged access in a shared environment like RDS or Citrix, the difference between decrypting credentials on demand versus holding them all in memory becomes significant. It can turn a single compromised account into a broad credential exposure event across multiple users.

“This is where the cyber sector needs to shift its thinking. We have spent years telling users to improve password hygiene, but this isn’t a hygiene problem, it’s an exposure problem. The question is no longer just how strong a password is, but how long it exists in a usable state, where it exists, and who or what can access it there.

‘The architectural difference highlighted here is important: minimizing the time credentials exist in plaintext reduces risk. Keeping everything decrypted for convenience increases it. Both are intentional design choices, but only one aligns with how attackers increasingly operate, especially with automation and AI make it easier to move laterally once access is established.

“World Password Day tends to focus attention on user behavior. This is a reminder that the bigger risk often sits one layer below that, in the design decisions made by those producing the tools people are told to trust. If those decisions prioritize usability over exposure reduction, then even a user’s perfect password hygiene won’t consistently deliver the security outcome their organizations expect.

“The real takeaway isn’t that passwords are weak, it’s that credential exposure still isn’t being treated as a first-order risk in system design. Until that changes, attackers will continue to focus less on breaking in and more on taking advantage of what’s already available once they are inside.”

This is pretty bad and it is a epic problem that needs to be addressed. I would be very interested to see how Microsoft addresses this as they are the only Chromium based browser to have this issue.