SecLists.Org Security Mailing List Archive

Any hacker will tell you that the latest news and exploits are not found on any web site—not even Insecure.Org. No, the cutting edge in security research is and will continue to be the full disclosure mailing lists such as Bugtraq. Here we provide web archives and RSS feeds (now including message extracts), updated in real-time, for many of our favorite lists. Browse the individual lists below, or search them all using the Site Search box above.

Insecure.Org Lists

nmap-dev logo

Nmap Development — Unmoderated technical development forum for debating ideas, patches, and suggestions regarding proposed changes to Nmap and related projects. Subscribe to nmap-dev here.

Re:New OS fingerprint: China Unicom ONT/ONU (Realtek/Boa) gbfdhenr (Liang Xiangan) (Aug 01)
Hi Nmap developers,

I'd like to submit service fingerprints for a China Unicom GPON ONT (model PT927G) that I found in my home network.
This device runs a Linux-based firmware (kernel 3.18.24) and exposes several services.

**Device Information**:
- Model: PT927G
- Vendor: China Unicom (customized)
- Hardware hint: SMB share comment mentions "Realtek", suggesting a Realtek chipset.

**Service Fingerprints**:
1. **HTTP (port...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Aug 01)
Hi developers,

I'd like to add a service fingerprint for port 37443/tcp on the Huawei AX3 router.

This port runs SSL/TLS and requires client certificate authentication (mTLS). When connecting with a self-signed client
certificate, the server rejects it with a "unknown ca" alert, indicating that it verifies the client certificate
against a trusted CA.

**Certificate details:**

Subject: CN=Master.ws7100-10, O=Huawei Technologies...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Aug 01)
Hi Nmap developers,

Following up on my previous submissions (OS fingerprint and NSE script for the Huawei AX3), I've conducted a full port
scan and discovered two additional services that may help refine the service fingerprint database.

**1. Port 37215/tcp – UPnP**
- Service identified as: `Huawei ATP gateway upnpd`
- This seems to be already correctly matched in `nmap-service-probes`. I just wanted to confirm its presence.

**2. Port...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Aug 01)
PATCH] New NSE script: huawei-ax3-info.nse

Hi Nmap developers,

Following up on my previous OS fingerprint submission for the Huawei AX3 router (Message-ID:
<335797c9.5fe8.19fb73084b0.Coremail.gbfdhenr () 163 com>), I've developed an NSE script to extract device information
from the router's /api/system/deviceinfo endpoint.

The script retrieves:
- Device model (CustDeviceName)
- Hardware version
- Serial number
- Uptime
-...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Jul 31)
Supplemental device metadata for my previous submission (Message-ID: <335797c9.5fe8.19fb73084b0.Coremail.gbfdhenr ()
163 com>):

- Product: Huawei Router AX3
- Hardware Version: VER.A (HiSilicon chipset)
- Firmware/Software Version: 4.2.0.18 (V5R2)
- HarmonyOS Version: 4.2.0
- Uptime at scanning: 7 days (stable state, non-reboot)
- MAC OUI: 30:A9:98 (Huawei)

Note: Both WAN and LAN MACs share the same OUI. Please use this to reclassify the...

Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Jul 31)
Hi Nmap team,

I've encountered a clear OS detection misidentification that I believe should be corrected.

**Device in question**:
- A Huawei home router (MAC OUI: 30:A9:98 -> Huawei Device)
- Open ports: 53, 80, 443 (typical router/AP, not a headless switch)
- Running: Linux-based firmware (likely 3.18.24)

**Current incorrect result**:
Nmap 7.99 reports it as: "Netgear GS108Tv3, GS110Tv3, or GS308T switch (Linux 3.18.24)"...

Re: NSE submission: detect & enumerate AI infrastructure (MCP servers + LLM inference APIs) Arturo 'Buanzo' Busleiman (Jun 30)
Hi, nice work! This may also be useful, I mentioned it to Fyodor privately
a couple weeks ago and forgot to mention here:

https://github.com/buanzo/lua-mcp
https://github.com/buanzo/lua-mcp/blob/liblua-mcp-latest/examples/nmap/mcp-listen.nse

Cheers!

NSE submission: detect & enumerate AI infrastructure (MCP servers + LLM inference APIs) Ben Williams via dev (Jun 20)
Hi,
I've opened a PR adding three NSE scripts and two shared nselibs to detect and enumerate two classes of AI
infrastructure that nmap doesn't currently cover:

* mcp-info (discovery, safe, version) + mcp-enum (discovery, safe): MCP server detection (initialize handshake over
Streamable HTTP + legacy SSE), OAuth 2.1 protected-resource discovery (RFC 9728), and read-only tools/resources/prompts
enumeration with schema-based risk...

[PATCH] nselib/bitcoin: add address classification helpers (refs #2857, PR #3371) Melo via dev (May 25)
PR #3371 adds three functions to nselib/bitcoin.lua:

- looks_like_address(value) -- regex candidate detection
- validate_address(value) -- Base58Check, Bech32, Bech32m validation
- classify_address(value) -- high-level classification

Supports mainnet, testnet, and regtest with full unittest (38/38 pass).
No network calls, no external APIs, no real keys, no changes to existing scripts.

PR: https://github.com/nmap/nmap/pull/3371
Issue:...

[NSE] matter-identify: identify Matter smart-home devices via mDNS Balázs Zoltán (May 11)
Hi,

Attached is matter-identify.nse, a new discovery script for identifying
Matter (formerly Project CHIP) smart-home devices.

It sends DNS PTR queries to 5353/udp for the three Matter service types
defined in the Matter Core Spec section 4:

_matter._tcp.local commissioned / operational nodes
_matterc._udp.local nodes in commissioning mode
_meshcop._udp.local Thread border routers

TXT records are decoded into VID,...

Re: Rahmat Ramadhan (May 01)
gaa

Pada Sen, 9 Mar 2026 08:20, Juan jose Rodriguez <
juanjoserodriguezmontoya35 () gmail com> menulis:

[PATCH 0/5] ALPN-based HTTP/2 service detection improvements Urval Kheni (Apr 14)
Hi,

This patch series introduces ALPN-based improvements to service detection
for TLS services.

It adds support for extracting the negotiated ALPN protocol and uses
"h2" as a conservative fallback signal to infer HTTP over TLS when
service detection fails.

This improves detection of HTTP/2-only services, which return binary
responses not recognized by existing probes.

The changes are structured as follows:

1. Fix OpenSSL provider...

Bug Report: ssl-enum-ciphers fails (EOF) on CloudFront/ECDSA targets supporting TLS 1.2 Jack Seredyniecki via dev (Apr 14)
Hello nmap dev team,

I am reporting a false negative where ssl-enum-ciphers fails to detect TLS
1.2 on a CloudFront target (itwisegroup.com:443) that uses an ECDSA
certificate and Post-Quantum hybrid key exchange (X25519MLKEM768).
While sslscan and openssl confirm TLS 1.2 is active, Nmap reports only TLS
1.3. My debug logs show the server is dropping the connection (EOF) during
the Nmap TLS 1.2 handshake attempt:
NSE: [ssl-enum-ciphers...

[PATCH] Support Linux capabilities for non-root raw packet scanning Ali Norouzi via dev (Apr 14)
Hi everyone,

I just opened a PR that adds support for Linux capabilities, allowing nmap to
perform raw packet scans without sudo when the binary has `CAP_NET_RAW` set via
setcap:

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

Please review.

Best,
Ali

Fix for issue #3326 advait deshmukh (Apr 14)
Issue link <https://github.com/nmap/nmap/issues/3326>
Pull request link <https://github.com/nmap/nmap/pull/3337>
I read the source code and, from what I understood, the current output
appears to be intentional. The ipv4 value being shown seems to refer to the
next header, i.e., the protocol of the packet encapsulated within the outer
packet, which in this case is IPv6.
Since the user has explicitly specified -6 in the command, it...

nmap-announce logo

Nmap Announce — Moderated list for the most important new releases and announcements regarding the Nmap Security Scanner and related projects. We recommend that all Nmap users subscribe to stay informed.

Npcap Version 1.82 Released with VLAN Tagging and More Gordon Fyodor Lyon (Apr 28)
Dear Nmap Community,

In preparation for an imminent Nmap release (hopefully this week!), we have
released Version 1.82 of our Npcap Windows packet capture and transmission
driver. It builds upon the recent 1.81 release to add support for VLAN
tagging. This allows you to select for packets directed to a certain VLAN
or just inspect the VLAN headers on any packets received. It's especially
useful for Wireshark users. You can also now send...

Nmap 7.95 released: OS and service detection signatures galore! Gordon Fyodor Lyon (May 05)
Dear Nmap Community,

I just arrived in San Francisco for the RSA conference and am delighted to
announce our Nmap Version 7.95 release! I'm most excited that we finally
tackled our backlog of OS and service detection fingerprint submissions.
We're not talking about dozens or hundreds of them-we processed more than
6,500 fingerprints!

For OS detection, we added 336 signatures, bringing the new total to 6,036.
Additions include iOS 15...

fulldisclosure logo

Full Disclosure — A public, vendor-neutral forum for detailed discussion of vulnerabilities and exploitation techniques, as well as tools, papers, news, and events of interest to the community. The relaxed atmosphere of this quirky list provides some comic relief and certain industry gossip. More importantly, fresh vulnerabilities sometimes hit this list many hours or days before they pass through the Bugtraq moderation queue.

CyberDanube Security Research 20260611-0 | Multiple Denial of Service Vulnerabilities in Dahua IPC/SD/NVR/XVR/EVS/VTO/VTH/ASI/TPC Camera Series Thomas Weber | CyberDanube via Fulldisclosure (Aug 29)
CyberDanube Security Research 20260611-0
-------------------------------------------------------------------------------
title| Multiple Denial of Service
product| Dahua DH-IPC-HFW Series
vulnerable version| <=V3.142.0000000.8.R.250826
fixed version| Versions build including and after 2026-03-26.
CVE number| CVE-2026-29115, CVE-2026-29116
impact| High
homepage| https://www.dahuasecurity.com/
found| 20.10.2025
by| T. Weber, S. Eisenreich-Dietz...

Multiple Integer Overflows in U-Boot Filesystem Parsing (CVE-2025-70290 through CVE-2025-70293) t.preissl via Fulldisclosure (Aug 29)
-----BEGIN SECURITY ADVISORY-----

Title: Multiple Integer Overflows in U-Boot Filesystem Handling
Author: Timo Preißl <t.preissl () proton me>
Date: 2026-02-11
CVEs: CVE-2025-70290, CVE-2025-70291, CVE-2025-70292, CVE-2025-70293
Affected: Denx U-Boot <= v2026.01-rc4
Fixed in: v2026.04-rc1 (commit adccdb2)

== Overview ==

Multiple integer overflow vulnerabilities were discovered in the U-Boot
bootloader's filesystem handling code...

[ADVISORY] Multiple Integer Overflows in U-Boot Filesystem Parsing (CVE-2025-70290 through CVE-2025-70293) t.preissl via Fulldisclosure (Aug 29)
-----BEGIN SECURITY ADVISORY-----

Title: Multiple Integer Overflows in U-Boot Filesystem Handling
Author: Timo Preißl <t.preissl () proton me>
Date: 2026-02-11
CVEs: CVE-2025-70290, CVE-2025-70291, CVE-2025-70292, CVE-2025-70293
Affected: Denx U-Boot <= v2026.01-rc4
Fixed in: v2026.04-rc1 (commit adccdb2)

== Overview ==

Multiple integer overflow vulnerabilities were discovered in the U-Boot
bootloader's filesystem handling code...

JSON Deserialiser Unconstrained Resource Consumption Proof of Concept Daniel Owens via Fulldisclosure (Aug 29)
On 26 October 2025 we published "Struts2 and Related Framework Array/Collection DoS", which was followed up on 07 March
2026 by "JSON Deserialiser Unconstrained Resource Consumption Quick Overview". Today we are publishing a proof of
concept that we have been using for more than 15 years against Struts2, Newtonsoft JSON, JSON.org, and various other
JSON parsers. We are publishing, in part, because of the theft of our...

Dovecot Security Advisory 3/2026 Aki Tuomi (Aug 29)
Hi!

We're sharing our latest advisory with you and like to thank everyone who contributed in finding and solving those
vulnerabilities. This advisory will also be published at
https://documentation.open-xchange.com/dovecot/security/advisories/html/2026/oxdc-adv-2026-0003.html

---

Classification: TLP:GREEN

Internal reference: DOV-8476
Type: CWE-403 (Exposure of File Descriptor to Unintended Control Sphere ('File Descriptor...

FD - Half-click unauthenticated remote code execution on Horde Groupware IMP (from a stored XSS) Evan Tang (Aug 26)
https://blog.evan.lat/posts/CVE-2026-65053/

the blog talks about two vulns that are chainable together. for the sake of
brevity ill write up on the stored xss one.

in lib/Mime/Status.php, we see a pretty viable xss sink:

$out .= '<tr><td>' . $val . '</td></tr>';

xrefing this we see that most impls are sanitized with the exception of
lib/Mime/Viewer/Appledouble.php:

$data_name =...

[NotCVE-2026-0013] CHIRP Kenwood ITM Driver Eval Injection Allows Arbitrary Code Execution via Crafted Radio File advisories (Aug 26)
----------------------------------------------------------------------------
NotCVE Advisory — NotCVE-2026-0013
----------------------------------------------------------------------------

[-] Summary:
Eval injection in the Kenwood ITM file format driver of CHIRP, an
open-source application for programming amateur radios, allows an attacker
who can persuade a user to open a crafted radio file to execute arbitrary
Python code with the...

[NotCVE-2026-0012] EmpManageX Hardcoded Administrative Credentials in Login API Allow Full Access to Employee Records advisories (Aug 26)
----------------------------------------------------------------------------
NotCVE Advisory — NotCVE-2026-0012
----------------------------------------------------------------------------

[-] Summary:
kamalpanse18 EmpManageX, a Flask-based employee management application,
ships hard-coded administrative credentials in its authentication logic.
The username admin and the plaintext password admin123 are module-level
constants in app.py,...

[NotCVE-2026-0011] Nmap 7.99 and Earlier nselib/packet.lua Zero-Length TCP Option Infinite Loop Allows Remote Denial of Service advisories (Aug 26)
----------------------------------------------------------------------------
NotCVE Advisory — NotCVE-2026-0011
----------------------------------------------------------------------------

[-] Summary:
Nmap 7.99 and earlier contain a loop with an unreachable exit condition in
the Packet:parse_options() method of nselib/packet.lua. A remote host that
is the target of a scan can exhaust the memory of the scanning Nmap process
and terminate it by...

[NotCVE-2026-0010] Barrier 2.4.0 for Windows Unauthenticated IPC Command Execution Allows Local Privilege Escalation to SYSTEM advisories (Aug 26)
----------------------------------------------------------------------------
NotCVE Advisory — NotCVE-2026-0010
----------------------------------------------------------------------------

[-] Summary:
Barrier 2.4.0 for Windows contains a local privilege escalation vulnerability
in the IPC command interface exposed by the barrierd.exe service on
127.0.0.1:24801. The IPC server accepts local TCP clients and processes a
command line together...

[NotCVE-2026-0009] NitroShare Desktop 0.3.4 Path Traversal Allows LAN-Adjacent Arbitrary File Write advisories (Aug 26)
----------------------------------------------------------------------------
NotCVE Advisory — NotCVE-2026-0009
----------------------------------------------------------------------------

[-] Summary:
NitroShare Desktop 0.3.4 contains a path traversal vulnerability in its LAN
file transfer receive path. The transfer service is reachable from the local
network on TCP port 40818 and processes incoming transfer metadata without
authentication in...

Escargot v4.3.0-214-gfaee4437 Unauthenticated Remote Debugger Allows Arbitrary JavaScript Evaluation and Local File Disclosure Ron E (Aug 26)
An unauthenticated remote debugger vulnerability exists in Escargot
v4.3.0-214-gfaee4437 when the application is compiled with ESCARGOT_DEBUGGER
support and the debug server is enabled using --start-debug-server. The
debugger accepts client connections without authentication or authorization
and provides access to privileged debugger functionality.

An attacker capable of reaching the debugger interface can establish a
debugger session and...

Escargot v4.3.0-214-gfaee4437 OS Command Injection in Crash Handler via Unsanitized Executable Path Ron E (Aug 26)
An OS command injection vulnerability exists in the Escargot
v4.3.0-214-gfaee4437 crash handler due to an executable/module path being
incorporated into an addr2line shell command without quoting or escaping.
The resulting command is executed using system(), causing shell
metacharacters contained within the path to be interpreted as command
syntax.

By launching Escargot using a crafted executable path containing shell
metacharacters and...

Escargot v4.3.0-214-gfaee4437 Debugger WebSocket Off-by-One Stack Buffer Overflow Ron E (Aug 26)
Escargot contains a remotely triggerable one-byte stack-based out-of-bounds
write in the WebSocket message handling logic used by the debugger.

When Escargot::DebuggerTcp::receive() receives a binary WebSocket payload
that completely fills the caller-provided stack buffer, the function
successfully copies the payload into the available buffer space but
subsequently appends an additional NUL byte without verifying that space
remains for the...

UltraJSON v5.13.0-6-g733f9e1 Length-Boundary Violation Causes Out-of-Bounds Read During Incomplete JSON Parsing Ron E (Aug 26)
UltraJSON contains an out-of-bounds read in its native C JSON decoder when
processing certain incomplete JSON values supplied through an explicitly
length-bounded input buffer.

The affected native entry point, JSON_DecodeObject(), accepts both a buffer
pointer and an explicit buffer length:

JSON_DecodeObject(
JSONObjectDecoder *dec,
const char *buffer,
size_t cbBuffer
)

The decoder establishes cbBuffer as the logical boundary of...

Other Excellent Security Lists

bugtraq logo

Bugtraq — The premier general security mailing list. Vulnerabilities are often announced here first, so check frequently!

basics logo

Security Basics — A high-volume list which permits people to ask "stupid questions" without being derided as "n00bs". I recommend this list to network security newbies, but be sure to read Bugtraq and other lists as well.

pen-test logo

Penetration Testing — While this list is intended for "professionals", participants frequenly disclose techniques and strategies that would be useful to anyone with a practical interest in security and network auditing.

isn logo

Info Security News — Carries news items (generally from mainstream sources) that relate to security.

firewall-wizards logo

Firewall Wizards — Tips and tricks for firewall administrators

focus-ids logo

IDS Focus — Technical discussion about Intrusion Detection Systems. You can also read the archives of a previous IDS list

webappsec logo

Web App Security — Provides insights on the unique challenges which make web applications notoriously hard to secure, as well as attack methods including SQL injection, cross-site scripting (XSS), cross-site request forgery, and more.

dailydave logo

Daily Dave — This technical discussion list covers vulnerability research, exploit development, and security events/gossip. It was started by ImmunitySec founder Dave Aitel and many security luminaries participate. Many posts simply advertise Immunity products, but you can't really fault Dave for being self-promotional on a list named DailyDave.

OpenAI Codex Security Dave Aitel via Dailydave (Mar 07)
https://openai.com/index/codex-security-now-in-research-preview/

As you might have noticed we've released Codex Security and if you have a
ChatGPT business or enterprise or edu or pro subscription (which is most of
y'all) then you have access ! Just go to chatgpt.com/codex/security and
hopefully it pulls up cleanly for you. If not, probably my fault in some
way.

If you do have access then I'd love it if you would:

1. Say what...

RE//verse, DistrictCon, an Anole Friend Dave Aitel via Dailydave (Feb 02)
Last month was DistrictCon, a great conference that I did not attend
because the sky decided to dump snow on Washington, DC. Anyone who has
spent more than ten minutes in that city knows this is how you cancel every
flight out of DCA and turn the roads into skating rinks filled with deeply
furious government contractors. Life is short, so I remained in Miami where
it was 80 degrees and everyone was pretending winter is a myth.

Today it is...

feeling the air Dave Aitel via Dailydave (Jan 05)
For reasons I still don’t fully understand, Miami Beach has enormous
colonies of turkey vultures. You’ll see them circling over the city and the
interstates, perched like huge awkward toddlers on lampposts, or standing
motionless as a shadow in the strip of grass between the road and the blue
water of the bay. If you look up at almost any moment, there’s a column of
them somewhere overhead, wings spread wide, fingers splayed, feeling the...

Re: Defense ? Dean Pierce via Dailydave (Nov 16)
I like the idea of having a software supply chain that people can pay into
that basically funds a universal bug bounty system for anything that
matters.

You can put systems in place that utilize zero knowledge exploitability
proofs to automate bounty triage, so it doesn't even need to be run by a
central trusted entity. As the bounty markets stabilize, what you're left
with is a software ecosystem where anyone can build what they need...

Re: Defense ? Chris Anley via Dailydave (Nov 16)
(gingerly raises head above parapet)

Historically, “we’ve” moved the bar in defense.

- Everything is now in the cloud, accessible 24/7 via APIs whose keys are stored in plaintext alongside code, or via
preauthenticated sessions
- Everything has ~40 dependencies, each of which has ~40 dependencies, etc, which, combined with a published CVE rate
of 1 per 15 minutes (calendar year 2024), means that patching an enterprise before an...

Re: Defense ? Alfonso De Gregorio via Dailydave (Nov 16)
Imbalances in the skills and workforce are real. The gap remains hard
to bridge also in the presence of greater degrees of automation that
AI buys us, because, at this stage, we want humans to be in the loop –
and for good reasons – and, also, cause we are not going to grow the
skillset faster than the attack surface, I am afraid.

I hate to sound like a broken record, but I will take a bite
regardless: those imbalances are a byproduct of the...

Re: Defense ? Conan Dooley via Dailydave (Nov 16)
Reduce complexity, duplication, and scope in your infrastructure. Your
developers and infrastructure staff would need to agree on standardized
libraries, frameworks, etc, and you'd need skilled technical staff to
validate when people said doing something wasn't possible within that
scope, and make them accountable for making sure adding that level of
complexity led to business value that was greater than that overhead (vs,
say, just...

Re: Defense ? etojake--- via Dailydave (Nov 16)
The content of this message was lost. It was probably cross-posted to
multiple lists and previously handled on another list.

Defense ? Dave Aitel via Dailydave (Nov 15)
How would one actually move the actual bar in defense? A big part of me
thinks that you're just not going to patch your way out of the problem. But
the number of organizations that you can rely on to actually make a
difference seems pretty small? Like even converting every Linux binary to
rust would only make sense if you could find a team that could actually
maintain and support that code base, which I don't know that you could.

Like...

Offensive AI Con Dave Aitel via Dailydave (Oct 08)
So I just got back from "Offensive AI Conference" in San Diego and it was a
great event - for a first time conference it ran especially smoothly, the
attendees were an amazing crowd, and many of the talks were extremely
strong. There's something about a conference that is not recording the
talks that gets people to actually sit and listen to them via the magic of
FOMO, but also, when a conference is "invite only" then you...

pauldotcom logo

PaulDotCom — General discussion of security news, research, vulnerabilities, and the PaulDotCom Security Weekly podcast.

honeypots logo

Honeypots — Discussions about tracking attackers by setting up decoy honeypots or entire honeynet networks.

microsoft logo

Microsoft Sec Notification — Beware that MS often uses these security bulletins as marketing propaganda to downplay serious vulnerabilities in their products—note how most have a prominent and often-misleading "mitigating factors" section.

funsec logo

Funsec — While most security lists ban off-topic discussion, Funsec is a haven for free community discussion and enjoyment of the lighter, more humorous side of the security community

cert logo

CERT Advisories — The Computer Emergency Response Team has been responding to security incidents and sharing vulnerability information since the Morris Worm hit in 1986. This archive combines their technical security alerts, tips, and current activity lists.

Apple Releases Security Updates for Multiple Products CISA (Mar 28)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated and is now available.

Apple Releases Security Updates for Multiple Products [
https://www.cisa.gov/news-events/alerts/2023/03/28/apple-releases-security-updates-multiple-products ] 03/28/2023 01:00
PM EDT

Apple...

CISA Releases Six Industrial Control Systems Advisories CISA (Mar 23)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated, and is now available.

CISA Releases Six Industrial Control Systems Advisories [
https://www.cisa.gov/news-events/alerts/2023/03/23/cisa-releases-six-industrial-control-systems-advisories ] 03/23/2023
08:00 AM EDT...

CISA Releases Eight Industrial Control Systems Advisories CISA (Mar 21)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated, and is now available.

CISA Releases Eight Industrial Control Systems Advisories [
https://www.cisa.gov/news-events/alerts/2023/03/21/cisa-releases-eight-industrial-control-systems-advisories ]
03/21/2023 08:00 AM...

CISA and NSA Release Enduring Security Framework Guidance on Identity and Access Management CISA (Mar 21)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated, and is now available.

CISA and NSA Release Enduring Security Framework Guidance on Identity and Access Management [...

oss-sec logo

Open Source Security — Discussion of security flaws, concepts, and practices in the Open Source community

Fwd: Vulnerabilities in golang.org/x/crypto Alan Coopersmith (Sep 02)
-------- Forwarded Message --------
Subject: [security] Vulnerabilities in golang.org/x/crypto
Date: Wed, 2 Sep 2026 11:46:32 -0700 (PDT)
From: Neal Patel <neal () golang org>
To: golang-announce <golang-announce () googlegroups com>

Howdy gophers,

We have tagged version v0.56.0 of golang.org/x/crypto
<https://pkg.go.dev/golang.org/x/crypto> in
order to address the following security issues:

        ssh:...

Multiple vulnerabilities in Jenkins and Jenkins plugins Kevin Guerroudj (Sep 02)
Jenkins is an open source automation server which enables developers around
the world to reliably build, test, and deploy their software.

The following releases contain fixes for security vulnerabilities:

* Jenkins 2.580
* Jenkins LTS 2.568.3
* Allure Plugin 2.36.0
* Customizable Header Plugin 330.v8a_8d87511ea_1
* File Parameter Plugin 433.va_0b_80359d54d
* GitLab Plugin 1.9.182144.vc1c369226a_52
* Job Configuration History Plugin...

Re: Fwd: [Announce] Libgcrypt 1.12.3 released Sam James (Sep 02)
Werner Koch <wk () gnupg org> writes:

Hi Werner!

Nono, it's OK, I very much understand. We are suffeirng the same and I
nearly even wrote something about how I don't blame you guys at all as I
didn't want it to sound like that.

I just wanted to tell list members I hadn't done any inspection myself.

;)

Thanks for the commentary below.

sam

[SECURITY ADVISORIES] curl 8.22.0 Daniel Stenberg (Sep 02)
Hello,

In association with curl 8.22.0 we announce these ten security advisories
addressing separate security vulneraiblities in curl, libcurl and wcurl.

We recommend you study the details in our write-ups. We try hard to explain
them in detail and include all sufficient details.

All new curl/libcurl are listed here: https://curl.se/docs/vuln-8.21.0.html

CVE-2026-13608: OpenLDAP SASL authentication bypass

CVE-2026-18924: HTTP/2 server push...

CVE-2026-81928: Net::DNS versions before 1.57 for Perl allow memory exhaustion via unbounded recursion in sig_data when re-encoding a message with a misplaced TSIG record Timothy Legge (Sep 02)
========================================================================
CVE-2026-81928 CPAN Security Group
========================================================================

CVE ID: CVE-2026-81928
Distribution: Net-DNS
Versions: before 1.57

MetaCPAN: https://metacpan.org/dist/Net-DNS
VCS Repo: https://www.net-dns.org/svn/net-dns/

Net::DNS versions before 1.57...

CVE-2026-32773: Apache Spark: XSS Vulnerability in Spark Web 3.5.4 Holden Karau (Sep 01)
Severity: low

Affected versions:

- Apache Spark (org.apache.spark:*) 3.0.0 before 3.5.8

Description:

There is a lack of XSS escaping in the Spark History Server prior to 3.5.8 which allows a malicious Spark job to
generate arbitrary unescaped frontend code which could lead to a minimal privilege escalation in browser. Users are
encouraged to upgrade to Spark 3.5.8 or later.

This CVE is marked as "low" since the path to exploit...

CVE-2026-80205 : ReDoS in NLTK Text.findall() (CVSS 8.7 High) Aditi Bhatnagar (Sep 01)
Hello,

We are reporting a high-severity vulnerability in NLTK, a leading Python
natural language processing library (14,000+ GitHub stars) with over a
billion downloads.

CVE: CVE-2026-80205
CVSS: 8.7 (High, CVSSv4) / 7.5 (High, CVSSv3.1)
GHSA: https://github.com/nltk/nltk/security/advisories/GHSA-rrv8-h7p8-rx55
<https://github.com/nltk/nltk/security/advisories/GHSA-rrv8-h7p8-rx55>

Affected: nltk <= 3.9.4...

FreeRDP <= 3.30.0: five server-side vulnerabilities fixed in 3.31.0, pre-auth RCE demonstrated Samuel Page (Sep 01)
FreeRDP 3.31.0 (2026-08-26) fixes 5 vulnerabilities in FreeRDP's server role
that Bynario reported, as well as 17 other security issues. We were able to
demonstrate that 3 of the issues could be chained to achieve pre-auth remote
code execution, however we believe exposure to this specific chain is limited
(more detail below).

Affected projects include those that embed FreeRDP as an RDP server, including
GNOME Remote Desktop and KDE krdp....

Re: CVE-2026-19873: HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements Robert Rothenberg (Aug 31)
Apologies. That's now online.

CVE-2026-19953: URI versions before 5.36 for Perl encode non-NFC host names to non-standard punycode labels via missing normalization in nameprep Robert Rothenberg (Aug 31)
========================================================================
CVE-2026-19953                                       CPAN Security Group
========================================================================

        CVE ID:  CVE-2026-19953
  Distribution:  URI
      Versions:  before 5.36

      MetaCPAN:  https://metacpan.org/dist/URI
      VCS Repo:  https://github.com/libwww-perl/URI

URI...

libexpat 2.8.4 fixes 4 vulnerabilities Sebastian Pipping (Aug 31)
Hello oss-security,

just a quick note that libexpat 2.8.4 (or "Expat 2.8.4") released today
is fixing four vulnerabilities:

- CVE-2026-66046
- CVE-2026-76641
- CVE-2026-76956
- CVE-2026-76957

The related part of the change log is this:

#1321 #1331 CVE-2026-66046, CVE-2026-76641 -- Fix quadratic runtime
from "attribute isCdata lookups" that allowed denial of
service attacks through...

Plone security advisory 20260831 Maurits van Rees (Plone) (Aug 31)
On behalf of the Plone/Zope Security Team I announce two vulnerability
fixes in plone.restapi.

* Unauthenticated Reflective Method Invocation via the REST API @search
metadata_fields Parameter,
https://github.com/plone/plone.restapi/security/advisories/GHSA-r3g9-vgf8-vv35,
severity 6.5 moderate
* Information disclosure due to wrong permission check,
https://github.com/plone/plone.restapi/security/advisories/GHSA-qp9m-v45c-4g3p,
severity...

Re: Fwd: [Announce] Libgcrypt 1.12.3 released Werner Koch (Aug 31)
Hi Sam!

On Mon, 31 Aug 2026 14:09, Sam James said:

Fixed bugs are always public. In case we accidently missed to list the
restriction, please let us know. We are really soprry about the
problems but there is not much we can do. 400Hz SYN-Floods all from
different IPs are not easy to handle. Our main goal is currently that
we are able to work. We are also working on a solution for at least
providing the static pages more reliable....

libksba-1.8.1 fixes a possible CMS parser infinite loop Sam James (Aug 31)
From libksba-1.8.0 vs libksba-1.8.1:

@@ -1,3 +1,11 @@
+Noteworthy changes in version 1.8.1 (2026-08-24) [C24/A16/R1]
+------------------------------------------------
+
+ * Fix CMS parser to avoid possible infinite loop. [T8361]
+
+ Release-info: https://dev.gnupg.org/T8253

The fix is:

commit 06720f9b16a172404f49089cbb6eb95e4344f562
Author: NIIBE Yutaka <gniibe () fsij org>
AuthorDate: Thu Jul 30 14:18:27 2026 +0900
Commit:...

LACT: Polkit Authentication Bypass and Temporary File Handling Issues (CVE-2026-75037, CVE-2026-75038) Matthias Gerstner (Aug 31)
Hello list,

this is a report about security issues in the LACT GPU control
utilities. We also offer a rendered version of this report on our blog
[1].

Summary: LACT is a daemon and graphical UI for controlling GPUs on
Linux. A review of a UNIX domain socket API uncovered a Polkit
authentication bypass resulting in a potential local root exploit, and
issues in temporary file creation.

1) Introduction
===============

LACT [2] is a daemon and...

securecoding logo

Secure Coding — The Secure Coding list (SC-L) is an open forum for the discussion on developing secure applications. It is moderated by the authors of Secure Coding: Principles and Practices.

educause logo

Educause Security Discussion — Securing networks and computers in an academic environment.

Internet Issues and Infrastructure

nanog logo

NANOG — The North American Network Operators' Group discusses fundamental Internet infrastructure issues such as routing, IP address allocation, and containing malicious activity.

The 2026 State of Network Automation Survey is NOW OPEN Chris Grundemann via NANOG (Sep 02)
Hello NANOG!

It is that time of year again, for the fourth year in a row -- it's time
for everyone who operates a network to weigh in on the State of Network
Automation survey.

RE: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Adam Maloney via NANOG (Sep 01)
-----Original Message-----
From: William Herrin <bill () herrin us>

<snip the rest of William's very well thought out response>

My questions were meant to be rhetorical, not to stake out a position. I was just pointing out that the assertion "You
set it up once and forget it, probably forever" was a bit pie-in-the-sky (for any solution).

</delurk>
Adam

Re: [ARIN-consult] Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Jay A via NANOG (Sep 01)
Not exactly. You can whois query the same items several iterations over
various periods of time from multiple network perspectives if you want.

You can render the probability low enough that it is not a risk worth
considering.
Which is equal to a zero risk. The possibility of an in-flight
manipulation does not matter
for some consumers and applications. So not fundamentally part of the Whois
server nor ARIN's attack surface.

Mail...

Re: [ARIN-consult] Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Tom Beecher via NANOG (Sep 01)
There is no way to use WHOIS that is NOT at risk of in-flight manipulation.

That's the point.

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Nick Hilliard via NANOG (Sep 01)
borg--- via NANOG wrote on 01/09/2026 08:39:

if it's a daemon running on the home server in your basement, you set it
up once, then forget about it.

If it's a service run by an organisation like ARIN, you cost it, code it
and run it as a formally supported service. You then monitor it and
restart it when it falls over. You fix the occasional bug, keep the code
up to date, and you need to take it into account when the underlying...

Re: [ARIN-consult] Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) William Herrin via NANOG (Sep 01)
Hi Job,

That threat you're talking about is to organizations which are not
ARIN. It is no more ARIN's place to tell those folks how to secure
their systems than it is ARIN's place to tell them how to run their
networks. ARIN has provided RDAP. Folks using whois in a manner which
is meaningfully at risk from in-flight data manipulation are free to
follow that upgrade path.

The greatest sin of IPv6 was failing to implement backward...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) William Herrin via NANOG (Sep 01)
Hi Adam,

Any plausible WHOIS retirement schedule has a period of time in which
results are produced for both WHOIS and RDAP, right? ARIN proposed
about 3 years IIRC.

So during that 3-year period ARIN is doing one of two things: 1)
They're exporting RDAP data into WHOIS and maintaining the WHOIS
software. 2) They're implementing a user interface skin around RDAP to
provide WHOIS results.

Which is more expensive? A full whois...

Re: [ARIN-consult] Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Dorn Hetzel via NANOG (Sep 01)
Agreed, but none of that risks data tampering or attacks affecting the
operator, only the data consumer *choosing* to use the old way are at risk,
and they can remedy it whenever they want. They can be grownups and make
their own choices as long as the blast radius is just themselves.

RE: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Adam Maloney via NANOG (Sep 01)
-----Original Message-----
From: borg--- via NANOG <nanog () lists nanog org>

Would it not need security updates? Testing the updates before (so maybe a separate test environment), and testing
after?

However infrequent, someone needs to be paid to do those things. Which costs money.

(And all the other ancillary things involved with your typical "set-it-and-forget-it" service)

Adam

Re: [ARIN-consult] Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Job Snijders via NANOG (Sep 01)
The threat is in the use of the protocol. Port 43 Whois query/response
transactions are susceptible to man-in-the-middle attacks due to the
unauthenticated and unencrypted nature of the WHOIS protocol.

"Hardening" the Whois server does nothing to mitigate the risk of data
interception or undetected tampering: there is no transport security in
port 43 Whois. WHOIS-based services simply lack mechanisms for integrity
and confidentiality....

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) borg--- via NANOG (Sep 01)
Uh, first off all. Its not a service that needs constant babysitting.
You set up it once and forget, probably forever.

Second, its not 80s or 90s, compute is cheap.. very cheap.
Are you saying that running such proxy is such a problem? I doubt it...

---------- Original message ----------

From: Tom Beecher <beecher () beecher cc>
To: North American Network Operators Group <nanog () lists nanog org>
Cc: borg () uu3 net
Subject: Re:...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Cat Okita via NANOG (Aug 30)
I'll have to check again -- as recently as a couple of months ago, my VOIP line was perfectly happy to support pulse
dial (ditto the land line).

That aside -- there's a great deal to be said for maintaining simple and easy to manage interfaces with a substantial
history of tooling and support -- ones that don't require expensive upgrades, time from specialists, or (I'm looking at
you, SNMP) can't be understood by...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Andy Newton via NANOG (Aug 30)
There are RDAP clients that produce WHOIS output. Though I suspect people needing to parse WHOIS output gave up on that
fragile endeavor long ago and switched to RDAP. The numbers prove it. rdap.org just reported a 4x jump in bootstrap
queries since January. Also see [1].

I get that a transition plan could use more than a flag day, but for eye-balls there isn't much difference between
WHOIS and RDAP.

-andy

[1]...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Tom Beecher via NANOG (Aug 30)
The PSTN hasn't supported pulse 'indefinitely'. In the 60s when DTMF was
deployed, the PSTN supported both as a transition mechanism for 30 years.
In the 90s, LECs started retiring the pulse equipment, moving to DTMF only.
Once a given network did that, users then were required to use a pulse-DTMF
adapter to continue using the system with old equipment. While some systems
still haven't fully retired pulse, most have.

Almost...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) William Herrin via NANOG (Aug 29)
Your telephone landline (if you still have one) or VoIP to POTS
adapter usually supports rotary dialing. It's been nearly half a
century since anyone made a rotary phone but the POTS equipment still
supports rotary dialing.

Why?

Because backward compatibility is valuable. There's a disadvantage to
building a POTS adapter which is less than 100% backward compatible.
And the cost to implement a user-interface skin atop modern signaling...

interesting-people logo

Interesting People — David Farber moderates this list for discussion involving internet governance, infrastructure, and any other topics he finds fascinating

risks logo

The RISKS Forum — Peter G. Neumann moderates this regular digest of current events which demonstrate risks to the public in computers and related systems. Security risks are often discussed.

The passing of Peter G. Neumann RISKS List Owner (Aug 25)
Dear RISKS community,

Peter's passing on May 16, 2026, was heartbreaking and has left a
profound void in our community. We apologize for not sharing this news
sooner. We are still coming to terms with this loss and considering how
best to honor Peter's legacy and carry forward his work.

A group of Peter's friends and fellow researchers is currently exploring
possible paths forward for the RISKS community. If you would like to...

(no subject) RISKS List Owner (Apr 12)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
precedence: bulk
Subject: Risks Digest 34.91

RISKS-LIST: Risks-Forum Digest Sunday 12 April 2026 Volume 34 : Issue 91

ACM FORUM ON RISKS TO THE PUBLIC IN COMPUTERS AND RELATED SYSTEMS (comp.risks)
Peter G. Neumann, founder and still moderator

***** See last item for further information, disclaimers, caveats, etc. *****
This issue is archived at <http://www.risks.org...

dataloss logo

BreachExchange — BreachExchange focuses on all things data breach. Topics include actual data breaches, cyber insurance, risk management, metrics and more. This archive includes its predecessor, the Data Loss news and discussion lists.

Healthcare organizations face rising ransomware attacks – and are paying up Matthew Wheeler (Jun 03)
https://www.theregister.com/2022/06/03/healthcare-ransomware-pay-sophos/

Healthcare organizations, already an attractive target for ransomware given
the highly sensitive data they hold, saw such attacks almost double between
2020 and 2021, according to a survey released this week by Sophos.

The outfit's team also found that while polled healthcare orgs are quite
likely to pay ransoms, they rarely get all of their data returned if they
do...

A digital conflict between Russia and Ukraine rages on behind the scenes of war Matthew Wheeler (Jun 03)
https://wskg.org/npr_story_post/a-digital-conflict-between-russia-and-ukraine-rages-on-behind-the-scenes-of-war/

SEATTLE — On the sidelines of a conference in Estonia on Wednesday, a
senior U.S. intelligence official told British outlet Sky News that the
U.S. is running offensive cyber operations in support of Ukraine.

“My job is to provide a series of options to the secretary of defense and
the president, and so that’s what I do,” said...

Researchers Uncover Malware Controlling Thousands of Sites in Parrot TDS Network Matthew Wheeler (Jun 03)
https://thehackernews.com/2022/06/researchers-uncover-malware-controlling.html

The Parrot traffic direction system (TDS) that came to light earlier this
year has had a larger impact than previously thought, according to new
research.

Sucuri, which has been tracking the same campaign since February 2019 under
the name "NDSW/NDSX," said that "the malware was one of the top infections"
detected in 2021, accounting for more than...

FBI, CISA: Don't get caught in Karakurt's extortion web Matthew Wheeler (Jun 03)
https://www.theregister.com/2022/06/03/fbi_cisa_warn_karakurt_extortion/

The Feds have warned organizations about a lesser-known extortion gang
Karakurt, which demands ransoms as high as $13 million and, some
cybersecurity folks say, may be linked to the notorious Conti crew.

In a joint advisory [PDF] this week, the FBI, CISA and US Treasury
Department outlined technical details about how Karakurt operates, along
with actions to take,...

DOJ Seizes 3 Web Domains Used to Sell Stolen Data and DDoS Services Matthew Wheeler (Jun 02)
https://thehackernews.com/2022/06/doj-seizes-3-web-domains-used-to-sell.html

The U.S. Department of Justice (DoJ) on Wednesday announced the seizure of
three domains used by cybercriminals to trade stolen personal information
and facilitate distributed denial-of-service (DDoS) attacks for hire.

This includes weleakinfo[.]to, ipstress[.]in, and ovh-booter[.]com, the
former of which allowed its users to traffic hacked personal data and
offered a...

Chinese Hackers Begin Exploiting Latest Microsoft Office Zero-Day Vulnerability Matthew Wheeler (Jun 02)
https://thehackernews.com/2022/05/chinese-hackers-begin-exploiting-latest.html

An advanced persistent threat (APT) actor aligned with Chinese state
interests has been observed weaponizing the new zero-day flaw in Microsoft
Office to achieve code execution on affected systems.

"TA413 CN APT spotted [in-the-wild] exploiting the Follina zero-day using
URLs to deliver ZIP archives which contain Word Documents that use the
technique,"...

US military hackers conducting offensive operations in support of Ukraine, says head of Cyber Command Matthew Wheeler (Jun 02)
https://www.three.fm/news/world-news/us-military-hackers-conducting-offensive-operations-in-support-of-ukraine-says-head-of-cyber-command/

US military hackers have conducted offensive operations in support of
Ukraine, the head of US Cyber Command has told Sky News.

In an exclusive interview, General Paul Nakasone also explained how "hunt
forward" operations were allowing the United States to search out foreign
hackers and identify...

SideWinder Hackers Launched Over a 1, 000 Cyber Attacks Over the Past 2 Years Matthew Wheeler (May 31)
https://thehackernews.com/2022/05/sidewinder-hackers-launched-over-1000.html

An "aggressive" advanced persistent threat (APT) group known as SideWinder
has been linked to over 1,000 new attacks since April 2020.

"Some of the main characteristics of this threat actor that make it stand
out among the others, are the sheer number, high frequency and persistence
of their attacks and the large collection of encrypted and obfuscated...

Hackers are Selling US University Credentials Online, FBI Says Matthew Wheeler (May 31)
https://tech.co/news/hackers-are-selling-us-university-credentials-online-fbi-says

The Federal Bureau of Investigation has warned US universities and colleges
that it has found banks of login credentials and other data relating to VPN
access circulating on cybercriminals forums.

The fear is that such data will be sold and subsequently used by malicious
actors to orchestrate attacks on other accounts owned by the same students,
in the hope...

Interpol Nabs 3 Nigerian Scammers Behind Malware-based Attacks Matthew Wheeler (May 31)
https://thehackernews.com/2022/05/interpol-nabs-3-nigerian-scammers.html

Interpol on Monday announced the arrest of three suspected global scammers
in Nigeria for using remote access trojans (RATs) such as Agent Tesla to
facilitate malware-enabled cyber fraud.

"The men are thought to have used the RAT to reroute financial
transactions, stealing confidential online connection details from
corporate organizations, including oil and gas...

U.S. Warns Against North Korean Hackers Posing as IT Freelancers Matthew Wheeler (May 18)
https://thehackernews.com/2022/05/us-warns-against-north-korean-hackers.html

Highly skilled software and mobile app developers from the Democratic
People's Republic of Korea (DPRK) are posing as "non-DPRK nationals" in
hopes of landing freelance employment in an attempt to enable the regime's
malicious cyber intrusions.

That's according to a joint advisory from the U.S. Department of State, the
Department of the...

FBI and NSA say: Stop doing these 10 things that let the hackers in Matthew Wheeler (May 18)
https://www.zdnet.com/article/fbi-and-nsa-say-stop-doing-these-10-things-that-let-the-hackers-in/

Cyber attackers regularly exploit unpatched software vulnerabilities, but
they "routinely" target security misconfigurations for initial access, so
the US Cybersecurity and Infrastructure Security Agency (CISA) and its
peers have created a to-do list for defenders in today's heightened threat
environment.

CISA, the FBI and National...

Fifth of Businesses Say Cyber-Attack Nearly Broke Them Matthew Wheeler (May 18)
https://www.infosecurity-magazine.com/news/fifth-of-businesses-cyber-attack/

A fifth of US and European businesses have warned that a serious
cyber-attack nearly rendered them insolvent, with most (87%) viewing
compromise as a bigger threat than an economic downturn, according to
Hiscox.

The insurer polled over 5000 businesses in the US, UK, Ireland, France,
Spain, Germany, the Netherlands and Belgium to compile its annual Hiscox
Cyber...

Hacker And Ransomware Designer Charged For Use And Sale Of Ransomware, And Profit Sharing Arrangements With Cybercriminals Matthew Wheeler (May 18)
https://www.shorenewsnetwork.com/2022/05/16/hacker-and-ransomware-designer-charged-for-use-and-sale-of-ransomware-and-profit-sharing-arrangements-with-cybercriminals/

A criminal complaint was unsealed today in federal court in Brooklyn, New
York, charging Moises Luis Zagala Gonzalez (Zagala), also known as
“Nosophoros,” “Aesculapius” and “Nebuchadnezzar,” a citizen of France and
Venezuela who resides in Venezuela, with attempted...

State of Ransomware shows huge growth in threat and impacts Matthew Wheeler (May 04)
https://www.continuitycentral.com/index.php/news/technology/7275-state-of-ransomware-shows-huge-growth-in-threat-and-impacts

Sophos has released its annual survey and review of real-world ransomware
experiences in its ‘State of Ransomware 2022’ report. This shows that 66
percent of organizations surveyed were hit with ransomware in 2021, up from
37 percent in 2020.

The average ransom paid by organizations that had data encrypted in their...

Open Source Tool Development

metasploit logo

Metasploit — Development discussion for Metasploit, the premier open source remote exploitation tool

wireshark logo

Wireshark — Discussion of the free and open source Wireshark network sniffer. No other sniffer (commercial or otherwise) comes close. This archive combines the Wireshark announcement, users, and developers mailing lists.

snort logo

Snort — Everyone's favorite open source IDS, Snort. This archive combines the snort-announce, snort-devel, snort-users, and snort-sigs lists.

Snort Subscriber Rules Update 2026-09-01 Research via Snort-sigs (Sep 01)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the server-apache and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-27 Research via Snort-sigs (Aug 27)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the file-other,
malware-other and server-webapp rule sets to provide coverage for
emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-25 Research via Snort-sigs (Aug 25)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the malware-cnc and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Re: Is Snort3 no longer being developed? Oleksii Shumeiko -X (oshumeik - SOFTSERVE INC at Cisco) via Snort-devel (Aug 21)
Hi

Thank you for the question and your interest in Snort3 project.

Snort3 status has not changed. Releases are delayed for a good reason. Hopefully, they will resume in autumn. However,
exact date is not set yet.
I will ask around if we can share more details.

Thanks,
Alexey

Is Snort3 no longer being developed? Dheeraj Gupta via Snort-devel (Aug 20)
Hi,

The official Snort3 github repo has had no new commits since almost 4
months. Last commit was on 24-Apr-2026 (Snort3 rel 3.12.2.0). Has Cisco
made any announcement regarding change in status of Snort3 project which I
may have missed?

Thanks,
Dheeraj

Snort Subscriber Rules Update 2026-08-20 Research via Snort-sigs (Aug 20)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the and server-webapp
rule sets to provide coverage for emerging threats from these
technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-18 Research via Snort-sigs (Aug 18)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the browser-chrome and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-13 Research via Snort-sigs (Aug 13)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the and rule sets to
provide coverage for emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-06 Research via Snort-sigs (Aug 06)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the and server-webapp
rule sets to provide coverage for emerging threats from these
technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-04 Research via Snort-sigs (Aug 04)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the file-other and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-07-30 Research via Snort-sigs (Jul 30)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the indicator-compromise
and server-webapp rule sets to provide coverage for emerging threats
from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-07-28 Research via Snort-sigs (Jul 28)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the browser-webkit,
indicator-compromise, malware-cnc and server-webapp rule sets to
provide coverage for emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-07-23 Research via Snort-sigs (Jul 23)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the file-other,
policy-other and server-webapp rule sets to provide coverage for
emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-07-21 Research via Snort-sigs (Jul 21)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the file-multimedia,
malware-cnc and server-webapp rule sets to provide coverage for
emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-07-16 Research via Snort-sigs (Jul 16)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the and server-webapp
rule sets to provide coverage for emerging threats from these
technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

More Lists

We also maintain archives for these lists (some are currently inactive):

Related Resources

Read some old-school private security digests such as Zardoz at SecurityDigest.Org

We're always looking for great network security related lists to archive. To suggest one, mail Fyodor.