-
A recently patched security flaw in Microsoft Windows Server Update Services (WSUS) has been exploited by threat actors to distribute malware known as ShadowPad. “The attacker targeted Windows Servers with WSUS enabled, exploiting CVE-2025-59287 for initial access,” AhnLab Security Intelligence Center (ASEC) said in a report published last week. “They then used PowerCat, an open-source
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
A sophisticated new variant of the North Korean-linked Contagious Interview campaign has emerged, featuring an unprecedented level of polish and technical sophistication designed to compromise job-seeking AI developers, software engineers, and cryptocurrency professionals. Unlike typical DPRK IT worker infiltration schemes, this operation targets real individuals through an elaborate fake recruitment platform that mimics legitimate hiring […]
The post North Korean Scam Job Platform Targets U.S. AI Developers appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
High command injection vulnerabilities have been discovered in Tenda’s N300 Wi-Fi 4G LTE Router and the 4G03 Pro model, allowing authenticated attackers to execute arbitrary commands with root privileges on affected devices. With no patches currently available from the manufacturer, security experts are urging users to consider alternative solutions to protect their networks from potential […]
The post Tenda N300 Flaws Allow Attackers to Run Commands as Root appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
Advanced persistent threat actors continue to develop sophisticated techniques for compromising corporate communications, with the ToddyCat APT group demonstrating remarkable evolution in their operational capabilities. Recent research from Kaspersky reveals how this highly organized espionage group has refined methods for covertly accessing internal employee communications at target organizations throughout the second half of 2024 and […]
The post ToddyCat APT Targeting Internal Employee Communications at Organizations appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
A high security vulnerability has been discovered in vLLM, a widely used high-throughput inference and serving engine for Large Language Models. The flaw, identified as CVE-2025-62164, enables attackers to execute arbitrary code remotely through maliciously crafted payloads sent to the Completions API endpoint. Attribute Details CVE ID CVE-2025-62164 Severity High CVSS Score 8.8/10 Affected Product vLLM […]
The post vLLM Flaw Allows Remote Code Execution Through Malicious Payloads appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
K7 Labs researchers have identified a sophisticated Python-based malware sample employing multi-stage obfuscation and process injection techniques to achieve stealthy persistence on Windows systems. The malware reconstructs a 65 MB blob, with the bulk consisting of filler content, and only a small, valid, marshalled .pyc segment at the end containing the actual malicious code. This […]
The post Python-Based Malware Enables Stealthy Process Injection into Legitimate Windows Binaries appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
The Wireshark Foundation has rolled out a crucial security update for its widely used network protocol analyzer, addressing multiple vulnerabilities that could lead to denial-of-service conditions.
The latest release, version 4.6.1, specifically targets flaws discovered in the Bundle Protocol version 7 (BPv7) and Kafka dissectors. These vulnerabilities, if left unpatched, allow attackers to forcibly crash the application by injecting malicious data into a network stream or a trace file.
Dissector Crashes Expose Users to Denial of Service
The core of the recent security advisory focuses on how Wireshark parses specific network protocols. Security researchers identified a significant flaw in the BPv7 dissector, tracked as wnpa-sec-2025-05, which affects version 4.6.0.
A similar vulnerability was discovered in the Kafka dissector, designated wnpa-sec-2025-06, impacting version 4.6.0 as well as 4.4.x branch ranging from 4.4.0 to 4.4.10.
Advisory ID Component Vulnerability Type Impact Affected Versions Fixed Version wnpa-sec-2025-05 BPv7 Dissector NULL Pointer Dereference / Crash Denial of Service (DoS) 4.6.0 4.6.1 wnpa-sec-2025-06 Kafka Dissector Memory Corruption / Crash Denial of Service (DoS) 4.6.0, 4.4.0 – 4.4.10 4.6.1, 4.4.11 In both scenarios, the mechanism for exploitation involves the injection of a malformed packet. Attackers can trigger these crashes either by transmitting a specially crafted packet onto a live network interface that Wireshark is monitoring or by convincing a target analyst to open a compromised packet trace file.
While the Wireshark team discovered these issues during internal testing and is currently unaware of active exploitation in the wild, the potential for disruption remains high for security operations centers (SOCs) and network administrators who rely on the tool for continuous monitoring.
Beyond the primary security patches, the maintenance release resolves a variety of stability issues that hindered protocol analysis. Significant corrections were applied to the L2CAP dissector, which previously failed to correctly interpret retransmission modes, and the DNS HIP dissector, which erroneously labeled PK algorithms as HIT lengths.
The development team also addressed a crash in TShark triggered by Lua plugins and resolved a specific issue where the application would stall when selecting messages.
Further improvements include fixes for the TCP dissector, creating invalid packet diagrams, and corrections for LZ4-compressed output file write failures. Users working with complex network environments will benefit from the resolved conflict between endian.h and libc during plugin builds.
The update also ensures that UDP Port 853 is correctly decoded as QUIC (DoQ) and restores functionality for Omnipeek files that were previously incompatible with version 4.6.0.
Issue ID Component Description Issue 2241 L2CAP Dissector Corrected logic; the dissector now properly understands retransmission mode. Issue 20768 DNS HIP Dissector Fixed a labeling error where the PK algorithm was incorrectly identified as HIT length. Issue 20776 Build System Resolved aclang-clcompilation error inpacket-zbee-direct.c. Issue 20779 File I/O Addressed a failure when writing to an LZ4-compressed output file. Issue 20786 Plugins Fixed a conflict betweenendian.handlibcwhen building plugins. Issue 20794 TShark Resolved a crash caused by Lua plugins. Issue 20797 UI Performance Fixed an issue where Wireshark stalled for several seconds when selecting specific messages. Issue 20802 TLS Dissector Corrected handling of TLS Abbreviated Handshakes using New Session Tickets. Issue 20803 WebSocket Fixed a bug where custom WebSocket dissectors failed to run. Issue 20813 DCERPC Dissector Resolved a dissector bug inpacket-dcerpc.ctriggered byWINREG QueryValue. Issue 20817 Lua API Fixed a crash inFileHandlerwhen reading packets. Issue 20818 Filter Engine FixedApply As FilterforFT_NONE/BASE_NONEfields (single byte) to correctly use hex values. Issue 20819 UI Layout Resolved a problem in “Pane 3” preference layout when selecting “Packet Diagram” or “None”. Issue 20820 TCP Dissector Fixed the creation of invalid packet diagrams. Issue 20831 File Format Fixed an issue with too many nested VLAN tags when opening as File Format. Issue 20842 File Support Restored support for Omnipeek files, which was broken in version 4.6.0. Issue 20845 IsoBus Dissector Added support for UTF-16 strings in string operations. Issue 20849 SNMP Dissector Corrected filtering forgetBulkRequestrequest-IDs. Issue 20852 Fuzz Testing Addressed a specific fuzz job issue (fuzz-2025-11-12-12064814316.pcap). Issue 20856 QUIC/DoQ Ensure UDP Port 853 (DoQ) is correctly decoded as QUIC. Network administrators and security analysts should prioritize upgrading to Wireshark 4.6.1 or 4.4.11 immediately. The update is available for download directly from the Wireshark Foundation’s website or through respective package managers for Linux and Unix distributions.
Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.
The post Wireshark Vulnerabilities Let Attackers Crash by Injecting a Malformed Packet appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
The Cybersecurity and Infrastructure Security Agency (CISA) is urging organizations to immediately address a critical security flaw in Oracle Identity Manager following reports of active exploitation.
The vulnerability, tracked as CVE-2025-61757, allows unauthenticated remote attackers to execute arbitrary code on affected systems, posing a severe threat to enterprise and government networks.
This warning comes in the wake of a massive breach earlier this year involving Oracle Cloud’s own login service, which exposed over six million records.
Security researchers at Searchlight Cyber identified this vulnerability while analyzing the attack surface of Oracle Cloud’s login host. The investigation revealed that the same software stack compromised in January, specifically the Oracle Identity Governance Suite, contained a severe pre-authentication Remote Code Execution (RCE) flaw.
This discovery highlighted a critical oversight in how the application handled authentication filters, leaving hundreds of tenants vulnerable to complete compromise without requiring any valid credentials.
The vulnerability resides within the application’s SecurityFilter mechanism found in the web.xml configuration. This filter was designed to manage authentication checks but relied on a flawed regular expression whitelist.
Developers intended to allow unauthenticated access to Web Application Description Language (WADL) files, but the implementation failed to account for how Java interprets request Uniform Resource Identifiers (URIs).
Attackers can bypass authentication entirely by appending specific matrix parameters to the URL. The research team demonstrated that adding ;.wadl to a request URI tricks the server into treating the request as a harmless WADL retrieval while the underlying Java servlet processes it as a valid API call.
This logical discrepancy grants attackers unrestricted access to restricted REST endpoints, such as /iam/governance/applicationmanagement.
Once authentication is bypassed, threat actors can leverage the groovyscriptstatus endpoint to achieve code execution. Although this endpoint is intended only to syntax-check Groovy scripts without running them, it does perform compilation.
By injecting a script containing the @ASTTest annotation, attackers can force the Java compiler to execute arbitrary code during the compilation phase. This technique effectively turns a syntax checker into a fully functional remote shell, granting control over the host system.
This vulnerability is particularly dangerous because it requires no prior access or credentials. The combination of a trivial authentication bypass and a reliable method for code execution makes it an attractive target for ransomware groups and state-sponsored actors.
Organizations running Oracle Identity Governance Suite 12c are advised to apply the relevant patches immediately or isolate the affected services from the public internet.
CVE ID Affected Product Vulnerability Type Impact Severity CVE-2025-61757 Oracle Identity Governance Suite 12c (12.2.1.4.0) Pre-Authentication RCE Remote Code Execution, Full System Compromise Critical (9.8) CVE-2021-35587 Oracle Access Manager Pre-Authentication RCE Data Exfiltration, Tenant Compromise Critical Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.
The post CISA Warns of Oracle’s Identity Manager RCE Vulnerability Actively Exploited in Attacks appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
SCHOFIELD BARRACKS, Hawaii—Inside a mud-splattered tent, the Army’s vice chief and the commander of the 25th Infantry Division watched on two giant TV screens as the division attempted to repel an enemy attack from the sea. Just outside, the service’s first launched-effects battery used an unmanned reconnaissance glider that arrived about a month before to provide a picture of the simulated assault, while the division’s new HIMARS rocket launchers shot down “enemy” drones.
“We have old stuff, we have new stuff, and we’re fighting in a new way,” said Col. Dan Von Benken, the division’s artillery commander.
It was the last day of a two-week Joint Pacific Multinational Readiness Center exercise, and this constructed amphibious battle was the end of a scenario in which the soldiers worked with partner forces to defend an archipelago and take back islands seized by the enemy.
The exercise involved 75 experiments and incorporated every U.S. service branch plus seven partner nations. It kicked off with soldiers from the 11th Airborne Division’s 2nd Infantry Brigade Combat Team flying from Alaska to the island of Hawaii, where they parachuted into a training area with close-air support from the Hawaii Air National Guard. It included a nighttime long-range maritime air assault mission and another mission that flew four HIMARS aboard C-17s from Hawaii to Wake Island, unloaded them for a simulated raid, and then flew them back again.
“We basically create a world in which we’re dealing with not just the land forces that have arrived, but their naval forces that can help support them, and then other long-range fires that they have. Because that’s the reality that we live in, is that the threats that land forces will deal with, just like our naval and our air, are truly multi-domain,” Maj. Gen. Jay Bartholomees, commander of 25th ID, told reporters.
The experimentation is part of the Army’s “transformation in contact” initiative, a rapid modernization effort that started last year with three brigades and has now spread throughout the force. One of those original three brigades is part of the 25th Infantry Division, and after the initial push, the service expanded the effort to every brigade in the division. At the end of the exercise, 25th ID Command Sgt. Maj. Shuan Curry said, “the entire division will have restructured itself.”
Mingus traveled here to see how the exercise was going, to check in on several of the experiments, and to get feedback from soldiers at all ranks about what is working—and what isn’t.
Hours before they watched the simulated enemy attack, Mingus and Bartholomees climbed into a Black Hawk helicopter at Fort Shafter, flying over mountains and pineapple fields to reach the Kahuku training area. There, standing next to a new infantry squad vehicle draped in camouflage netting, a captain in wrap-around sunglasses and a fighting load carrier reported that the vehicle was able to produce enough power to charge multiple laptops, drones, Starlink receivers, and more for two weeks without “any outside sustainment.”
“We’ve been completely self-reliant,” said Capt. Nathan Ley.
Not everything went so smoothly. The effects platoon’s gun trucks have been hard to conceal. New tech has sped up the rate of transmissions about targeting, but a “reluctance to assume risk on fires” has slowed down approval to around an hour in some cases. It’s “a classic example of where we introduced tech, but we didn’t go back and update the process,” Mingus said.
But the point of trying all these new things is to find those problems, so they can be fixed within weeks, instead of years.
On a different training range, the division’s artillery was testing a lot of new things at once—including loitering munitions and the HIMARS. It’s helped the unit shoot farther, sense farther, and strike farther, Von Benken said. And the beauty of the steep learning curve is that “I’m able to fail fast.”
“If you rewind the tape to six months ago, and you look at doctrine, my ability to strike wasn’t matching up with what I was being asked to do,” he said. Now, “I think we’re really hitting our stride in terms of how to fight as a division.”
The days of using only “traditional tubed artillery” in a fight are likely over, Mingus told Defense One. “We don’t know what the exact numbers are, but we know that it’s going to have rockets, traditional artillery, and then…an organization that employs a series of different special effects—launched effects. Loitering munitions, one-way attack drones, spy drones, spoof drones, ones that can do electronic warfare.”
Testing and experimenting with these different systems at JPMRC helps get the Army closer to knowing what the right combination of all of those is, he said.
“We see in Ukraine every day…they’re still pumping four to five thousand rounds of 155 [millimeter artillery shells], and 130 to 150,000 rounds a month. So traditional artillery still has a role, but how much?” Mingus said.
Long-range fires are becoming ever-more important, “especially here in the Indo-Pacific given the ranges,” he added.
While drones and artillery tend to get the headlines, Mingus is also deeply interested in another less-flashy topic: next-generation command and control. The service has been working on it for a few years, he said, but previously had only introduced it during Project Convergence. This year, the Army decided to introduce it in two full infantry divisions: the 25th and the 4th.
“It’s very exciting, because the chief [of staff of the Army, Gen. Randy George] and I both have lived with a network in the Army that hasn’t worked very well.…And we have an opportunity here to really get it right.”
With the old network, he said, “when you would cross the line of departure and go on a mission, everybody would have great shared understanding, but the minute that you move out, that shared understanding starts to come down. Much of that is…because our ability to stay connected has been not where it probably should be.…If we can think faster, shoot faster, trust each other, that we’re doing the right thing, maintain that broad shared understanding across an organization, we will be faster than our adversaries.”
Incorporating so many new technologies is not without its own set of challenges. Speaking to Mingus next to an “ISV-heavy” full of communications systems, 3rd Mobile Brigade commander Col. Adisa King described the “cognitive overload” he’s witnessed.
Though his brigade has a variety of new tech, including electronic-warfare packs, “what I realized real quick, when all the power goes out, I have to reach into here,” he said, reaching into a pocket to pull out a map, “and that’s where I find out what was real.”
Right now, Mingus said, everything is new. But once it all starts to come together, the skills senior leaders have grown up with will start to erode.
“So how do you keep everybody masters of the science, but enabled by technology? I don’t have the answer, but you guys are going to have to figure that out.”
During his day-long tour of the island, Mingus watched a laser kill a drone, visited Indo-Pacific Command’s Forge facility, and spoke to dozens of soldiers about how the exercise and the experiments were going. Shortly before leaving for a meeting of Five Eyes army vice chiefs in Australia, he told Defense One that the 25th ID is unique “because it lives in the very environment that we’re trying to optimize for,” and also has an “amazing innovation culture.”
Transformation in Contact has already radically changed the Army, he said, and has gone from a 1.0 and 2.0 model to “continuous transformation.”
“As we continue to make our Army more modern, more lethal, more agile… having a much faster ability to respond to whatever the nation needs it to do. After 15, 18 years of war, fighting a war that was for all the right reasons, and we had to transform to be able to deal with that environment, we’ve got to unravel a lot of that. And so this journey is long from over. It will never end.”
]]>¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶


