<?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>Java Archives - MASSIVE News</title>
	<atom:link href="https://massive.news/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>https://massive.news/tag/java/</link>
	<description>Progressive Mix of World News and Propaganda</description>
	<lastBuildDate>Wed, 08 Oct 2025 01:00:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://massive.news/wp-content/uploads/2024/08/m-150x150.jpg</url>
	<title>Java Archives - MASSIVE News</title>
	<link>https://massive.news/tag/java/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CrowdStrike Identifies Campaign Targeting Oracle E-Business Suite via Zero-Day Vulnerability (now tracked as CVE-2025-61882)</title>
		<link>https://massive.news/crowdstrike-identifies-campaign-targeting-oracle-e-business-suite-via-zero-day-vulnerability-now-tracked-as-cve-2025-61882/</link>
		
		<dc:creator><![CDATA[wiredgorilla]]></dc:creator>
		<pubDate>Wed, 08 Oct 2025 01:00:39 +0000</pubDate>
				<category><![CDATA[Technology and Science]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Intelligence]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[telegram]]></category>
		<category><![CDATA[Threat Hunting & Intel]]></category>
		<guid isPermaLink="false">https://massive.news/crowdstrike-identifies-campaign-targeting-oracle-e-business-suite-via-zero-day-vulnerability-now-tracked-as-cve-2025-61882/</guid>

					<description><![CDATA[<p>CrowdStrike is tracking a mass exploitation campaign almost certainly leveraging a novel zero-day vulnerability — now...</p>
<p>The post <a href="https://massive.news/crowdstrike-identifies-campaign-targeting-oracle-e-business-suite-via-zero-day-vulnerability-now-tracked-as-cve-2025-61882/">CrowdStrike Identifies Campaign Targeting Oracle E-Business Suite via Zero-Day Vulnerability (now tracked as CVE-2025-61882)</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span readability="64.816326530612"></p>
<p>CrowdStrike is tracking a mass exploitation campaign almost certainly leveraging a novel zero-day vulnerability — now tracked as CVE-2025-61882 — targeting Oracle E-Business Suite (EBS) applications for the purposes of data exfiltration.&nbsp;</p>
<p>CrowdStrike Intelligence assesses with moderate confidence that GRACEFUL SPIDER is likely involved in this campaign but cannot rule out the possibility that multiple threat actors have exploited CVE-2025-61882. The first known exploitation occurred on August 9, 2025; however, investigations remain ongoing, and this date is subject to change.&nbsp;</p>
<p>CrowdStrike Intelligence further assesses that the October 3, 2025 proof-of-concept (POC) disclosure and the CVE-2025-61882 patch release will almost certainly encourage threat actors — particularly those familiar with Oracle EBS — to create weaponized POCs and attempt to leverage them against internet-exposed EBS applications.</p>
<h2>Details</h2>
<p>On September 29, 2025, GRACEFUL SPIDER emailed multiple organizations and claimed they had accessed and exfiltrated data from the victim’s Oracle EBS applications.</p>
<p>In an October 3, 2025 post in one of the Telegram channels insinuating collaboration between SCATTERED SPIDER, SLIPPY SPIDER, and <i>ShinyHunters</i> — a channel participant posted a purported Oracle EBS exploit (SHA256 hash: <code>76b6d36e04e367a2334c445b51e1ecce97e4c614e88dfb4f72b104ca0f31235d</code>). In their post, the member criticized GRACEFUL SPIDER’s tactics.</p>
<p>How the poster obtained the exploit and whether this actor or any other actors associated with the channel have leveraged this exploit is unclear. Oracle published this POC as an indicator of compromise (IOC) in its CVE-2025-61882 disclosure, suggesting the vendor assesses that the POC has been or may be used for CVE-2025-61882 exploitation. While analysis is ongoing, the purported POC appears to align with at least some of the observed exploitation, including activity leveraging <code>Java Servlets</code> for exploitation.</p>
<h3>Unauthenticated RCE Vulnerability (CVE-2025-61882)</h3>
<p>On October 4, 2025, Oracle publicly disclosed CVE-2025-61882, a vulnerability impacting Oracle EBS that can result in unauthenticated remote code execution (RCE). While Oracle’s advisory did not explicitly state this vulnerability has been exploited in the wild (ITW), Oracle provided IOCs (such as IP addresses, observed commands, and files) suggesting ITW exploitation.<sup>1</sup></p>
<p>CVE-2025-61882 appears to align with at least some of the exploitation activity CrowdStrike has analyzed thus far.</p>
<h4>Authentication Bypass</h4>
<p>The observed activity appears to begin with an HTTP <code>POST</code> request to <code>/OA_HTML/SyncServlet</code>, which initiates the authentication-bypass portion of a multi-step exploit chain. On at least one confirmed occasion, authentication bypass was related to an administrative account within EBS.&nbsp;</p>
<h4>Code Execution&nbsp;</h4>
<p>To achieve code execution, the adversary targeted Oracle&#8217;s XML Publisher Template Manager by issuing <code>GET</code> and <code>POST</code> requests to <code>/OA_HTML/RF.jsp</code> and <code>/OA_HTML/OA.jsp</code> to upload and execute a malicious XSLT template. Commands in the malicious template are executed when the malicious template is previewed. Figure 1 documents example <code>GET</code> and <code>POST</code> requests used to upload and preview a malicious template.</p>
<p></span></p>
<p>The post <a href="https://massive.news/crowdstrike-identifies-campaign-targeting-oracle-e-business-suite-via-zero-day-vulnerability-now-tracked-as-cve-2025-61882/">CrowdStrike Identifies Campaign Targeting Oracle E-Business Suite via Zero-Day Vulnerability (now tracked as CVE-2025-61882)</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>At least one student killed, dozens injured after school collapses in East Java Province &#124; DW News</title>
		<link>https://massive.news/at-least-one-student-killed-dozens-injured-after-school-collapses-in-east-java-province-dw-news/</link>
		
		<dc:creator><![CDATA[wiredgorilla]]></dc:creator>
		<pubDate>Tue, 30 Sep 2025 07:04:45 +0000</pubDate>
				<category><![CDATA[World News]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Twitter]]></category>
		<guid isPermaLink="false">https://massive.news/at-least-one-student-killed-dozens-injured-after-school-collapses-in-east-java-province-dw-news/</guid>

					<description><![CDATA[<p>Emergency workers in Indonesia are trying to rescue the dozens of students feared trapped under the...</p>
<p>The post <a href="https://massive.news/at-least-one-student-killed-dozens-injured-after-school-collapses-in-east-java-province-dw-news/">At least one student killed, dozens injured after school collapses in East Java Province | DW News</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="video-container"><iframe width="560" height="315" src="https://www.youtube.com/embed/0qkqtYL9DXE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>Emergency workers in Indonesia are trying to rescue the dozens of students feared trapped under the rubble of their school after it collapsed during afternoon prayer. At least one student has died and dozens more were injured when the boarding school in East Java province caved in. Over 100 students have been evacuated. Hundreds of family members have gathered to wait for news of their loved ones as the rescue operation continues. DW correspondent Ferdinand Himawan reports.</p>
<p>#indonesia #eastjava #schoolcollapse<br />For more news go to: http://www.dw.com/en/</p>
<p>Follow DW on social media:<br />►Instagram: https://www.instagram.com/dwnews<br />►TikTok: https://www.tiktok.com/@dwnews<br />►Facebook: https://www.facebook.com/deutschewellenews/<br />►Twitter: https://twitter.com/dwnews</p>
<p>Für Videos in deutscher Sprache besuchen Sie: https://www.youtube.com/dwdeutsch</p>
<p>Subscribe: https://www.youtube.com/user/deutschewelleenglish?sub_confirmation=1</p>
<p>The post <a href="https://massive.news/at-least-one-student-killed-dozens-injured-after-school-collapses-in-east-java-province-dw-news/">At least one student killed, dozens injured after school collapses in East Java Province | DW News</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What could possibly go wrong? DOGE to rapidly rebuild Social Security codebase.</title>
		<link>https://massive.news/what-could-possibly-go-wrong-doge-to-rapidly-rebuild-social-security-codebase/</link>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Sat, 29 Mar 2025 14:08:49 +0000</pubDate>
				<category><![CDATA[World News]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Biz & IT]]></category>
		<category><![CDATA[cobol]]></category>
		<category><![CDATA[doge]]></category>
		<category><![CDATA[Elon Musk]]></category>
		<category><![CDATA[Intelligence]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Payments]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Staff]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Trump]]></category>
		<category><![CDATA[trump administration]]></category>
		<category><![CDATA[WHO]]></category>
		<guid isPermaLink="false">https://massive.news/what-could-possibly-go-wrong-doge-to-rapidly-rebuild-social-security-codebase/</guid>

					<description><![CDATA[<p>Like many legacy government IT systems, SSA systems contain code written in COBOL, a programming language...</p>
<p>The post <a href="https://massive.news/what-could-possibly-go-wrong-doge-to-rapidly-rebuild-social-security-codebase/">What could possibly go wrong? DOGE to rapidly rebuild Social Security codebase.</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div><img decoding="async" src="https://massive.news/wp-content/uploads/2025/03/what-could-possibly-go-wrong-doge-to-rapidly-rebuild-social-security-codebase.jpg" class="ff-og-image-inserted"></div>
<p>Like many legacy government IT systems, SSA systems contain code written in COBOL, a programming language created in part in the 1950s by computing pioneer Grace Hopper. The Defense Department essentially pressured private industry to use COBOL soon after its creation, spurring widespread adoption and making it one of the most widely used languages for mainframes, or computer systems that process and store large amounts of data quickly, by the 1970s. (At least one DOD-related website praising Hopper&#8217;s accomplishments is no longer active, likely following the Trump administration’s DEI purge of military acknowledgements.)</p>
<p>As recently as 2016, SSA’s infrastructure contained more than 60 million lines of code written in COBOL, with millions more written in other legacy coding languages, the agency’s Office of the Inspector General found. In fact, SSA’s core programmatic systems and architecture haven’t been “substantially” updated since the 1980s when the agency developed its own database system called MADAM, or the Master Data Access Method, which was written in COBOL and Assembler, according to SSA’s 2017 modernization plan.</p>
<p>SSA’s core “logic” is also written largely in COBOL. This is the code that issues social security numbers, manages payments, and even calculates the total amount beneficiaries should receive for different services, a former senior SSA technologist who worked in the office of the chief information officer says. Even minor changes could result in cascading failures across programs.</p>
<p>“If you weren&#8217;t worried about a whole bunch of people not getting benefits or getting the wrong benefits, or getting the wrong entitlements, or having to wait ages, then sure go ahead,” says Dan Hon, principal of Very Little Gravitas, a technology strategy consultancy that helps government modernize services, about completing such a migration in a short timeframe.</p>
<p>It’s unclear when exactly the code migration would start. A recent document circulated amongst SSA staff laying out the agency’s priorities through May does not mention it, instead naming other priorities like terminating “non-essential contracts” and adopting artificial intelligence to “augment” administrative and technical writing.</p>
<p>The post <a href="https://massive.news/what-could-possibly-go-wrong-doge-to-rapidly-rebuild-social-security-codebase/">What could possibly go wrong? DOGE to rapidly rebuild Social Security codebase.</a> appeared first on <a href="https://massive.news">MASSIVE News</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
