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

推荐订阅源

L
LangChain Blog
S
Secure Thoughts
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
宝玉的分享
宝玉的分享
J
Java Code Geeks
博客园 - 司徒正美
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
S
SegmentFault 最新的问题
博客园 - 聂微东
Jina AI
Jina AI
C
CERT Recently Published Vulnerability Notes
Application and Cybersecurity Blog
Application and Cybersecurity Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Hacker News: Ask HN
Hacker News: Ask HN
N
News and Events Feed by Topic
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
PCI Perspectives
PCI Perspectives
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
P
Proofpoint News Feed
Stack Overflow Blog
Stack Overflow Blog
I
Intezer
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
I
InfoQ
S
Security Affairs
B
Blog RSS Feed
L
Lohrmann on Cybersecurity
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
T
Threat Research - Cisco Blogs
Hacker News - Newest:
Hacker News - Newest: "LLM"
H
Help Net Security
T
Tailwind CSS Blog
C
Check Point Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
C
Cybersecurity and Infrastructure Security Agency CISA
Recorded Future
Recorded Future
Martin Fowler
Martin Fowler
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Simon Willison's Weblog
Simon Willison's Weblog
Blog — PlanetScale
Blog — PlanetScale
Cisco Talos Blog
Cisco Talos Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com

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. ®