Overview
Description
Statistics
- 5 Posts
- 20 Interactions
Fediverse
I physically can't access most of my computers right now due to motorbike logistics, and in the middle of nowhere I read about a buffer overflow in GNU gzip (CVE-2026-41992).
Fortunately, I believe every place that matters I'm explicitly using a pure #rust implementation of gzip.
Overview
Description
Statistics
- 5 Posts
- 4 Interactions
Fediverse
🚨 Executive Risk Brief: CVE-2026-8452 targets Citrix NetScaler ADC & Gateway via memory buffer flaws. Leaders must review asset visibility, patch velocity, and risk governance. Read the full CSUITE brief: https://thecybermind.co/zapn
Bluesky
Overview
Description
Statistics
- 1 Post
- 28 Interactions
Fediverse
Go hack more drone shit.
https://nvd.nist.gov/vuln/detail/cve-2026-78251
DJI drones contain an FTP service that uses hardcoded credentials shared across affected models and permits authenticated users to upload files without limits on file size, file count, or total storage consumed in /blackbox/upgrade/, as well as overwrite existing files in that directory. An attacker with access to the drone's internal network or USB RNDIS interface can exhaust the available storage, preventing the aircraft from writing flight records, logs, and telemetry and potentially preventing subsequent firmware updates. Uploaded files persist across reboot and factory reset. Affected models are DJI Neo until 01.00.0400, DJI Neo 2 until 01.00.0500, DJI Flip until 01.00.1200, DJI Air 3 until 01.00.1600, DJI Air 3S until 01.00.1400, DJI Avata 2 until 01.00.0400, DJI Avata 360 until 01.00.0300, DJI Mavic 3 until 01.00.1400, DJI Mavic 3 Classic until 01.00.0800, DJI Mavic 3 Pro until 01.01.0700, DJI Mavic 4 Pro until 01.00.0500, DJI Mini 2 until 01.07.0200, DJI Mini 3 until 01.00.0500, DJI Mini 3 Pro until 01.00.0900, DJI Mini 4 Pro until 01.00.1100, and DJI Mini 5 Pro until 01.00.0600. Remediation requires a firmware update from the vendor.
Overview
Description
Statistics
- 1 Post
- 30 Interactions
Fediverse
#OpenZFS security advisory. If you're using OpenZFS on Linux, and you have unprivileged users or containers on the system, you should upgrade to the latest releases ASAP.
https://github.com/openzfs/zfs/security/advisories/GHSA-mhf5-q8gw-qg9v
https://www.cve.org/CVERecord?id=CVE-2026-79619
Overview
Description
Statistics
- 2 Posts
Fediverse
Zimbra : plus de 270 serveurs de messagerie compromis grâce à la faille CVE-2026-73570 https://www.it-connect.fr/zimbra-cve-2026-73570-serveurs-compromis/ #ActuCybersécurité #Cybersécurité #Vulnérabilité
Overview
Description
Statistics
- 3 Posts
Fediverse
Critical Next.js & libheif RCE Vulnerabilities: Inside the August 2026 AVIF Zero-Day Exploit Chain
Critical Next.js RCE vulnerabilities affect AVIF image optimization and Windows servers. Learn about libheif, GHSA-2xp9-vwfh-vxw4, CVE-2026-75604https://thecybersecguru.com/news/nextjs-rce-avif-libheif-cve-2026-75604/
#NextJS: Two Critical Vulnerabilities in NextJS allow unauthenticated #RCE: one through crafted AVIF images, another via path traversal on Windows (CVE-2026-75604).
Upgrade your NextJS immediately to v15.5.24 or 16.3.3!:
👇
https://thehackernews.com/2026/08/nextjs-patches-critical-avif-and.html
Overview
Description
Statistics
- 2 Posts
Fediverse
Oracle Sicherheitsloch von Januar wird angegriffen!
Vor einem Monat hatte Oracle einen riesigen Haufen Sicherheitslücken geflickt. Aber um gefährdet zu sein, braucht man keine frischen Sicherheitslücken. Es reicht auch, Updates nicht zu installieren. Die CISA hat die Sicherheitslücke CVE-2026-21962 (Risiko 10 von 10) in Oracle-Software, gegen die im Januar bereits ein Update veröffentlicht wurde, am 2026-08-24 in den Katalog der als ausgenutzt bekannten Sicherheitslücken (KEV) aufgenommen. Die US-Behörden wurden angewiesen, das Update nunmehr binnen drei Tagen einzuspielen. Ab heute müssten also Angriffe auf diese Lücke in Leere laufen. ;-)
#cybercrime #exploits #sicherheit #UnplugOracle #UnplugTrump
Overview
- Microsoft
- Microsoft Exchange Server 2016 Cumulative Update 23
Description
Statistics
- 2 Posts
Fediverse
Aktuelle Neuigkeiten: Microsoft Exchange: Exploit-Code veröffentlicht (CVE-2026-62911)
https://www.cert.at/de/aktuelles/2026/8/microsoft-exchange-exploit-code-veroffentlicht-cve-2026-62911
Overview
- mcp-router
- mcp-router
Description
Statistics
- 1 Post
- 8 Interactions
Fediverse
Go hack more MCP shit.
https://nvd.nist.gov/vuln/detail/cve-2026-81094
The mcp-router CLI served its MCP aggregator on every interface and enforced authentication only when the operator asked for it. The serve command in apps/cli/src/commands/serve.ts defaulted its host to the all-interfaces address on a fixed port, and required a token only when the corresponding flag was supplied, so a default invocation exposed the aggregator, and every MCP server it fronted, to anyone able to reach the port. Release 0.6.3 defaults the host to the loopback address and refuses to start without a token whenever the host it is given is not a loopback address; no earlier release carries either check.
Overview
- Spring
- Spring Security
Description
Statistics
- 1 Post
- 5 Interactions
Fediverse
wat
https://spring.io/security/cve-2026-59270
Spring Security's embedded UnboundID LDAP server (
UnboundIdContainer) unconditionally registers an administrative credential and binds its listener to all available network interfaces.An attacker who could reach the LDAP listener port could authenticate using the well-known administrative bind DN, and then read or modify entries in the in-memory directory.