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.

Pull request: make ncat http proxy listen only on specified address Nimrod MacIomhair (May 16)
Dear all,

there is an issue with the ncat http proxy functionality: it will not
only listen on the specified address but on all available addresses.

The fix is a one-liner, I've created a pull request for that:
https://github.com/nmap/nmap/pull/2614

Cheers,
Nimrod

PR on Github - Write service probe for MSMQ Gonçalo César Mendes Ribeiro via dev (May 16)
Hello,

This is just to inform you that I have opened PR #2632 [1] on GitHub.
Leaving the PR description below for quick reference.

"Adds a service probe to confirm whether the service running on TCP port
1801 is MSMQ (Microsoft Message Queuing).

I've documented here [2] part of my process as I was studying/testing
the protocol to implement the probe.

This probe may help identify MSMQ exposure that may need to be
remediated to...

RE: SYN vs Connect scans Rob Nicholls (May 13)
Hi Gregg,

I’m going to assume that the results from your TCP Connect scan are accurate for the host. Those results contain a
large number of open ports (a Windows domain controller, if I had to guess), but no closed ports (all other ports are
filtered).

The SYN Scan only reports closed ports (where Nmap received a RST from something), with the rest marked as filtered.
Noticeably, there are no open ports.

There also does not appear to be...

SYN vs Connect scans Gregg Doherty (May 12)
Can someone explain why SYN Scan isn't finding all the open ports? But
TCP connect scan does. Both would require the ACK from the target.

---------- SYNSCAN.GNMAP (-T3)

# Nmap 7.93 scan initiated Thu May 11 13:22:34 2023 as: nmap -sS -p - -v -v
-n -oA output.file-Pn xxx.xxx.xxx.xxx

Host: xxx.xxx.xxx.xxx () Status: Up

Host: xxx.xxx.xxx.xxx () Ports: 17/closed/tcp//qotd///,
20/closed/tcp//ftp-data///, 21/closed/tcp//ftp///,...

Re: smb2-security-mode and SMB3 Robin Wood (Apr 05)
I can't help with the dev changes but it's interesting it's been given
high, Tenable only give it CVSSv3 5.3 which is a solid medium. Is there
anything special in your environment to justify high?

Robin

Zenmap patch for GitHub Issue #2626 Meya (Apr 05)
Hello,

I stumbled across a small "issue" post on your GitHub mirror
(https://github.com/nmap/nmap/issues/2626) and made the quick fix. I'll
attach the nmap.patch file as mentioned in your small "HACKING" text file.

Also I did a quick GitHub fork, fixed it there and made a pull request
(https://github.com/nmap/nmap/pull/2627).

I'd be happy to hear back from you.

Greetings

Stuart Meya

Index:...

smb2-security-mode and SMB3 JT Tyra (Mar 21)
Hello Everyone,

While working through some vulnerability reports at my company, I came
across the following output from nmap, in particular the
smb2-security-mode.nse script.

The long story short here is that I believe this is a false positive. When
SMBv3 is the only available smb dialect AND smb encryption is enabled,
message signing exists. SMBv3 does an Encrypt+Sign
<...

Zenmap wrong ptr Scott Mayoral (Feb 04)
Hello,

While using zenmap (Mac OS) and ran a number of scans on the ip 165.232.151.85 (my client's server which I manage) and
the ptr returned is cr1osbydoe.com <http://cr1osbydoe.com/> When I run a dig -x on the terminal, the correct ptr
appears (hncda.livinginarchitecture.org <http://livinginarchitecture.org/>), same correct results from nmap proper on
my PC, as well as on the PC command line. crosbydoe . com is a url on...

Re: NMAP Scan help Jon Gorenflo (Feb 04)
Seeing JavaScript comments during an NMAP scan can indeed be a concern for clients with proprietary information. The
best way to protect this information is to not include it in the source code of the website. If it is absolutely
necessary to include it, it can be obfuscated to make it more difficult for an attacker to understand, but it cannot be
completely protected from being seen during a scan.

Jon

From: dev <dev-bounces () nmap...

Re: NMAP Scan help Robin Wood (Feb 04)
Yes, the JavaScript is sent to the browser as part of the "web page
package".

This is a page on my site:

https://digi.ninja/projects/authlab.php

As part of it, it uses this bit of HTML:

<script src="/javascript/authlab.js
<https://digi.ninja/javascript/authlab.js>"></script>

To load this JavaScript file:

https://digi.ninja/javascript/authlab.js

The JS file is public and accessible to anyone who browses...

Re: NMAP Scan help Robin Wood (Feb 04)
JavaScript is sent to the client as part of the way the web works and so
can't be blocked or hidden. If you stop sending it then whatever bits of
the site rely on it will stop working.

Nothing should be considered secret in client side JavaScript.

Robin

PR: NSE Script: Oracle NNE Crypto Parameter Enumeration Moritz Bechler via dev (Feb 04)
Hello,

a while back I did some reversing and security analysis on Oracle database's
proprietary transport security protocol (NNE/SNS).
Based on that research I have put together a NSE script that determines the
NNE server parameters/configuration and identify weak/vulnerable instances.

Happy to contribute that to nmap, I have opened a PR: https://github.com/nmap/nmap/pull/2603
Looking forward to your comments in the PR (not subscribed...

Proposal for a new feature to Ncat codergaz (Feb 04)
Hello,

First of all, I wanted to thank you for your work in developing great software. I use Ncat on a daily basis and it is a
must have tool for services management. And I would like to contribute to the project.

A very useful feature would be for Ncat messages to have a timestamp, to know when connections have been established.
Especially in listen mode, but also in connect mode.

For example, recently I solved a problem based on the time...

Re: NMAP Scan help thanatos thanatos via dev (Feb 03)
Thank you so much for all of your help

Sent from Yahoo Mail on Android

On Fri, Feb 3, 2023 at 12:44 PM, Robin Wood<robin@digi.ninja> wrote: Yes, the JavaScript is sent to the browser as
part of the "web page package".
This is a page on my site:
https://digi.ninja/projects/authlab.php

As part of it, it uses this bit of HTML:

<script src="/javascript/authlab.js"></script>

To load this JavaScript...

Re: NMAP Scan help thanatos thanatos via dev (Feb 03)
I am talking about running a scan from the outside on port 443. It shows my clients information 

Sent from Yahoo Mail on Android

On Thu, Feb 2, 2023 at 10:08 AM, Robin Wood<robin@digi.ninja> wrote: JavaScript is sent to the client as part of
the way the web works and so can't be blocked or hidden. If you stop sending it then whatever bits of the site rely on
it will stop working.
Nothing should be considered secret in client...

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.

Nmap 7.93 - 25th Anniversary Release! Gordon Fyodor Lyon (Sep 01)
Dear Nmap community,

Twenty five years ago today, I released the first version of Nmap in a
Phrack article named The Art of Port Scanning (https://nmap.org/p51-11.html).
I never thought I'd still be at it a quarter of a century later, but that's
because I also didn't anticipate such a wonderful community of users and
contributors spanning those decades. You've helped Nmap blossom from a
fairly simple port scanner to a...

Npcap Versions 1.70 and 1.71 improve Windows packet capturing performance, stability, security, and compatibility Gordon Fyodor Lyon (Sep 01)
Hello folks. While the Nmap Project has been quiet lately (this is my
first post of the year), I'm happy to share some great progress on both
Nmap and Npcap development. Starting with our Npcap Windows packet
capturing/sending library, I'm happy to report that we quietly released
Version 1.70 in June and then 1.71 on August 19. They include many key
improvements:

* Performance: A major overhaul of Packet.dll sped up routines that...

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.

SEC Consult SA-20230515-0 :: Multiple Vulnerabilities in Kiddoware Kids Place Parental Control Android App SEC Consult Vulnerability Lab, Research via Fulldisclosure (May 15)
SEC Consult Vulnerability Lab Security Advisory < 20230515-0 >
=======================================================================
title: Multiple Vulnerabilities
product: Kiddoware Kids Place Parental Control Android App
vulnerable version: <=3.8.49
fixed version: 3.8.50 or higher
CVE number: CVE-2023-28153, CVE-2023-29078, CVE-2023-29079
impact: High
homepage:...

CyberDanube Security Research 20230511-0 | Multiple Vulnerabilities in Advantech EKI-15XX Series Thomas Weber (May 11)
CyberDanube Security Research 20230511-0
-------------------------------------------------------------------------------
title| Multiple Vulnerabilities
product| EKI-1524-CE series, EKI-1522 series, EKI-1521 series
vulnerable version| 1.21
fixed version| 1.24
CVE number| CVE-2023-2573, CVE-2023-2574, CVE-2023-2575
impact| High
homepage| https://advantech.com...

OXAS-ADV-2023-0001: OX App Suite Security Advisory Martin Heiland via Fulldisclosure (May 08)
Dear subscribers,

We're sharing our latest advisory with you and like to thank everyone who contributed in finding and solving those
vulnerabilities. Feel free to join our bug bounty programs for OX AppSuite, Dovecot and PowerDNS at YesWeHack.

This advisory has also been published at https://documentation.open-xchange.com/security/advisories/.

Yours sincerely,
Martin Heiland, Open-Xchange GmbH

Internal reference: OXUIB-2130
Type:...

SCHUTZWERK-SA-2023-001: SQL Injection in Spryker Commerce OS Lennert Preuth via Fulldisclosure (May 08)
Title
=====

SCHUTZWERK-SA-2023-001: SQL Injection in Spryker Commerce OS

Status
======

PUBLISHED

Version
=======

1.0

CVE reference
=============

CVE-2023-27568

Link
====

https://www.schutzwerk.com/advisories/schutzwerk-sa-2023-001/

Text-only version:
https://www.schutzwerk.com/advisories/SCHUTZWERK-SA-2023-001.txt

Affected products/vendor
========================

Spryker Commerce OS by Spryker Systems GmbH, with spryker/sales:...

APPLE-SA-2023-05-03-1 AirPods Firmware Update 5E133 and Beats Firmware Update 5B66 Apple Product Security via Fulldisclosure (May 04)
APPLE-SA-2023-05-03-1 AirPods Firmware Update 5E133 and
Beats Firmware Update 5B66

AirPods Firmware Update 5E133 and Beats Firmware Update 5B66
address the following issues. Information about the security content
is also available at https://support.apple.com/HT213752.

AirPods Firmware Update 5E133

Released April 11, 2023

Bluetooth

Available for: AirPods (2nd generation and later), AirPod Pro (all models),
AirPods Max
Impact: When your...

SEC Consult SA-20230502-0 :: Bypassing cluster isolation through insecure defaults and shared storage in Databricks Platform SEC Consult Vulnerability Lab, Research via Fulldisclosure (May 02)
SEC Consult Vulnerability Lab Security Advisory < 20230502-0 >
=======================================================================
title: Bypassing cluster isolation through insecure defaults and
shared storage
product: Databricks Platform
vulnerable version: PaaS version as of 2023-01-26
fixed version: Current PaaS version
CVE number: -
impact: critical...

Piwigo - CVE-2023-26876 Rodolfo Tavares via Fulldisclosure (Apr 28)
=====[ Tempest Security Intelligence - ADV-03/2023
]==========================

Piwigo - Version 13.5.0

Author: Rodolfo Tavares

Tempest Security Intelligence - Recife, Pernambuco - Brazil

=====[ Table of Contents]==================================================
* Overview
* Detailed description
* Timeline of disclosure
* Thanks & Acknowledgments
* References

=====[ Vulnerability...

Re: Checking existence of firewalled URLs via javascript's script.onload Jonathan Gregson via Fulldisclosure (Apr 28)
Hi Georgi,

As you suggested, this is a CSRF attack. Using such techniques to attack or enumerate local applications has been known
for some time and is a very difficult issue to address. Browsers have done well in preventing malicious _authenticated_
cross-site requests, but as you've found, attackers can still use such techniques for enumeration and information
gathering.

Fortunately, it's not very practical except in targeted...

Security vulnerabilities in Telit Cinterion IoT (formerly Thales) devices Security Explorations (Apr 24)
Hello,

In 2020, a vulnerability (CVE-2020-15858) in multiple Cinterion IoT
devices was discovered by Adam Laurie and Grzegorz Wypych of IBM
X-Force Red [1].

The issue was described as allowing for organizational secrets theft
and Java application code access. The use of Java VM / apps by
wireless (connected) devices triggered my attention in particular.

Historically, Java flaws could be successfully exploited for a more
in-depth investigation...

Checking existence of firewalled URLs via javascript's script.onload Georgi Guninski (Apr 21)
There is minor information disclosure vulnerability similar
to nmap in browser.

It is possible to check the existence of firewalled URL U via
the following javascript in a browser:

<script src="U"
onload="alert('Exists')"
onerror="alert('Does not exist')">

This might have privacy implication on potentially
"semi-blind CSRF" (XXX does this makes sense?).

Works for me in...

Checking existence of firewalled web servers in Firefox via iframe.onload Georgi Guninski (Apr 21)
In short in Firefox 112, it is possible to check existence
of firewalled web servers. This doesn't work in Chrome and Chromium 112
for me.

If user A has tcp connection to web server B, then in the
following html:

<iframe src="http://B"; onload="load()" onerror="alert('error')" id="i1" />

the javascript function load() will get executed if B serves
valid document to A's browser...

[CVE-2023-22897] SecurePoint UTM <= 12.2.5 “spcgi.cgi” Remote Memory Contents Information Disclosure Julien Ahrens (RCE Security) (Apr 18)
RCE Security Advisory
https://www.rcesecurity.com

1. ADVISORY INFORMATION
=======================
Product: SecurePoint UTM
Vendor URL: https://www.securepoint.de/en/for-companies/firewall-vpn
Type: Use of Uninitialized Variable [CWE-457]
Date found: 2023-01-05
Date published: 2023-04-12
CVSSv3 Score: 6.5 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)
CVE: CVE-2023-22897

2. CREDITS
==========
This...

[CVE-2023-22620] SecurePoint UTM <= 12.2.5 “spcgi.cgi” sessionId Information Disclosure Allowing Device Takeover Julien Ahrens (RCE Security) (Apr 18)
RCE Security Advisory
https://www.rcesecurity.com

1. ADVISORY INFORMATION
=======================
Product: SecurePoint UTM
Vendor URL: https://www.securepoint.de/en/for-companies/firewall-vpn
Type: Exposure of Sensitive Information to an Unauthorized Actor [CWE-200]
Date found: 2023-01-05
Date published: 2023-04-11
CVSSv3 Score: 9.0 (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H)
CVE: CVE-2023-22620

2....

APPLE-SA-2023-04-10-3 macOS Big Sur 11.7.6 Apple Product Security via Fulldisclosure (Apr 10)
APPLE-SA-2023-04-10-3 macOS Big Sur 11.7.6

macOS Big Sur 11.7.6 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/HT213725.

IOSurfaceAccelerator
Available for: macOS Big Sur
Impact: An app may be able to execute arbitrary code with kernel
privileges. Apple is aware of a report that this issue may have been
actively exploited.
Description: An out-of-bounds write issue was...

APPLE-SA-2023-04-10-1 iOS 15.7.5 and iPadOS 15.7.5 Apple Product Security via Fulldisclosure (Apr 10)
APPLE-SA-2023-04-10-1 iOS 15.7.5 and iPadOS 15.7.5

iOS 15.7.5 and iPadOS 15.7.5 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/HT213723.

IOSurfaceAccelerator
Available for: iPhone 6s (all models), iPhone 7 (all models), iPhone
SE (1st generation), iPad Air 2, iPad mini (4th generation), and iPod
touch (7th generation)
Impact: An app may be able to execute arbitrary code with...

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.

Re: Fussing about with fuzzers Adrian Sanabria via Dailydave (May 22)
IMO, we're in the toddler phase of LLMs right now. You know how toddlers
put everything in their mouth? Since we're still figuring out what LLMs are
good at, we're going to keep throwing weird stuff at them to see what
happens.

Fussing about with fuzzers Dave Aitel via Dailydave (May 22)
So last week at offensivecon I watched a talk on Fuzzilli (
https://github.com/googleprojectzero/fuzzilli) which, I have to admit I had
no idea what it was. Obviously I knew it was a Googlely Javascript fuzzer,
finding bugs. But I did not realize that it was applying mutations to its
own intermediate language which it then compiled to Javascript. I just
assumed it was, like most fuzzers, mutating the javascript directly (f.e....

Re: Knowledge Graph + AI = ? Isaac Dawson via Dailydave (May 09)
Did you happen across the research that Lauren Orr did with using knowledge
graphs with ML for their Bootleg system? (ref: https://youtu.be/IPTjuxxPaZs)
I got halfway through the course before I got distracted, but her research
seemed rather fruitful.

For your P.S. Note: Another interesting paper I came across had researchers
transform code into an AST and used a Graph Neural Network (GNN) to
identify if a function contained a vulnerability or...

Knowledge Graph + AI = ? Dave Aitel via Dailydave (May 08)
*Logical Operations on Knowledge Graphs:*

So if you've spent enough time looking at graph databases, you will
invariably run into people who are obsessed with "ontologies". The basic
theory being that if you've already organized your data in some sort of
directed graph, maybe you can then apply a logical ruleset to those
relationships and infer knowledge about things you didn't already know,
which could be useful? There...

Performance thoughts Dave Aitel via Dailydave (Apr 28)
So my first thought is that performance measurement tools seem exactly
aimed at a lot of security problems but performance people are extremely
reluctant <https://aus.social/@brendangregg/110276319669838295> to admit
that because of the drama involved in the security market. Which is very
smart of them! :)

Secondly, I wanted to re-link to Halvar's QCon keynote
<...

Yawps from the rooftops Dave Aitel via Dailydave (Mar 31)
[image: image.png]https://twitter.com/thezdi/status/1638617627626176513

[image: image.png]
Yawps

So one thing I have as a "lessons learned" from the past 20 years is that
security is not a proactive sport. In fact, we are all experts at running
to where the ball _was_as opposed to where it is _going_.

Like, if you listen to Risky Biz this week, Patrick asks Metlstorm whether
it's time to go out and replace all the old enterprise...

LSU is hiring CS Professors with RE and binary exploitation experience Andrew Case via Dailydave (Mar 31)
The Computer Science department at Louisiana State University (LSU) is
currently hiring for many faculty positions related to applied cyber
security. Courses taught inside this department include reverse
engineering, malware analysis, binary exploitation, memory forensics
and other intensive courses related to incident response and offensive
security.

Ideal candidates will have significant experience with deeply
technical areas of cybersecurity....

t2'23: Call For Papers 2023 (Helsinki, Finland) Tomi Tuominen via Dailydave (Mar 06)
Call For Papers 2023

Tired of your bosses suspecting conference trips to exotic locations being just a ploy to partake in Security Vacation
Club? Prove them wrong by coming to Helsinki, Finland on May 4-5 2023! Guaranteed lack of sunburn, good potential for
rain or slush. In case of great spring weather, though, no money back.

CFP and registration both open. Read further if still unsure.

Maui, Miami, Las Vegas, Tel Aviv or Wellington feel so...

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

c-ares multiple vulnerabilities: CVE-2023-32067, CVE-2023-31147, CVE-2023-31130, CVE-2023-31124 Brad House (May 22)
CVE-2023-32067

Impact

Denial of Service.

Attack Steps:

1. The target resolver sends a query
2. The attacker forges a malformed UDP packet with a length of 0 and
returns them to the target resolver
3. The target resolver erroneously interprets the 0 length as a
graceful shutdown of the connection. (this is only valid for TCP
connections, UDP is connection-less)
4. Current resolution fails, DoS attack is achieved....

CVE-2023-28709 Apache Tomcat - Fix for CVE-2023-24998 was incomplete Mark Thomas (May 22)
CVE-2023-28709 Apache Tomcat - Fix for CVE-2023-24998 was incomplete

Severity: Moderate

Vendor: The Apache Software Foundation

Versions Affected:
Apache Tomcat 11.0.0-M2 to 11.0.0-M4
Apache Tomcat 10.1.5 to 10.1.7
Apache Tomcat 9.0.71 to 9.0.73
Apache Tomcat 8.5.85 to 8.5.87

Description:
The fix for CVE-2023-24998 was incomplete. If non-default HTTP connector
settings were used such that the maxParameterCount could be reached
using query...

CVE-2023-31454: Apache InLong: IDOR make users can bind any cluster Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.2.0 through 1.6.0

Description:

Incorrect Permission Assignment for Critical Resource Vulnerability in Apache Software Foundation Apache InLong.This
issue affects Apache InLong: from 1.2.0 through 1.6.0. 

The attacker can bind any cluster, even if he is not the cluster owner. Users are advised to upgrade to Apache InLong's
1.7.0 or cherry-pick [1] to solve it.[1]...

CVE-2023-31453: Apache InLong: IDOR make users can delete others' subscription Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.2.0 through 1.6.0

Description:

Incorrect Permission Assignment for Critical Resource Vulnerability in Apache Software Foundation Apache InLong.This
issue affects Apache InLong: from 1.2.0 through 1.6.0. The attacker can delete others' subscriptions, even if they are
not the owner
of the deleted subscription. Users are advised to upgrade to Apache InLong's 1.7.0 or...

CVE-2023-31206: Apache InLong: Attackers can change the immutable name and type of nodes Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.4.0 through 1.6.0

Description:

Exposure of Resource to Wrong Sphere Vulnerability in Apache Software Foundation Apache InLong.This issue affects
Apache InLong: from 1.4.0 through 1.6.0. Attackers can change the immutable name and type of nodes of InLong. Users are
advised to upgrade to Apache InLong's 1.7.0 or cherry-pick [1] to solve it.

[1]...

CVE-2023-31103: Apache InLong: Attackers can change the immutable name and type of cluster Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.4.0 through 1.6.0

Description:

Exposure of Resource to Wrong Sphere Vulnerability in Apache Software Foundation Apache InLong.This issue affects
Apache InLong: from 1.4.0 through 1.6.0. 
Attackers can change the immutable name and type of cluster of InLong. Users are advised to upgrade to Apache InLong's
1.7.0 or cherry-pick [1] to solve it.

[1] ...

CVE-2023-31101: Apache InLong: Users who joined later can see the data of deleted users Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.5.0 through 1.6.0

Description:

Insecure Default Initialization of Resource Vulnerability in Apache Software Foundation Apache InLong.This issue
affects Apache InLong: from 1.5.0 through 1.6.0. Users registered in InLong who joined later can see deleted users'
data. Users are advised to upgrade to Apache InLong's 1.7.0 or cherry-pick [1] to solve it.

[1] ...

CVE-2023-31098: Apache InLong: Weak Password Implementation in InLong Charles Zhang (May 21)
Severity: moderate

Affected versions:

- Apache InLong 1.1.0 through 1.6.0

Description:

Weak Password Requirements vulnerability in Apache Software Foundation Apache InLong.This issue affects Apache InLong:
from 1.1.0 through 1.6.0. 

When users change their password to a simple password (with any character or
symbol), attackers can easily guess the user's password and access the account.

Users are advised to upgrade to Apache...

CVE-2023-31066: Apache InLong: Insecure direct object references for inlong sources Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.4.0 through 1.6.0

Description:

Files or Directories Accessible to External Parties vulnerability in Apache Software Foundation Apache InLong.This
issue affects Apache InLong: from 1.4.0 through 1.6.0. Different users in InLong could delete, edit, stop, and start
others' sources! Users are advised to upgrade to Apache InLong's 1.7.0 or cherry-pick [1] to solve it.

[1] ...

CVE-2023-31065: Apache InLong: Insufficient Session Expiration in InLong Charles Zhang (May 21)
Severity: moderate

Affected versions:

- Apache InLong 1.4.0 through 1.6.0

Description:

Insufficient Session Expiration vulnerability in Apache Software Foundation Apache InLong.This issue affects Apache
InLong: from 1.4.0 through 1.6.0. 

An old session can be used by an attacker even after the user has been deleted or the password has been changed.

Users are advised to upgrade to Apache InLong's 1.7.0 or cherry-pick [1],[2] to solve...

CVE-2023-31064: Apache InLong: Insecurity direct object references cancelling applications Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.2.0 through 1.6.0

Description:

Files or Directories Accessible to External Parties vulnerability in Apache Software Foundation Apache InLong.This
issue affects Apache InLong: from 1.2.0 through 1.6.0. the user in InLong could cancel an application that doesn't
belongs to it. Users are advised to upgrade to Apache InLong's 1.7.0 or cherry-pick [1] to solve it.

[1]...

CVE-2023-31062: Apache InLong: Privilege escalation vulnerability for InLong Charles Zhang (May 21)
Severity: important

Affected versions:

- Apache InLong 1.2.0 through 1.6.0

Description:

Improper Privilege Management Vulnerabilities in Apache Software Foundation Apache InLong.This issue affects Apache
InLong: from 1.2.0 through 1.6.0.  When the attacker has access to a valid (but unprivileged) account, the exploit can
be executed using Burp Suite by sending a login
request and following it with a subsequent HTTP request
using the...

CVE-2023-31058: Apache InLong: JDBC URL bypassing by adding blanks Charles Zhang (May 21)
Severity: moderate

Affected versions:

- Apache InLong 1.4.0 through 1.6.0

Description:

Deserialization of Untrusted Data Vulnerability in Apache Software Foundation Apache InLong.This issue affects Apache
InLong: from 1.4.0 through 1.6.0. Attackers would bypass the
'autoDeserialize' option filtering by adding blanks. Users are advised to upgrade to Apache InLong's 1.7.0 or
cherry-pick [1] to solve it.

[1]...

Re: IPv6 and Route of Death Dominique Martinet (May 19)
Solar Designer wrote on Wed, May 17, 2023 at 07:13:51PM +0200:

A couple of days late, but since I wanted to read it myself, here's the
text content (as rendered by edbrowse, which looks good enough to me,
look for 'h3' to jump to next sections e.g. 'h3 The Bug'):
--------------
h3 Introduction

Sometimes I feel like exploring random areas of code.
It's a pretty good way to find a new bug pattern.
Early last year I...

Re: IPv6 and Route of Death Andrew Worsley (May 18)
I think debian stable/bullseye may not be vulnerable with standard kernel:

The exploit write up suggests it requires the ipv6_rpl_srh_compress()
routine to be compiled in
but from my reading of the code (see
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/net/rpl.h)
requires CONFIG_IPV6_RPL_LWTUNNEL to be define which isn't in my
latest debian amd64 kernel:

% grep CONFIG_IPV6_RPL_LWTUNNEL...

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.

Re: Do ISP's collect and analyze traffic of users? Michael Thomas (May 19)
Yeah, my curiosity was whether ISP were trying to get in the monetizing
traffic analysis biz which seems to be a small degree but they can't
really compete with the much finer grained information that other means
can provide and that they have no particular expertise in it or an
institutional desire. For things like Google and Facebook, that kind of
analysis was part of their initial business plan.

Mike

Fw: [Sidrops] Estimating timeline for ASPA Deployment Job Snijders via NANOG (May 19)
Heya NANOG,

I thought this email conversation might be of interest to the group:
https://mailarchive.ietf.org/arch/msg/sidrops/RdbccLbXEHUrmmdIS5K9GOdJFXA/

Kind regards,

Job

----- Forwarded message from Job Snijders <job () fastly com> -----

Date: Fri, 19 May 2023 20:54:26 +0200
From: Job Snijders <job () fastly com>
To: sidrops () ietf org
Subject: Re: [Sidrops] Estimating timeline for ASPA Deployment

Dear Tony,

... Where...

Weekly Global IPv4 Routing Table Report Routing Table Analysis Role Account (May 19)
This is an automated weekly mailing describing the state of the Global
IPv4 Routing Table as seen from APNIC's router in Japan.

The posting is sent to APOPS, NANOG, AfNOG, SANOG, PacNOG, SAFNOG
TZNOG, MENOG, BJNOG, SDNOG, CMNOG, LACNOG and the RIPE Routing WG.

Daily listings are sent to bgp-stats () lists apnic net.

For historical data, please see https://thyme.apnic.net.

If you have any comments please contact Philip Smith <pfsinoz...

Re: Do ISP's collect and analyze traffic of users? Justin Streiner (May 19)
Hank:

No doubt there is a massive amount of information that can be gathered from
in-box telemetry. This thread appears to be more focused on providers
gathering data from traffic in flight across their infrastructure.

Thank you
jms

Re: Do ISP's collect and analyze traffic of users? Hank Nussbacher (May 19)
It amazes me how people can focus on Netflow metadata and ignore things
like Microsoft telemetry data from every Windows box, or ignore the
massive amount of html cookies that are traded by companies or how
almost every corporate firewall or anti-spam box "reports" back to the
mother ship and sends tons of information via secret channels like
hashed DNS lookups just to be avoided.

Regards,
Hank

Re: [EXT] Dominican Republic Landing Station Thomas E Everett (May 19)
Puerto plata

https://www.fiberatlantic.com/cls/MQDB

Thomas E Everett

Principal Systems Engineer
The MITRE Corp

________________________________
From: NANOG <nanog-bounces+everettt=mitre.org () nanog org> on behalf of Robert DeVita <radevita () mejeticks com>
Sent: Thursday, May 18, 2023 8:14:29 PM
To: nanog () nanog org <nanog () nanog org>
Subject: [EXT] Dominican Republic Landing Station

Does anyone have the address to...

Wave out of St Louis to Ashburn Louis Alexander via NANOG (May 19)
I have been looking for a wave (100g) provider that has a path between St Louis and Ashburn that avoids Dallas, Atlanta
and Chicago. i.e. through the middle

Struggling to find this on any public network maps.

Please respond off list if you're aware of any options here.

Regards,
Louis

Re: Do ISP's collect and analyze traffic of users? Justin Streiner (May 19)
There are already so many different ways that organizations can find out
all sorts of information about individual users, as others have noted
(social media interactions, mobile location/GPS data, call/text history,
interactions with specific sites, etc), that there probably isn't much
incentive for many providers to harvest data beyond what is needed for
troubleshooting and capacity planning. Plus, gathering more data -
potentially down to...

Re: Dominican Republic Landing Station Rubens Kuhl (May 18)
https://www.submarinecablemap.com/ lists 4 CLS in Dominican Republic:
Haina, Macao Beach, Puerto Plata and Punta Cana.

Rubens

On Thu, May 18, 2023 at 9:15 PM Robert DeVita <radevita () mejeticks com>
wrote:

Dominican Republic Landing Station Robert DeVita (May 18)
Does anyone have the address to the Cable Landing Station in Dominican Republic. I am told there is only 1 and I
believe its in Punta Cana. Yes I spent 25 minutes trying to google it. Any help would be appreciated

Thanks

[cid:image001.jpg@01D989BC.76276310]
Robert DeVita​​​​
CEO and Founder
t: (469) 581-2160<tel:(469)%20581-2160>
|
m: (469) 441-8864<tel:(469)%20441-8864>
e: radevita () mejeticks com<mailto:radevita ()...

Re: Treasurydirect.gov unreachable over IPv6? Chris Adams (May 17)
Once upon a time, Jay Hennigan <jay () west net> said:

Yeah. From Google Fiber, IPv4 works. IPv6 connects on port 80, gets
redirected to HTTPS, which connects on port 443 but fails in SSL
negotiation.

I wonder if some over-zealous network admin blocked all ICMPv6.

Re: Treasurydirect.gov unreachable over IPv6? Jay Hennigan (May 17)
Smells like broken PMTUD to me.

Re: Treasurydirect.gov unreachable over IPv6? Jesse Rehmer (May 17)
From Spectrum, I'm able to hit port 80, but the redirect to 443 fails.

% curl -6IL treasurydirect.gov
HTTP/1.0 302 Moved Temporarily
Location: https://treasurydirect.gov/
Server: BigIP
Connection: Keep-Alive
Content-Length: 0

curl: (35) Recv failure: Connection reset by peer

Cheers,

Jesse

Re: Treasurydirect.gov unreachable over IPv6? holow29 (May 17)
Thanks all.
Given that traceroute can reach Zayo and Zayo appears to have route to
Treasury's AS13506, is it reasonable to assume this is on Treasury's end,
potentially blocking traffic from VZ's AS701?

@John Lightfoot: Yes, they rolled out largely throughout last year.

Re: Treasurydirect.gov unreachable over IPv6? John Lightfoot (May 17)
Verizon has IPv6?

From: NANOG <nanog-bounces+jlightfoot=gmail.com () nanog org> on behalf of Jay Hennigan <jay () west net>
Date: Wednesday, May 17, 2023 at 3:21 PM
To: nanog () nanog org <nanog () nanog org>
Subject: Re: Treasurydirect.gov unreachable over IPv6?

Reachable from AS4927 in California.

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.

Risks Digest 33.71 RISKS List Owner (May 16)
RISKS-LIST: Risks-Forum Digest Tuesday 16 May 2023 Volume 33 : Issue 71

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> as
<http://catless.ncl.ac.uk/Risks/33.71>
The current issue can also be found at
<...

Risks Digest 33.70 RISKS List Owner (May 13)
RISKS-LIST: Risks-Forum Digest Saturday 13 May 2023 Volume 33 : Issue 70

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> as
<http://catless.ncl.ac.uk/Risks/33.70>
The current issue can also be found at
<...

Risks Digest 33.69 RISKS List Owner (Apr 28)
RISKS-LIST: Risks-Forum Digest Friday 28 April 2023 Volume 33 : Issue 69

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> as
<http://catless.ncl.ac.uk/Risks/33.69>
The current issue can also be found at
<...

Risks Digest 33.67 RISKS List Owner (Apr 06)
RISKS-LIST: Risks-Forum Digest Saturday 1* April 2023 Volume 33 : Issue 67

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> as
<http://catless.ncl.ac.uk/Risks/33.67>
The current issue can also be found at
<...

Risks Digest 33.66 RISKS List Owner (Mar 16)
RISKS-LIST: Risks-Forum Digest Thursday 16 March 2023 Volume 33 : Issue 66

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> as
<http://catless.ncl.ac.uk/Risks/33.66>
The current issue can also be found at
<...

Risks Digest 33.65 RISKS List Owner (Mar 11)
RISKS-LIST: Risks-Forum Digest Saturday 11 March 2023 Volume 33 : Issue 65

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> as
<http://catless.ncl.ac.uk/Risks/33.65>
The current issue can also be found at
<...

Risks Digest 33.64 RISKS List Owner (Mar 07)
RISKS-LIST: Risks-Forum Digest Tuesday 14 March 2023 Volume 33 : Issue 64

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> as
<http://catless.ncl.ac.uk/Risks/33.64>
The current issue can also be found at
<...

Risks Digest 33.63 RISKS List Owner (Feb 25)
RISKS-LIST: Risks-Forum Digest Saturday 25 February 2023 Volume 33 : Issue 63

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> as
<http://catless.ncl.ac.uk/Risks/33.63>
The current issue can also be found at
<...

Risks Digest 33.62 RISKS List Owner (Feb 19)
RISKS-LIST: Risks-Forum Digest Sunday 19 February 2023 Volume 33 : Issue 62

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> as
<http://catless.ncl.ac.uk/Risks/33.62>
The current issue can also be found at
<...

Risks Digest 33.60 RISKS List Owner (Jan 16)
RISKS-LIST: Risks-Forum Digest Monday 15 January 2023 Volume 33 : Issue 60

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> as
<http://catless.ncl.ac.uk/Risks/33.60>
The current issue can also be found at
<...

Risks Digest 33.59 RISKS List Owner (Jan 02)
RISKS-LIST: Risks-Forum Digest Monday 2 January 2023 Volume 33 : Issue 59

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> as
<http://catless.ncl.ac.uk/Risks/33.59>
The current issue can also be found at
<...

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 2023-05-18 Research (May 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 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 2023-05-17 Research (May 17)
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 deleted, file-office
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 2023-05-16 Research (May 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 deleted, file-office
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: Snort-sigs Digest, Vol 72, Issue 4 Kristi Kline via Snort-sigs (May 13)
I will try again but twice got an error code.

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: joel () joelesler net <joel () joelesler net>
Sent: Friday, May 12, 2023 9:44:02 AM
To: Kristi Kline <klinekristi () hotmail com>
Cc: snort-sigs () lists snort org <snort-sigs () lists snort org>
Subject: Re: [Snort-sigs] Snort-sigs Digest, Vol 72, Issue 4

Please follow the link:

<...

Snort Subscriber Rules Update 2023-05-12 Research (May 12)
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 malware-other
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: Matching http_cookie content Alex Tatistcheff via Snort-sigs (May 12)
I would first simplify the Talos rule until you get it to alert. Then add
keywords back in until you find the culprit. Unless you've done this you
dont know what part of the rule is not matching.

Re: Snort-sigs Digest, Vol 72, Issue 4 joel (May 12)
Please follow the link:

https://lists.snort.org/mailman/listinfo/snort-sigs
To unsubscribe yourself.

Re: Urgent Issue with Snort Signature Rules not Triggering Joel Esler (May 12)
You are going to need to provide errors, output. Something.


Sent from my iPhone

Matching http_cookie content Stephen Reese via Snort-sigs (May 12)
I am having trouble triggering Snort 3 log4j rules which look for a pattern
in http_cookie. For the following rule, I would expect something like
${jndi: or similar set to a cookie value would suffice but that does not
seem to be the case. Thoughts on why I am unable to trigger the rule using
the encoded or unencoded value that seems to meet the regex criteria?

alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS ( msg:"SERVER-OTHER...

Urgent Issue with Snort Signature Rules not Triggering Prateek Sharma via Snort-sigs (May 12)
Dear Snort Team,
Here my name is Prateek Sharma. I am a Security Analyst, Currently working
with snort to develop IDPS. But regretly inform you that the signature
rules provided by snort are not working.
Not a single signature rule is working correctly. I want to create
signature rule to block instagram and hotspot shield vpn. Please help me.
Kindly take it seriously and reply positively.
Thanks & Regards
Prateek Sharma

Re: Snort-sigs Digest, Vol 72, Issue 4 Kristi Kline via Snort-sigs (May 12)
Please remove me from your list

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: Snort-sigs <snort-sigs-bounces () lists snort org> on behalf of snort-sigs-request () lists snort org
<snort-sigs-request () lists snort org>
Sent: Friday, May 12, 2023 8:00:03 AM
To: snort-sigs () lists snort org <snort-sigs () lists snort org>
Subject: Snort-sigs Digest, Vol 72, Issue 4

Send Snort-sigs...

Snort Subscriber Rules Update 2023-05-11 Research (May 11)
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-image and
policy-other 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 2023-05-09 Research (May 09)
Talos Snort Subscriber Rules Update

Synopsis:
Talos is aware of vulnerabilities affecting products from Microsoft
Corporation.

Details:
Microsoft Vulnerability CVE-2023-24902:
A coding deficiency exists in Microsoft Win32k that may lead to an
escalation of privilege.

Rules to detect attacks targeting these vulnerabilities are included in
this release and are identified with:
Snort 2: GID 1, SIDs 61705 through 61706,
Snort 3: GID 1, SID 300522....

Snort Subscriber Rules Update 2023-05-04 Research (May 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 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 2023-05-02 Research (May 02)
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-image,
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

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.