惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
博客园 - Franky
MyScale Blog
MyScale Blog
Jina AI
Jina AI
B
Blog
Microsoft Security Blog
Microsoft Security Blog
T
Troy Hunt's Blog
博客园_首页
T
Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
L
Lohrmann on Cybersecurity
GbyAI
GbyAI
T
Tenable Blog
B
Blog RSS Feed
S
Securelist
T
Threat Research - Cisco Blogs
P
Privacy International News Feed
P
Proofpoint News Feed
T
The Exploit Database - CXSecurity.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
C
CXSECURITY Database RSS Feed - CXSecurity.com
罗磊的独立博客
AWS News Blog
AWS News Blog
V
V2EX
宝玉的分享
宝玉的分享
J
Java Code Geeks
小众软件
小众软件
Spread Privacy
Spread Privacy
腾讯CDC
Google Online Security Blog
Google Online Security Blog
月光博客
月光博客
V
Visual Studio Blog
The Hacker News
The Hacker News
C
CERT Recently Published Vulnerability Notes
Project Zero
Project Zero
Know Your Adversary
Know Your Adversary
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
Apple Machine Learning Research
Apple Machine Learning Research
NISL@THU
NISL@THU
C
Check Point Blog
Webroot Blog
Webroot Blog
D
DataBreaches.Net
Cloudbric
Cloudbric
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家

The Register - Special Features: Datacenter Networking Nexus

How Broadcom is quietly invading AI infrastructure Cisco punts network-security integration as key for agentic A trip through vintage datacenter networking The network is indeed trying to become the computer AI could finally see DPUs take off in enterprise networks An introduction to rack-scale networking HPE Aruba touts new AI agents and network orchestrator Microsoft to retire default outbound access for VMs in Azure Same suspected Chinese spies again attacking Ivanti bugs Human error and power glitches to blame for most outages Hyperconverged infrastructure now needs liquid cooling Asia reaches 50 percent IPv6 capability Rising demand for datacenter capacity sees prefabs sprout The No-Nvidia networking club delivers first spec Nvidia punts silicon photonic switches to keep GPUs fed Chinese snoops spotted on end-of-life Juniper routers
Cisco fixes two critical make-me-root bugs
Connor Jones Connor Jones · 2025-06-27 · via The Register - Special Features: Datacenter Networking Nexus

Datacenter Networking Nexus

Cisco fixes two critical make-me-root bugs on Identity Services Engine components

A 10.0 and a 9.8 – these aren’t patches to dwell on

Cisco has dropped patches for a pair of critical vulnerabilities that could allow unauthenticated remote attackers to execute code on vulnerable systems.

Tracked as CVE-2025-20281 and CVE-2025-20282, Cisco assigned them both maximum 10/10 severity ratings, although the former was reduced to 9.8 by the National Vulnerability Database.

Both bugs affect Cisco Identity Services Engine (ISE) and Cisco ISE Passive Identity Connector (ISE-PIC), allowing attackers to execute code on the underlying OS as root. 

Put simply, it means they are both about as bad as they come.

ISE is a network access control solution, which can be found running on secure network servers, VMs, and some cloud instances. 

ISE-PIC is used in the user authentication process, passively gathering up identity data and feeding it into other security tools.

Cisco said the two vulnerabilities are independent – they can be exploited individually, and exploiting one is not a requirement for exploiting the other.

CVE-2025-20281 affects the current version of ISE and ISE-PPIC (3.4) as well as 3.3, but none before those two most recent iterations.

There are no known active exploits for either vulnerability as yet, Cisco said. Full details about them are being kept under wraps, presumably to allow admins the time to apply the available patches, thus preventing a wave of attacks making use of the weakness.

However, we know the underlying issue is in an API and the vulnerability exists due to insufficient validation of user-supplied input. 

An attacker can submit a specially crafted request to that API, without the need for authentication or valid credentials, and gain root privileges on the device.

CVE-2025-20282 is similarly the result of a vulnerable internal API and by abusing it, unauthenticated attackers can upload files onto an affected device and execute them on the underlying OS as root.

Cisco said in its advisory: "This vulnerability is due to a lack of file validation checks that would prevent uploaded files from being placed in privileged directories on an affected system. 

"An attacker could exploit this vulnerability by uploading a crafted file to the affected device. A successful exploit could allow the attacker to store malicious files on the affected system and then execute arbitrary code or obtain root privileges on the system."

Unlike CVE-2025-20281, this 10/10 number only affects the current version of ISE and ISE-PIC, version 3.4.

Cisco said updates are available to customers now, and they should be applied at the earliest opportunity, since there are no workarounds that can mitigate either vulnerability.

For CVE-2025-20281, upgrading to version 3.3 patch 6 or 3.4 patch 2 is the way to go.

And for CVE-2025-20282, version 3.4 patch 2 is the only update available, since version 3.3 is not vulnerable to this bug specifically.

Likewise, versions 3.2 and earlier are not vulnerable to these security issues, but will be to others, so where possible it's always best to upgrade to the latest available version.

An example of this can be found from earlier this year when Cisco put out patches for the same two components, ISE and ISE-PIC, and these flaws affected version 3.0 up to and including 3.3

Like the latest pair, they were both critical-rated and facilitated by API flaws, but came with the added difficulty of requiring valid read-only admin credentials. ®