Krytyczna podatność w Citrix Virtual Apps and Desktops

Rozwiązania takie jak Citrix Virtual Apps and Desktops pozwalają zmienić paradygmat pracy, dzięki scentralizowanej platformie, która odpowiada za wirtualizację, pracownicy mogą kontynuować wykonywanie swoich zadań od miejsca, w którym je skończyli na zupełnie innym urządzeniu. Centralizacja pozwala na ułatwienie zarządzania czy monitorowania, co może mieć pozytywny wpływ na bezpieczeństwo. Przeniesienie...

#WBiegu #Binaryformatter #Citrix #Deserializacja #Msmq #Rce

https://sekurak.pl/krytyczna-podatnosc-w-citrix-virtual-apps-and-desktops/

Krytyczna podatność w Citrix Virtual Apps and Desktops

Rozwiązania takie jak Citrix Virtual Apps and Desktops pozwalają zmienić paradygmat pracy, dzięki scentralizowanej platformie, która odpowiada za wirtualizację, pracownicy mogą kontynuować wykonywanie swoich zadań od miejsca, w którym je skończyli na zupełnie innym urządzeniu. Centralizacja pozwala na ułatwienie zarządzania czy monitorowania, co może mieć pozytywny wpływ na bezpieczeństwo. Przeniesienie...

Sekurak
Hunter Search Engine

Internet Search Engines For Security Researchers

Four months passed since the publication of #MSMQ #QueueJumper.

Has anyone seen any in-the-wild exploitation yet?

#vulnerability #threatintel

MSMQ QueueJumper (RCE Vulnerability): An In-Depth Technical Analysis

Unpack the remote code execution vulnerability impacting the Microsoft Message Queueing service — CVE-2023-21554, a.k.a. QueueJumper.

Security Intelligence

My #MSMQ #honeypot is extreeeemly advanced 😆​

`ncat -vlkp 1801 > /dev/null -c 'cat msmq.out.raw'`

Then a #tshark capturing the traffic.

#QueueJumper

Jetzt patchen! QueueJumper-Lücke gefährdet hunderttausende Windows-Systeme | heise online
https://heise.de/-8961420 #Sicherheitslücke #Windows #MSMQ
Jetzt patchen! QueueJumper-Lücke gefährdet hunderttausende Windows-Systeme

Sicherheitsforscher haben nach weltweiten Scans über 400.000 potenziell angreifbare Windows-Systeme entdeckt. Sicherheitspatches sind verfügbar.

heise online

Done! Submitted a pull request to the #nmap project to add a #MSMQ service probe. Hope it gets accepted and helps everyone once merged.

https://github.com/nmap/nmap/pull/2632

Paging @shodan, you may find this useful. It's different from the one I posted yesterday.

#QueueJumper #CVE202321554 #vulnerability #vulnerabilityManagement

Write service probe for MSMQ (Microsoft Message Queuing) by goncalor · Pull Request #2632 · nmap/nmap

Adds a service probe to confirm whether the service running on TCP port 1801 is MSMQ. I've documented here part of my process as I was studying/testing the protocol to implement the probe. This pro...

GitHub

If the byte at offset 18 is set to 0x02 instead of 0x12, that connection request was actually accepted.

Ouch if you find this on the Internet I guess!

#MSMQ #nmap #QueueJumper

The ZZZZ (🐝​) at the end of the response packet are mandatory.

> When the EstablishConnectionHeader is part of a response
packet from a server, each byte of this array MUST be filled with the value 0x5A.

#MSMQ #nmap