<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>privilege escalation &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/privilege-escalation/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 04 Mar 2025 17:02:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>CISA Identifies Five New Vulnerabilities Currently Being Exploited</title>
		<link>https://noise.getoto.net/2025/03/05/cisa-identifies-five-new-vulnerabilities-currently-being-exploited/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 12:00:31 +0000</pubDate>
				<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=69975</guid>

					<description><![CDATA[Of the five, one is a Windows vulnerability, another is a Cisco vulnerability. We don&#8217;t have any details about who is exploiting them, or how.
News article. Slashdot thread.
]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to use the PassRole permission with IAM roles</title>
		<link>https://noise.getoto.net/2023/11/25/how-to-use-the-passrole-permission-with-iam-roles/</link>
		
		<dc:creator><![CDATA[Liam Wadman]]></dc:creator>
		<pubDate>Fri, 24 Nov 2023 23:34:49 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS IAM]]></category>
		<category><![CDATA[AWS Identity and Access Management (IAM)]]></category>
		<category><![CDATA[IAM roles]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=43434fa1c593adce5183fb73995257f0</guid>

					<description><![CDATA[iam:PassRole is an AWS Identity and Access Management (IAM) permission that allows an IAM principal to delegate or pass permissions to an AWS service by configuring a resource such as an Amazon Elastic Compute Cloud (Amazon EC2) instance or AWS Lambda function with an IAM role. The service then uses that role to interact with […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Zoom Exploit on MacOS</title>
		<link>https://noise.getoto.net/2022/08/17/zoom-exploit-on-macos/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 11:11:17 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=65787</guid>

					<description><![CDATA[<p>This <a href="https://www.theverge.com/2022/8/12/23303411/zoom-defcon-root-access-privilege-escalation-hack-patrick-wardle">vulnerability</a> was reported to Zoom last December:</p>
<blockquote><p>The exploit works by targeting the installer for the Zoom application, which needs to run with special user permissions in order to install or remove the main Zoom application from a computer. Though the installer requires a user to enter their password on first adding the application to the system, Wardle found that an auto-update function then continually ran in the background with superuser privileges.</p>
<p>When Zoom issued an update, the updater function would install the new package after checking that it had been cryptographically signed by Zoom. But a bug in how the checking method was implemented meant that giving the updater any file with the same name as Zoom’s signing certificate would be enough to pass the test—so an attacker could substitute any kind of malware program and have it be run by the updater with elevated privilege...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Twelve-Year-Old Linux Vulnerability Discovered and Patched</title>
		<link>https://noise.getoto.net/2022/01/31/twelve-year-old-linux-vulnerability-discovered-and-patched/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Mon, 31 Jan 2022 12:18:55 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[rootkits]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=64959</guid>

					<description><![CDATA[<p>It’s a privilege escalation <a href="https://arstechnica.com/information-technology/2022/01/a-bug-lurking-for-12-years-gives-attackers-root-on-every-major-linux-distro/">vulnerability</a>:</p>
<blockquote><p>Linux users on Tuesday got a major dose of bad news — a 12-year-old vulnerability in a system tool called Polkit gives attackers unfettered root privileges on machines running most major distributions of the open source operating system.</p>
<p>Previously called PolicyKit, Polkit manages system-wide privileges in Unix-like OSes. It provides a mechanism for nonprivileged processes to safely interact with privileged processes. It also allows users to execute commands with high privileges by using a component called pkexec, followed by the command...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Interesting Privilege Escalation Vulnerability</title>
		<link>https://noise.getoto.net/2021/08/26/interesting-privilege-escalation-vulnerability/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Thu, 26 Aug 2021 11:28:00 +0000</pubDate>
				<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[zero day]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=63606</guid>

					<description><![CDATA[If you plug a Razer peripheral (mouse or keyboard, I think) into a Windows 10 or 11 machine, you can use a vulnerability in the Razer Synapse software &#8212; which automatically downloads &#8212; to gain SYSTEM privileges.
It should be noted that this...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Nasty Windows Printer Driver Vulnerability</title>
		<link>https://noise.getoto.net/2021/07/22/nasty-printer-driver-vulnerability/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 15:41:58 +0000</pubDate>
				<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=63483</guid>

					<description><![CDATA[<p>From <a href="https://labs.sentinelone.com/cve-2021-3438-16-years-in-hiding-millions-of-printers-worldwide-vulnerable/">SentinelLabs</a>, a <a href="https://threatpost.com/hp-printer-driver-bug-windows/167944/">critical vulnerability</a> in HP printer drivers:</p>
<blockquote><p>Researchers have released technical details on a high-severity privilege-escalation flaw in HP printer drivers (also used by Samsung and Xerox), which impacts hundreds of millions of Windows machines.</p>
<p>If exploited, cyberattackers could bypass security products; install programs; view, change, encrypt or delete data; or create new accounts with more extensive user rights.</p>
<p>The bug (CVE-2021-3438) has lurked in systems for 16 years, researchers at SentinelOne said, but was only uncovered this year. It carries an 8.8 out of 10 rating on the CVSS scale, making it high-severity...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Candiru: Another Cyberweapons Arms Manufacturer</title>
		<link>https://noise.getoto.net/2021/07/19/candiru-another-cyberweapons-arms-manufacturer/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Mon, 19 Jul 2021 15:54:58 +0000</pubDate>
				<category><![CDATA[cyberespionage]]></category>
		<category><![CDATA[cyberweapons]]></category>
		<category><![CDATA[israel]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=63472</guid>

					<description><![CDATA[<p>Citizen Lab has identified yet another Israeli company that sells spyware to governments around the world: Candiru.</p>
<p>From <a href="https://citizenlab.ca/2021/07/hooking-candiru-another-mercenary-spyware-vendor-comes-into-focus/">the report</a>:</p>
<blockquote><p>Summary:</p>
<ul>
<li>Candiru is a secretive Israel-based company that sells spyware exclusively to governments. Reportedly, their spyware can infect and monitor iPhones, Androids, Macs, PCs, and cloud accounts.
</li><li>Using Internet scanning we identified more than 750 websites linked to Candiru’s spyware infrastructure. We found many domains masquerading as advocacy organizations such as Amnesty International, the Black Lives Matter movement, as well as media companies, and other civil-society themed entities.
...</li></ul></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to use trust policies with IAM roles</title>
		<link>https://noise.getoto.net/2020/08/28/how-to-use-trust-policies-with-iam-roles/</link>
		
		<dc:creator><![CDATA[Jonathan Jenkyn]]></dc:creator>
		<pubDate>Fri, 28 Aug 2020 20:26:52 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS IAM]]></category>
		<category><![CDATA[AWS Identity and Access Management (IAM)]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Trust policy]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=fbc5e9ab4a937574fdad3f2dd0ae9e36</guid>

					<description><![CDATA[November 3, 2022: We updated this post to fix some syntax errors in the policy statements and to add additional use cases. August 30, 2021: This post is currently being updated. We will post another note when it’s complete. AWS Identity and Access Management (IAM) roles are a significant component of the way that customers […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 39/165 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-11 14:45:43 by W3 Total Cache
-->