24h | 7d | 30d

Overview

  • mySCADA Technologies
  • mySCADA myPRO

15 Sep 2026
Published
15 Sep 2026
Updated

CVSS v3.1
MEDIUM (6.3)
EPSS
0.34%

KEV

Description

The myPRO Manager notification gateway exposes an unauthenticated HTTP endpoint used to send SMS messages through a connected GSM modem. The endpoint is accessible over the network and does not require authentication before accepting a phone number and message from a request and sending the specified SMS message. An unauthenticated attacker with network access to the notification gateway could exploit this vulnerability to send arbitrary SMS messages through the connected modem.

Statistics

  • 1 Post

Last activity: 19 hours ago

Bluesky

Profile picture fallback
~Cisa~ Unauthenticated flaws enable privileged access and arbitrary SMS; update to 2.2. - IOCs: CVE-2026-73807, CVE-2026-82567 - #CVE-2026-73807 #CVE-2026-82567 #ThreatIntel
  • 0
  • 0
  • 0
  • 19h ago

Overview

  • Octopus Deploy
  • Octopus Server

15 Sep 2026
Published
15 Sep 2026
Updated

CVSS v4.0
HIGH (7.2)
EPSS
0.26%

KEV

Description

In affected versions of Octopus Server, users with certain scoped permission sets could execute arbitrary scripts on a worker (including the Octopus Server built-in worker). Incorrect permission validation during script execution would allow the script to execute without the user possessing the required authorisation.

Statistics

  • 1 Post

Last activity: 6 hours ago

Fediverse

Profile picture fallback

Octopus Deploy addressed critical Octopus Server vulnerabilities involving a CVSS 8.7 remote code execution. Apply the security patches to prevent attacks.

securityonline.info/octopus-se

  • 0
  • 0
  • 0
  • 6h ago

Overview

  • karakeep-app
  • karakeep

18 Aug 2026
Published
19 Aug 2026
Updated

CVSS v4.0
MEDIUM (6.3)
EPSS
0.52%

KEV

Description

A vulnerability was found in karakeep-app karakeep up to 0.32.0. The affected element is the function authorize of the file apps/web/server/auth.ts of the component Login Endpoint. The manipulation results in improper restriction of excessive authentication attempts. The attack may be performed from remote. This attack is characterized by high complexity. The exploitability is described as difficult. The exploit has been made public and could be used. Upgrading to version 0.33.0 is sufficient to fix this issue. The patch is identified as f7d042971d0d2bcc7119654830cf1eb93eabbf24. It is advisable to upgrade the affected component.

Statistics

  • 1 Post

Last activity: 14 hours ago

Fediverse

Profile picture fallback

ZAST.AI found and verified CVE-2026-75773 and CVE-2026-75774 in Karakeep ≤ 0.32.0.

Credential login lacks rate limiting; the OAuth branch skips mandatory email verification.

Our AI agent uncovered both from source; no published fix as of 2026-07-02.

The report includes PoC and remediation guidance.

blog.zast.ai/vulnerability%20r

  • 0
  • 0
  • 0
  • 14h ago

Overview

  • karakeep-app
  • karakeep

18 Aug 2026
Published
18 Aug 2026
Updated

CVSS v4.0
MEDIUM (6.3)
EPSS
0.46%

KEV

Description

A vulnerability was determined in karakeep-app karakeep up to 0.32.0. The impacted element is an unknown function of the file apps/web/server/auth.ts of the component OAuth Sign-In. This manipulation causes improper authentication. It is possible to initiate the attack remotely. The complexity of an attack is rather high. The exploitability is regarded as difficult. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.

Statistics

  • 1 Post

Last activity: 14 hours ago

Fediverse

Profile picture fallback

ZAST.AI found and verified CVE-2026-75773 and CVE-2026-75774 in Karakeep ≤ 0.32.0.

Credential login lacks rate limiting; the OAuth branch skips mandatory email verification.

Our AI agent uncovered both from source; no published fix as of 2026-07-02.

The report includes PoC and remediation guidance.

blog.zast.ai/vulnerability%20r

  • 0
  • 0
  • 0
  • 14h ago

Overview

  • Microsoft
  • Microsoft Exchange Server 2013

11 Feb 2020
Published
21 Oct 2025
Updated

CVSS
Pending
EPSS
99.96%

Description

A remote code execution vulnerability exists in Microsoft Exchange software when the software fails to properly handle objects in memory, aka 'Microsoft Exchange Memory Corruption Vulnerability'.

Statistics

  • 1 Post

Last activity: 5 hours ago

Fediverse

Profile picture fallback

NightEagle targets Russian companies

Over the past year, our Global Emergency Response Team (GERT) has investigated several incidents involving the NightEagle group (APT-Q-95). This group has been active since at least 2023 and originally focused on organizations in Asia, as we reported previously. We have now identified attacks by the group targeting businesses in Russia. This post examines both known and new tools NightEagle used in its latest campaign.

Initial access


In most incidents, the attackers used compromised valid credentials to gain access to corporate VPNs. VPN connections originated from IP addresses in the Russian segment linked to Cloudflare WARP tunnels, as well as from IP addresses associated with European virtual infrastructure providers.

GhostContainer on Microsoft Exchange


Both during the initial access stage and as the attack progressed, the attackers deployed the GhostContainer backdoor on Microsoft Exchange servers. It incorporates components from several open-source projects, including the Neo-reGeorg tunnel, an exploit for the CVE-2020-0688 vulnerability, and the GhostWebShell class from the ysoserial utility. All of these components are publicly available on GitHub.

We were unable to determine the exact method the attackers used to deliver the backdoor to Microsoft Exchange servers. We believe with a high degree of confidence that they applied a technique already familiar to us: extracting the cryptographic keys used by Microsoft Exchange from the ASP.NET configuration, overwriting the VIEWSTATE framework parameter, and injecting a payload into it, which then launched the GhostContainer backdoor in memory.

The backdoor is a .NET assembly containing three classes that implement its core functionality:

  • Stub: processes C2 commands delivered to the infected system through the x-owa-urlpostdata headers and evades detection by the Antimalware Scan Interface (AMSI) and Windows Event Log mechanisms by overwriting addresses in amsi.dll and ntdll.dll.
  • App_Web_843e75cf5b63: accepts the fakePath and fakePageName parameters and creates virtual paths that redirect requests to the App_Web_8c9b251fb5b3 class.
  • App_Web_8c9b251fb5b3: implements network traffic redirection (proxying) and socket forwarding functionality.

Kaspersky products detect the GhostContainer backdoor as Trojan.MSIL.GhostContainer.gen.


GhostContainer samples identified by the Similarity technology from Kaspersky Threat Analysis

Traffic redirection


Once the attackers gain sufficient privileges during an attack, they leverage RDP to move laterally within the internal network segment. To do this, they download and run tools for tunneling and redirecting network traffic.

The attackers used GitHub repositories to host their archived tools. The names of the repositories and archives were disguised to look legitimate:

  • https://github[.]com/mirror-js/mirror-js/refs/heads/main/js/js-webpack.zip
  • https://github[.]com/mirror-js/mirror-js/refs/heads/main/js/jsonp-pack.zip
  • https://github[.]com/browserthemes/resourcepack/releases/download/main/resource-pack.zip


One of the repositories used for storing network tools

The files contained within the archives were also given names mimicking known legitimate software, though unrelated to the archive names:

  • adobe_32.exe;
  • AdobeSync.exe;
  • trueconf.exe;
  • 1cbroker.exe;
  • 1c-office-plugin.exe;
  • trueconf-broker.exe.

Across the incidents we investigated, we found two tools that the attackers combined for traffic tunneling.

  1. Microsoft dev tunnels
    This is a legitimate Microsoft mechanism that allows local web services to be published for internet access on *.*.devtunnels.ms domains. The attackers used this tunneling capability to expose port 3389 (RDP) on the compromised system.


    Execution graph of adobe_32.exe in Kaspersky Research Sandbox

  2. rdp2tcp
    This is a publicly available tool for tunneling TCP traffic over an established RDP connection. It includes a server component that runs on the target system and a client component that runs on the attacker’s side.
    When virtual channels are opened and closed, corresponding events with IDs 132 (channel opened) and 148 (channel closed) are logged in the Microsoft-Windows-RemoteDesktopServices-RdpCoreTS/Operational.evtx Windows log. These events contain the names of the channels (such as XPSRD, cliprdr, Microsoft::Windows::RDS::DisplayControl, and others) used by the RemoteFX module, which extends the capabilities of the RDP protocol.

    When the rdp2tcp tool is used, events with IDs 132 and 148 will contain the channel name rdp2tcp or other random alphanumeric combinations chosen by the attackers.


    Creation event for a channel named rdp2tcp (server component startup)

The combination of Microsoft dev tunnels and rdp2tcp allows the attackers to maintain network access by using legitimate services without opening additional suspicious ports.

The attackers also used the atexec utility from the Impacket toolkit to create scheduled tasks on target systems. These tasks enabled network port forwarding through standard Windows functionality:
netsh interface portproxy add v4tov4 listenport=443 connectaddress=10.0.12.101 connectport=445

Lateral movement


To obtain elevated privileges and move laterally through the network, NightEagle exploited various vulnerabilities in Active Directory. The attackers used previously established tunnels to connect to internal infrastructure systems.

In one incident, they exploited a well-known RDP implementation vulnerability, CVE-2019-0708 (BlueKeep). They used the vulnerable mechanism to create a local account on the system and add it to the Administrators and Remote Desktop Users groups.


Contents of a system memory dump showing artifacts of the CVE-2019-0708 exploit

The attackers also requested Kerberos tickets with a non-standard combination of flags (Forwardable, Proxiable, Renewable) and attempted to replicate the Domain-Password object from the Active Directory database to impersonate the domain controller (a technique known as DCSync) after obtaining an account with sufficient privileges.

Through these methods, the attackers establish persistence in the infrastructure, obtain password hashes for domain accounts, use long-lived Kerberos tickets to gain legitimate access to target resources, and ultimately compromise domain controllers and the victim’s entire Active Directory infrastructure.

Takeaways


To expand the geographic scope of its targets, NightEagle is updating its methods and adopting new techniques for persistence and lateral movement. Despite the group’s efforts to stay hidden, timely detection of anomalies combined with a comprehensive approach to infrastructure protection can significantly hinder the attackers from achieving their goals. Since the attackers rely on known legitimate tools and infrastructure vulnerabilities, well-configured monitoring can help detect NightEagle’s presence on the network.

Detection by Kaspersky solutions


Kaspersky solutions reliably identify the malicious activity described above at various stages of the attack. We showed examples above of how Kaspersky Threat Analysis detects samples of the GhostContainer backdoor and the tunneling utility. This toolkit also includes the analytical solution Kaspersky Threat Attribution Engine (KTAE), which helps SOC analysts and incident responders determine which APT groups malware can be attributed to. The solution uses a proprietary comparison method that measures the similarity between analyzed samples of suspicious files and known malicious samples in Kaspersky’s collection.

The backdoor we discovered showed similarity to previously analyzed GhostContainer samples and a connection to the NightEagle APT group:


Backdoor analysis with KTAE

However, detection scenarios for this kind of attacks are not limited to file analysis. Deploying a backdoor on a target host produces numerous characteristic artifacts, which allow Kaspersky Endpoint Detection and Response Expert to alert users to anomalies in the infrastructure in a timely manner.

This malicious activity is detected by the following rules, available in the repository:


Process tree in KEDR Expert

Kaspersky Anti Targeted Attack (KATA) detects this malicious activity in network traffic. For example, the Exploit.CVE-2019-0708.TCP.C&C signature allows detecting attempts to exploit the CVE-2019-0708 (BlueKeep) vulnerability.


Alert card for the BlueKeep vulnerability exploitation

Beyond this activity, KATA also detects other NightEagle actions in network traffic, such as the following:

  • Traffic redirection and tunneling variations
  • Attacks on Active Directory (DCSync, attempts to compromise AD CS, and others)
  • Lateral movement across the network


Indicators of compromise

1dcafb7f8448683281106b06dd22409aAdobeSync.exe1f3034b706c78b35d8e34044e68c693aadobe_32.exe3ecd1cd627d0340c92901a478a7caad8
631fb131a56caf4ca0f287ed73e876abApp_Web_Container_1.dll4aa9fb1bf9223dfcdac920759bc7a3c71c-office-plugin.exe, 1cbroker.exe, trueconf.exehttps://github[.]com/mirror-js/mirror-jshttps://github[.]com/browserthemes/resourcepack

securelist.com/tr/nighteagle-a…

  • 0
  • 0
  • 0
  • 5h ago

Overview

  • IBM
  • Sterling File Gateway

14 Sep 2026
Published
15 Sep 2026
Updated

CVSS v3.1
HIGH (7.5)
EPSS
0.38%

KEV

Description

IBM Sterling File Gateway 6.2.0.0 through 6.2.0.6_1, 6.2.1.0 - 6.2.1.2, 6.2.2.0 - 6.2.2.1 could allow a remote attacker to obtain sensitive information due to improper access control.

Statistics

  • 1 Post
  • 1 Interaction

Last activity: 19 hours ago

Bluesky

Profile picture fallback
~Cybergcca~ IBM MQ RCE and vulnerabilities affect GNU libextractor, Firefox, and Docker Sandboxes; patch promptly. - IOCs: CVE-2026-13293, CVE-2026-19290, CVE-2026-91752 - #CVE202613293 #ThreatIntel #Vulnerability
  • 1
  • 0
  • 0
  • 19h ago

Overview

  • GNU
  • libextractor

15 Sep 2026
Published
15 Sep 2026
Updated

CVSS v4.0
HIGH (8.7)
EPSS
0.39%

KEV

Description

GNU libextractor before 1.15 contains a stack-based buffer overflow vulnerability in the process_star_office function that sizes a variable-length stack array from attacker-controlled OLE2 stream data. Attackers can craft malicious StarOffice documents that allocate up to 4 MB on the stack, causing stack overflow and crashing any application extracting metadata from the document.

Statistics

  • 1 Post
  • 1 Interaction

Last activity: 19 hours ago

Bluesky

Profile picture fallback
~Cybergcca~ IBM MQ RCE and vulnerabilities affect GNU libextractor, Firefox, and Docker Sandboxes; patch promptly. - IOCs: CVE-2026-13293, CVE-2026-19290, CVE-2026-91752 - #CVE202613293 #ThreatIntel #Vulnerability
  • 1
  • 0
  • 0
  • 19h ago

Overview

  • IBM
  • MQ

14 Sep 2026
Published
16 Sep 2026
Updated

CVSS v3.1
HIGH (8.8)
EPSS
0.56%

KEV

Description

IBM MQ 9.1.0.0 through 9.1.0.37 LTS, 9.2.0.0 through 9.2.0.43 LTS, 9.3.0.0 through 9.3.0.41 LTS, 9.3.0.0 through 9.3.5.1 CD, 9.4.0.0 through 9.4.0.25 LTS, 9.4.0.0 through 9.4.5.1 CD, and 10.0.0.0 could allow a remote authenticated attacker to execute arbitrary code on the system due to the deserialization of untrusted data.

Statistics

  • 1 Post
  • 1 Interaction

Last activity: 19 hours ago

Bluesky

Profile picture fallback
~Cybergcca~ IBM MQ RCE and vulnerabilities affect GNU libextractor, Firefox, and Docker Sandboxes; patch promptly. - IOCs: CVE-2026-13293, CVE-2026-19290, CVE-2026-91752 - #CVE202613293 #ThreatIntel #Vulnerability
  • 1
  • 0
  • 0
  • 19h ago

Overview

  • Delinea
  • Secret Server (On-Prem)

15 Sep 2026
Published
16 Sep 2026
Updated

CVSS v4.0
CRITICAL (9.1)
EPSS
0.20%

KEV

Description

An unauthenticated user with access to Secret Server could leverage a padding oracle to decrypt or encrypt data using one of the server's cryptographic keys. The key itself is not exposed.

Statistics

  • 1 Post
  • 1 Interaction

Last activity: Last hour

Fediverse

Profile picture fallback

Go hack more Secret Server shit.

delinea.com/security-advisories

Authentication Bypass via SAML Response Manipulation - CVE-2026-15640

Reflected Cross-Site Scripting - CVE-2026-15639

Cryptographic Padding Oracle - CVE-2026-15638

  • 1
  • 0
  • 0
  • Last hour

Overview

  • Pending

31 Jul 2026
Published
31 Jul 2026
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

Statistics

  • 1 Post

Last activity: 19 hours ago

Bluesky

Profile picture fallback
~Cisa~ CISA warns VMAX DVR/NVR flaws enable root access and surveillance compromise; update firmware. - IOCs: CVE-2026-66890, CVE-2026-66887, CVE-2026-68070 - #CVE202666887 #CVE20266890 #ThreatIntel
  • 0
  • 0
  • 0
  • 19h ago
Showing 71 to 80 of 101 CVEs