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.

Wierd issue: nmap/nping misses (some) icmp repliesJohn Robson via dev (Dec 14)
Hi all,

I'm running into a weird issue that I can't quite get my head around.
As part of monitoring devices we use nmap to issue icmp echo requests
to a list of target devices, and obviously the lack of a reply is
worthy of generating an event/alert/alarm.

I am currently seeing sporadic events from a variety of target
devices, which clear on the next polling cycle (i.e. we miss one
response but get the following one sixty seconds...

Re: dev Digest, Vol 220, Issue 1Anthony Dibella (Nov 28)
Hi thank you for looking into this yes I had no idea what these files are I
don't know what is going on all I know is I have a Target on my back
because of my wife she's broken a lot of laws she doesn't want to go to
jail she's brought on drugs home from her job she does anesthesia she's
hitting me she's not going to jail you name it we've had a horrible
relationship I file for divorce February last year 13th 2...

Nmap error messageSnake YUNA (Nov 28)
Error occurred when opening “Profile → Edit Selected Profile”、“New Profile or Command”

Version: Windows 10 Professional
Version number: 22H2
====================================================================

Version: 7.94
Traceback (most recent call last):
File "D:\Program Files (x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\ScriptInterface.py", line 261, in
script_list_timer_callback
callback(True,...

unexpected errorАлёна Трунова (Nov 28)
Hello! When I'm trying to compare two files, after adding the second file
the error occurs:

Version: 7.94
Traceback (most recent call last):
File "C:\Program Files
(x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\DiffCompare.py",
line 379, in check_ndiff_process
stderr = self.ndiff_process.stderr.read()
AttributeError: 'NoneType' object has no attribute 'read'

Pr #2334Jonathan P (Nov 27)
https://github.com/nmap/nmap/pull/2334
This script detects the existence of a  vulnerable sage X3 service. Related to CVE-2020-7387 and CVE-2020-7388.

Re: Pull request - Service probe for MSMQ (Microsoft Message Queuing)Gonçalo via dev (Nov 27)
Hello Nmap Team,

Have you had the opportunity to check this pull request? Do you need any help with it?

Regards,
Gonçalo Ribeiro 

18/10/2023, 08:22 por goncalor () tutanota com:

Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at https://seclists.org/nmap-dev/

Crash Reportguanbo via dev (Oct 29)
When I click on Profile Editor, Crash Report pop up.

Version: 7.94

Traceback (most recent call last):

  File "D:\Software\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\ScriptInterface.py", line 261, in
script_list_timer_callback

    callback(True, process)

  File "D:\Software\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\ScriptInterface.py", line 270, in...

Crash reportvgp (Oct 29)
Hello,
I tried to compare scans, I wasn't done when I got the crash message as
noted below. As notified, I am forwarding the message.
Have a nice day !
Version: 7.94
Traceback (most recent call last):
File "C:\Program Files
(x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\DiffCompare.py",
line 379, in check_ndiff_process
stderr = self.ndiff_process.stderr.read()
AttributeError: 'NoneType' object has no...

Zenmap crash?????? via dev (Oct 29)
When open profile editor , crash happened.

Version: 7.94
Traceback (most recent call last):
  File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\ScriptInterface.py", line 261,
in script_list_timer_callback
    callback(True, process)
  File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\ScriptInterface.py", line 270,
in...

Re: nmap to use with sudo (but prevent privilege escalation vectors)Robin Wood (Oct 29)
Hi
What about if you put nmap in a docker container and after each scan
threw the container away and built a new one for the next scan.

That way you could lock down as far as you can, but if the user
manages to read the shadow file or overwrite something important, they
would only destroy their instance and not affect the rest of the
system.

I will add though, my docker skills are very limited, so this is just
a vague idea that may be a load of...

Pullrequest #2720Florian Schmitt via dev (Oct 29)
Hello nmap developers,

I added a pullrequest to the git repository #2720 concerning the version
name of zenmap.
see: https://github.com/nmap/nmap/pull/2720
The version name 7.94SVN in the current repository leads to an invalid
version error in dist-packages of debian 12, so I changed it to 7.94+svn
which dist-packages accepts. This is the first pull request to an open
source project so feel free to correct me or give me information how to...

New Addition Assistance In Nmap Script: http-extensive-domxssHaroon Ahmad Awan (Oct 29)
Dear Nmap Dev Team,

I would like to introduce you to the http-extensive-domxss script, which
offers advanced features for detecting DOM-based Cross-Site Scripting (XSS)
vulnerabilities. Below are the key features and improvements this script
can detect:

- Detection of DOM-based XSS vulnerabilities in HTML forms.
- Detection of DOM-based XSS in JavaScript code.
- Detection of DOM-based XSS in Java applets.
- Detection of DOM-based XSS in anchor...

I have a problem about comparing two different test resultsSkylar Note (Oct 29)
Version: 7.94

Traceback (most recent call last): File "C:\Program Files
(x86)\Nmap\zenmap\lib\python3.10\site- packages\zenmapGUNDiffCompare.py",
line 379, in check_ndiff_process stderr= self.ndiff_process.stderr.read()

AttributeError: 'None Type' object has no attribute 'read'

some zenmap bugsjack aa (Oct 29)
When I startup the zenmap gui,it noticed:
Version: 7.94
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "D:\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\App.py", line 281, in run
window = new_window()
File "D:\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\App.py", line 124, in new_window
from zenmapGUI.MainWindow import ScanWindow
File...

Crash report - mbcs issue , on windows 10 and 2008R2 (zh-cn)孔南 (Oct 29)
Version: 7.94
Traceback (most recent call last):
File "C:\Program Files
(x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\ScriptInterface.py",
line 261, in script_list_timer_callback
callback(True, process)
File "C:\Program Files
(x86)\Nmap\zenmap\lib\python3.10\site-packages\zenmapGUI\ScriptInterface.py",
line 270, in initial_script_list_cb
if status and self.handle_initial_script_list_output(process):...

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 Celebrates its 10th Anniversary In Space!Gordon Fyodor Lyon (Oct 05)
Dear Nmap community,

Last month we celebrated Nmap's 26th birthday and today I'm happy to share
another big milestone: Our Npcap driver for capturing and sending raw
packets on Windows turned 10 this year! From humble beginnings as a
security and modernization patch for the discontinued WinPcap project,
Npcap has become an indispensable component for both Nmap and Wireshark.
And it's used by hundreds of other software products and...

Nmap 26th Birthday Announcement: Version 7.94Gordon Fyodor Lyon (Sep 01)
Dear Nmap community,

Today is Nmap’s 26th birthday, which reminded me that I hadn’t yet
announced our Nmap 7.94 release from May. And it’s a great one! The biggest
improvement was the Zenmap and Ndiff upgrades from the obsolete Python 2
language to Python 3 on all platforms. Big thanks to Daniel Miller, Jakub
Kulík, Brian Quigley, Sam James, Eli Schwartz, Romain Leonard, Varunram
Ganesh, Pavel Zhukov, Carey Balboa, and Hasan Aliyev for...

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 compatibilityGordon 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.

[ES2023-02] FreeSWITCH susceptible to Denial of Service via DTLS Hello packets during call initiationSandro Gauci (Dec 26)
# FreeSWITCH susceptible to Denial of Service via DTLS Hello packets during call initiation

- Fixed versions: 1.10.11
- Enable Security Advisory:
https://github.com/EnableSecurity/advisories/tree/master/ES2023-02-freeswitch-dtls-hello-race
- Vendor Security Advisory: https://github.com/signalwire/freeswitch/security/advisories/GHSA-39gv-hq72-j6m6
- Other references: CVE-2023-51443
- Tested vulnerable versions: 1.10.10
- Timeline:
-...

asterisk release 20.5.1Asterisk Development Team via Fulldisclosure (Dec 19)
The Asterisk Development Team would like to announce security release
Asterisk 20.5.1.

The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/20.5.1
and
https://downloads.asterisk.org/pub/telephony/asterisk

The following security advisories were resolved in this release:
- [Path traversal via AMI GetConfig allows access to outside
files](...

asterisk release 18.20.1Asterisk Development Team via Fulldisclosure (Dec 19)
The Asterisk Development Team would like to announce security release
Asterisk 18.20.1.

The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/18.20.1
and
https://downloads.asterisk.org/pub/telephony/asterisk

The following security advisories were resolved in this release:
- [Path traversal via AMI GetConfig allows access to outside
files](...

CORRECTED asterisk release 21.0.1Asterisk Development Team (Dec 19)
The earlier announcement should not have had any User or Upgrade notes.

The Asterisk Development Team would like to announce security release
Asterisk 21.0.1.

The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/21.0.1
and
https://downloads.asterisk.org/pub/telephony/asterisk

The following security advisories were resolved in this release:
- [Path traversal via AMI GetConfig allows...

CORRECTED asterisk release certified-18.9-cert6Asterisk Development Team (Dec 19)
The earlier release announcement should NOT have had any User or Upgrade
notes.

The Asterisk Development Team would like to announce security release
Certified Asterisk 18.9-cert6.

The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/certified-18.9-cert6
and
https://downloads.asterisk.org/pub/telephony/certified-asterisk

The following security advisories were resolved in this release:...

[ES2023-03] RTPEngine susceptible to Denial of Service via DTLS Hello packets during call initiationSandro Gauci (Dec 19)
# RTPEngine susceptible to Denial of Service via DTLS Hello packets during call initiation

- Fixed versions: mr12.1.1.2, mr12.0.1.3, mr11.5.1.16, mr10.5.6.3, mr10.5.6.2
- Enable Security Advisory: https://github.com/EnableSecurity/advisories/tree/master/ES2023-03-rtpengine-dtls-hello-race
- Vendor Patch: https://github.com/sipwise/rtpengine/commit/e969a79428ac4a15cdf1c0a1c6f266dbdc7e60b6
- Tested vulnerable versions: mr11.5.1.6
- Timeline:...

[ES2023-01] Asterisk susceptible to Denial of Service via DTLS Hello packets during call initiationSandro Gauci (Dec 19)
# Asterisk susceptible to Denial of Service via DTLS Hello packets during call initiation

- Fixed versions: 18.20.1, 20.5.1, 21.0.1,18.9-cert6
- Enable Security Advisory: https://github.com/EnableSecurity/advisories/tree/master/ES2023-01-asterisk-dtls-hello-race
- Vendor Security Advisory: https://github.com/asterisk/asterisk/security/advisories/GHSA-hxj9-xwr8-w8pq
- Other references: CVE-2023-49786
- Tested vulnerable versions: 20.1.0
-...

[KIS-2023-14] PKP-WAL <= 3.4.0-3 (NativeImportExportPlugin) Remote Code Execution VulnerabilityEgidio Romano (Dec 19)
---------------------------------------------------------------------------------
PKP-WAL <= 3.4.0-3 (NativeImportExportPlugin) Remote Code Execution
Vulnerability
---------------------------------------------------------------------------------

[-] Software Links:

https://pkp.sfu.ca
https://github.com/pkp/pkp-lib

[-] Affected Versions:

PKP Web Application Library (aka PKP-WAL or pkp-lib) version 3.4.0-3
and prior versions, as used in Open...

[SBA-ADV-20220120-01] MOKOSmart MKGW1 Gateway Improper Session ManagementSBA - Advisory via Fulldisclosure (Dec 19)
# MOKOSmart MKGW1 Gateway Improper Session Management #

Link:
https://github.com/sbaresearch/advisories/tree/public/2022/SBA-ADV-20220120-01_MOKOSmart_MKGW1_Gateway_Improper_Session_Management

## Vulnerability Overview ##

MOKOSmart MKGW1 Gateway devices with firmware version 1.1.1 or below do
not provide an adequate session management for the administrative web
interface. This allows adjacent attackers with access to the management
network to...

APPLE-SA-12-19-2023-1 macOS Sonoma 14.2.1Apple Product Security via Fulldisclosure (Dec 19)
APPLE-SA-12-19-2023-1 macOS Sonoma 14.2.1

macOS Sonoma 14.2.1 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/kb/HT214048.

Apple maintains a Security Updates page at
https://support.apple.com/HT201222 which lists recent
software updates with security advisories.

WindowServer
Available for: macOS Sonoma
Impact: A user who shares their screen may unintentionally share the...

Disclosure of CVE-2023-50917: RCE Vulnerability in MajorDoMBalgogan via Fulldisclosure (Dec 19)
**Introduction**

MajorDoMo, a beacon in Russian home automation and particularly favored by Raspberry Pi aficionados, has been a trusted
name for over a decade. With over 380 stars on its official GitHub repository at the time of writing
(https://github.com/sergejey/majordomo), its popularity is evident. However, lurking within its `thumb.php` module is a
severe unauthenticated Remote Code Execution (RCE) vulnerability before 0662e5e.
NOTE:...

SEC Consult SA-20231211-0 :: Local Privilege Escalation via MSI installer in PDF24 CreatorSEC Consult Vulnerability Lab, Research via Fulldisclosure (Dec 12)
SEC Consult Vulnerability Lab Security Advisory < 20231211-0 >
=======================================================================
title: Local Privilege Escalation via MSI installer
product: PDF24 Creator (geek Software GmbH)
vulnerable version: <=11.15.1
fixed version: 11.15.2
CVE number: CVE-2023-49147
impact: High
homepage:...

SEC Consult SA-20231206 :: Kiosk Escape Privilege Escalation in One Identity Password Manager Secure Password ExtensionSEC Consult Vulnerability Lab, Research via Fulldisclosure (Dec 12)
SEC Consult Vulnerability Lab Security Advisory < 20231206-0 >
=======================================================================
title: Kiosk Escape Privilege Escalation
product: One Identity Password Manager Secure Password Extension
vulnerable version: <5.13.1
fixed version: 5.13.1
CVE number: CVE-2023-48654
impact: critical
homepage:...

SEC Consult SA-20231205 :: Argument injection leading to unauthenticated RCE and authentication bypass in Atos Unify OpenScape Session Border Controller (SBC), Branch, BCFSEC Consult Vulnerability Lab, Research via Fulldisclosure (Dec 12)
SEC Consult Vulnerability Lab Security Advisory < 20231205-0 >
=======================================================================
title: Argument injection leading to unauthenticated RCE and
authentication bypass
product: Atos Unify OpenScape Session Border Controller (SBC)
Atos Unify OpenScape Branch
Atos Unify OpenScape BCF
vulnerable...

SEC Consult SA-20231128 :: Missing Certificate Validation & User Enumeration in Anveo Mobile App and ServerSEC Consult Vulnerability Lab, Research via Fulldisclosure (Dec 12)
SEC Consult Vulnerability Lab Security Advisory < 20231128-0 >
=======================================================================
title: Missing Certificate Validation & User Enumeration
product: Anveo Mobile App and Server
vulnerable version: Mobile App: 10.0.0.359 / 2016-07-13; Server: 11.0.0.5
fixed version: -
CVE number: -
impact: Medium
homepage:...

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: LeverageJason Syversen via Dailydave (Dec 27)
I’m in! I’ve spent a bunch of time on this topic, from the mechanical (donor advised funds, supporting organizations,
tax law, etc.), theoretical (“effective altruism”, 80,000 hours, books on giving strategy, etc.) and practical (served
at probably a dozen charities now in various roles, donor strategies, measuring impact, etc.) AMA!

It’s fun as a hacker to use that mindset to effect a different kind of system change. And much more...

LeverageDave Aitel via Dailydave (Dec 27)
So we know a lot of people who've gone into Big Corpo or sold a company or
just worked hard and gotten lucky and happen to be richer than the average
bear. And while a lot of those people put their money into nice things,
nothing wrong with that, a lot of them also try to use that money to change
the world, and then they find out it's harder to change the world with
money than it is with an exploit. And I know a lot of people who say...

A holiday reflection on: Training.Dave Aitel via Dailydave (Dec 19)
I think one thing this community does really well, better than almost any
other community I've found, is training. It's amazing, in a way,
because this is a community of professional secret holders. And yet
everywhere you look, a hacker is putting their heart and soul into
iterating on lab exercises for their class in whatever sub-field they are
an expert in.

And giving training is hard. It's hard in the way consulting is hard,...

t2'24: Call For Papers 2024 (Helsinki, Finland)Tomi Tuominen via Dailydave (Dec 19)
Call for Papers 2024

t2 infosec has been pushing the boundaries of security research for two decades and it don't stop. We're back April
18-19, 2024 - Helsinki, Finland.

CFP and registration are both open.

This is an event for newcomers, established merchants of dual use computer code, beginners of vulndev, cyber vagabonds,
retired or redacted, and hackers of all sorts.

If you have new original security research targeting old,...

what is reasoning?Dave Aitel via Dailydave (Oct 05)
There's not a huge paper I can find on the history of all the big bug
classes. I mean, there's probably not even a real definition of "bug class"
that would survive a drunken conversation between two CTF teams. But like,
screw it, "format strings" are a bug class. "Deserialization bugs" are a
bug class. "strcpy and friends" is a bug class. You know what I mean if
you're the type of person who...

DARPA AI Challenge!Dave Aitel via Dailydave (Aug 29)
I've been working with LLMs for a bit, and also looking at the DARPA Cyber
AI Challenge <https://www.darpa.mil/news-events/2023-08-09>. And to that
end I put together CORVIDCALL which uses various LLMs to essentially 100%
find-and-patch any bug example I can throw at it from the various GitHub
repos that store these things (see below).

[image: image.png]

So I learned a lot of things doing this, and one article that came out
recently...

Book Review: Fuzzing Against the Machine (Antonio Nappa, Eduardo Blazquez)Dave Aitel via Dailydave (Aug 23)
https://www.packtpub.com/product/fuzzing-against-the-machine/9781804614976

The authors claim in their conclusion: "We want to stress the importance of
books as journeys to explore and experience topics from the unique
viewpoint of the authors."

And in this they succeeded. This book works best as a proposed curriculum
for a five day workshop for experts to reproduce fuzzing frameworks that
target embedded platforms - including Android...

Re: BlackHat and Defcon 2023JJ Gray via Dailydave (Aug 16)
The BsidesLV "Cavalry" track was exactly that, how Policy has been changed due to significant efforts by technical
people, such as medical devices being subject to FDA regulation and DCMA exemption.
This years talks are not up yet but the track from last year is at
https://www.youtube.com/playlist?list=PLjpIlpOLoRNTdZqdr-jR9sa8niVSy4pPf

It was very educational I found, for example how difficult it is to define what a...

Re: BlackHat and Defcon 2023Thomas Dullien via Dailydave (Aug 16)
Hey all,

two quick notes:

1) I am deeply thankful for Katie and Dave, and many others (you know who
you are, if you want to be mentioned by name here send me a message) that
have spent time sitting in meetings that did not concern them until they
had a voice in meetings that did. I have been extremely ineffective in all
matters policy because ... I seem to be incapable of doing that work (aside
from being on the wrong side of the Atlantic,...

Re: BlackHat and Defcon 2023Phil Neray via Dailydave (Aug 15)
As always, it was the speakers themselves at Defcon that made the talks
memorable. For example, I caught the last half of the presentation by Joe
Sullivan, former US federal prosecutor and Uber CISO (also former CISO at
Facebook and Cloudflare; also worked at eBay and PayPal).

The session was in the [new?] track called "War Stories — On the Record"
and it was a human, straight-talking narrative about the Uber "cover up"
for...

Re: BlackHat and Defcon 2023Dominique Brezinski via Dailydave (Aug 15)
simply configuring routers, firewalls, and security software. There was a
noticeable point where it became clear to really have an impact as a
security engineer required software development--whether it was creating
tools, reviewing code, or building security into products/services. And
following that many of the mastering "product" jobs disappeared in
security. Like fashion, it seems what is old becomes new again. That is...

Re: BlackHat and Defcon 2023Katie M via Dailydave (Aug 15)
The policy-making trend deserves its own thread.

Dave & I and a few others have done “deep policy work” which requires years
(not just a few meetings and summits) of pushing extremely unpopular
contrarian technical facts over desired policy outcomes that were drafted
by people who often don’t fundamentally understand how computers work.

The policy tail has been wagging the technology dog for a while & it’s all
running amok...

Re: BlackHat and Defcon 2023Richard Thieme via Dailydave (Aug 15)

Re: BlackHat and Defcon 2023A.P. Delchi via Dailydave (Aug 15)
Don't mistake the industry culture for the hacker culture. For every bit
of "glocalization of cyber" and the industry demands of mastering
products, there are people who are still picking up soldering irons,
building robots, making off cloud home automation, inventing new things and
international fun projects like the stack-chan personal robots. I'm not
saying you are wrong, however adapting to the industry to get the jobs...

Re: BlackHat and Defcon 2023A.P. Delchi via Dailydave (Aug 15)
What was cool for me was DEF CON HDA ( Hackers with Disabilities ) --
seeing the members of the community that are hacking away at things like
mobility scooters, using eye-tracking keyboards , and the general community
that is building in that regard. DEF CON this year had 3 rooms assigned to
assisting / presenting to ADA needs.

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 ProductsCISA (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 AdvisoriesCISA (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 AdvisoriesCISA (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 ManagementCISA (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

Re: CVE-2023-51766: Exim: SMTP smugglingDemi Marie Obenour (Jan 01)
I think the only reasonable thing for an SMTP server to do is to reject
all LFs and CRs in DATA that are not part of a proper CRLF outright.

Re: CVE-2023-51766: Exim: SMTP smugglinghalfdog (Jan 01)
Solar Designer writes:

Interesting, that also LF . LF is causing the effect. As there
might be some aggressive mail server testing for that issue in
near future anyway, could it be, that this was exactly the issue
affecting Debian mailing lists at least 2018-2023? If not so,
and there is a second bug, the increased testing and also public
bug report from below will give them some interesting times ahead
anyway.

But if so, any automated mailing...

Re: inetutils ftpd, rcp, rlogin, rsh, rshd, uucpd: Avoid potential privilege escalations by checking set*id() return valuesSolar Designer (Dec 30)
This is CVE-2023-40303.

Debian also patched the issues in LTS:

https://lists.debian.org/debian-lts-announce/2023/10/msg00013.html

There's still the supposedly-cannot-fail memory allocation on setuid(),
where it contains a supposedly-unreachable error return code. Back
then, I failed to convince the maintainers to replace that code with
crashing the process, which would be a safer action to take on such
supposedly-impossible conditions if...

Re: Re: New SMTP smuggling attackClaus Assmann (Dec 30)
Thanks for the URL, I've submitted my changes yesterday.

inetutils ftpd, rcp, rlogin, rsh, rshd, uucpd: Avoid potential privilege escalations by checking set*id() return valuesSolar Designer (Dec 30)
Hi,

Simon Josefsson has released inetutils 2.5 (a thankless job to take over
maintenance of legacy code like that):

https://www.mail-archive.com/info-gnu () gnu org/msg03239.html

At the latter URL, there's a thread started by Jeffrey, which includes
revisions of a then-proposed patch. My skimming of the latest patch in
there shows it still misses return value checks of initgroups() calls,
and additionally those are within "#ifdef...

Re: Re: New SMTP smuggling attackMarcus Meissner (Dec 30)
Yes please use this form, or if you do not want one of us can do it.

I did not request the sendmail and exim CVEs, also the postfix CVE seems
not my proposed description, so I guess someone else requested them.

Ciao, Marcus

Re: Re: New SMTP smuggling attackAlan Coopersmith (Dec 29)
https://www.cve.org/CVERecord?id=CVE-2023-51765 shows:
Assigner: MITRE Corporation

so you can submit updates/corrections via the web form at:
https://cveform.mitre.org/

CVE-2023-7101: Spreadsheet::ParseExcel for Perl is vulnerable to arbitrary code executionStig Palmquist (Dec 29)
Hi,

The CPAN Security WG was recently informed that the Perl module Spreadsheet::ParseExcel 0.65 (and earlier) is
vulnerable to arbitrary code execution.

Users should upgrade to version 0.66 as soon as possible.

Updated Version:
https://metacpan.org/release/JMCNAMARA/Spreadsheet-ParseExcel-0.66

Patch:
https://github.com/jmcnamara/spreadsheet-parseexcel/commit/bd3159277e745468e2c553417b35d5d7dc7405bc.patch

References:...

xarchiver: Path traversal with crafted cpio archivesIngo Brückl (Dec 29)
With

https://github.com/ib/xarchiver/commit/85dcd9058a528181c786da1899b68110301d1aa1

xarchiver rejects all unmodified cpio versions affected by path traversal
vulnerability.

It is recommended that all users upgrade to xarchiver 0.5.4.22.

Ingo

CVE-2023-51766: Exim: SMTP smugglingSolar Designer (Dec 29)
Hi,

Exim was also susceptible to SMTP smuggling, and version 4.97.1 is now
released to address this. Included below is doc/doc-txt/cve-2023-51766
from the exim-4.97.1 branch (with erroneous Date: line omitted).

Alexander

---
CVE ID: CVE-2023-51766
Credits: https://sec-consult.com/blog/detail/smtp-smuggling-spoofing-e-mails-worldwide/
Version(s): all up to 4.97 inclusive
Issue: Given a buggy relay, Exim can be induced to accept a...

CVE-2023-49299: Apache DolphinScheduler: Arbitrary js execute as root for authenticated usersJiajie Zhong (Dec 29)
Severity: important

Affected versions:

- Apache DolphinScheduler through 3.1.9

Description:

Improper Input Validation vulnerability in Apache DolphinScheduler. An authenticated user can cause arbitrary,
unsandboxed javascript to be executed on the server.This issue affects Apache DolphinScheduler: through 3.1.9.

Users are recommended to upgrade to version 3.1.9, which fixes the issue.

Credit:

Eluen Siebene (finder)

References:...

CVE-2012-5639: Apache OpenOffice: Loading internal / external resources without warningArrigo Marchiori (Dec 28)
Severity: Moderate

Affected versions:

- Apache OpenOffice through 4.1.15

Description:

In Apache OpenOffice and LibreOffice embedded content will be opened
automatically without that a warning is shown.

Credit:

The Apache OpenOffice Security Team would like to thank Timo Warns and
Joachim Mammele for discovering and reporting this attack vector.

References:
https://openoffice.apache.org/
https://www.cve.org/CVERecord?id=CVE-2012-5639

CVE-2022-43680: Apache OpenOffice: "Use after free" fixed in libexpatArrigo Marchiori (Dec 28)
Severity: Moderate

Affected versions:

- Apache OpenOffice through 4.1.15

Description:

In libexpat through 2.4.9, there is a use-after free caused by
overeager destruction of a shared DTD in
XML_ExternalEntityParserCreate in out-of-memory situations.

References:
https://openoffice.apache.org/
https://www.cve.org/CVERecord?id=CVE-2022-43680

CVE-2023-1183: Apache OpenOffice: Arbitrary file write in Apache OpenOffice BaseArrigo Marchiori (Dec 28)
Severity: Moderate

Affected versions:

- Apache OpenOffice through 4.1.15

Description:

An attacker can craft an OBD containing a "database/script" file with
a SCRIPT command where the contents of the file could be written to a
new file whose location was determined by the attacker.

There are no known exploits of this vulnerability.
A proof-of-concept demonstration exists.

Thanks to the reporter for discovering this issue.

Credit:...

CVE-2023-47804: Apache OpenOffice: Macro URL arbitrary script executionArrigo Marchiori (Dec 28)
Severity: important

Affected versions:

- Apache OpenOffice through 4.1.15

Description:

Apache OpenOffice documents can contain links that call internal macros with arbitrary arguments. Several URI Schemes
are defined for this purpose.

Links can be activated by clicks, or by automatic document events.

The execution of such links must be subject to user approval.

In the affected versions of OpenOffice, approval for certain links is not...

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.

Windstream Contactsam via NANOG (Dec 30)
Dear Nanog

I am currently investigating a connection issue we are experiencing with our Midwest office.

I am seeking assistance in establishing contact with a Windstream representative.

Feel free to send a private message off-list.

Weekly Global IPv4 Routing Table ReportRouting Table Analysis Role Account (Dec 29)
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
UKNOF, 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...

RE: NANOG 90 Venue UpdateEric C. Miller (Dec 28)
I know it’s the middle of the holidays, but is there an update on the venue yet?

Eric

From: NANOG <nanog-bounces+eric=ericheather.com () nanog org> On Behalf Of NANOG Support
Sent: Friday, December 8, 2023 3:07 PM
To: members () nanog org; nanog () nanog org
Subject: NANOG 90 Venue Update

Dear NANOG Community,

This letter is an update on the upcoming NANOG 90, February 2024 conference.

As we announced at NANOG 89, due to unforeseen...

Re: Raritan DSX8 - possible to "un-brick" ?Leonardo Rizzi (Dec 27)
I've answer off-list, but I think it could be useful to someone else
since the problem is the same for the DSX8 and SX16.

I had a similar problem (mine is a SX16) it's not clear the root cause
maybe a dirty filesystem, but the boot take about 15 minutes (while
there is no output on the serial console and the network does not work)
after that works just fine.

Leo

Raritan DSX8 - possible to "un-brick" ?vom513 (Dec 26)
Sorry for posting to the list, not sure where else I could ask this…

Anyone have experience with these ? This is the older / EOL DSX serial console product.

I have a DSX8 that seemed to happily take a firmware upgrade, and after boot hangs at a specific point in kernel output
every time.

I opened the case and as expected everything is soldered (no CF card or anything “easy”). They didn’t seem to put any
kind of boot loader /...

Re: Arista “IP-SLA” / Active ProbingTom Beecher (Dec 22)
Pretty much, yes. They don't have any functionality like IP-SLA in EOS, but
you can roll your own.

Ex:

https://github.com/arista-eosext/PingCheck

Re: Arista “IP-SLA” / Active ProbingWilliam Herrin (Dec 22)
Hi David,

There are several variants on Alex's problem. One is that there's an
upstream failure reflected in the BGP table but Alex doesn't see it
because he's only taking a default route. Your solution, or one like
it, should work for that. In a nutshell:

1. Take a full table
2. Filter everything but a selection of representative routes
3. Set static default routes tied to addresses within the representative routes.

If the...

Re: Arista “IP-SLA” / Active ProbingDavid Zimmerman via NANOG (Dec 22)
Hi, Alex. If it helps, I've had a variant of this on our transit routers for enterprise purposes for a few years. We
run DFZ and originate 0/0 and ::/0 internally, but because we follow them to the nearest egress (0/0 using NAT for path
symmetry, ::/0 using conditional advertisement for path symmetry), we want to only originate the internal default
routes if the external peering at that egress is "healthy". For IOS-XR, it...

Weekly Global IPv4 Routing Table ReportRouting Table Analysis Role Account (Dec 22)
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
UKNOF, 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...

Re: nasa contactBill Woodcock (Dec 22)
I just checked with NASA DNS ops, and they said that it was a DNSSEC issue with the delegation from .GOV, which has
since been resolved.

-Bill

nasa contactLeato, Gary via NANOG (Dec 22)
Are there any admins on list from nasa?

Looks like there might be some DNS trouble for the glam1.gsfc.nasa.gov servers. Some DNS providers (9.9.9.9) work ok,
but others (Google, Open DNS) return a non existent domain error.

Gary Leato
Director of Information Systems | Advance Trading Inc.
Office: 309-664-2393
Bloomington, Illinois

The risk of trading futures and options can be substantial. All information, publications, and material used...

CRTC TPIA TARIFFKARIM MEKKAOUI (Dec 21)
Dear NANOG Community,
Not sure if you're aware about any Canadian CRTC action to stop the large companies selling internet service at a price
way below CRTC tariff. No way for TPIAs to compete.
Any though about the subject? What is CRTC view about the future of TPIA business?
Thank you

KARIM

Feds seek to seize funds from lv.net ISP bank accounts and allege $3+ million fraud in bitcoinEric Kuhnke (Dec 21)
https://storage.courtlistener.com/recap/gov.uscourts.nysd.590823/gov.uscourts.nysd.590823.62.0.pdf

https://www.google.com/search?q=lv.net+ISP+nevada

It's a fairly well known regional ISP...

Arista “IP-SLA” / Active ProbingAlex Buie (Dec 20)
Hello all,

We find ourselves trying to solve a requirement where we would like to test
the viability of our paths to the internet and tear down the bgp session if
it is determined to be faulty. We had an issue recently where we did not
lose link or bgp but the carrier lost the ability to route traffic to the
internet for us and our existing automatic detection and remediation
strategies failed to detect this condition and we lost customer...

Re: PCH Contact?Bill Woodcock (Dec 19)
Got it, thank you.

-Bill

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 34.01RISKS List Owner (Dec 30)
RISKS-LIST: Risks-Forum Digest Saturday 30 December 2023 Volume 34 : Issue 01

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/34.01>
The current issue can also be found at
<...

Risks Digest 33.97RISKS List Owner (Dec 17)
RISKS-LIST: Risks-Forum Digest Sunday 17 December 2023 Volume 33 : Issue 97

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.97>
The current issue can also be found at
<...

Risks Digest 33.96RISKS List Owner (Dec 09)
RISKS-LIST: Risks-Forum Digest Saturday 9 December 2023 Volume 33 : Issue 96

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.96>
The current issue can also be found at
<...

Risks Digest 33.95RISKS List Owner (Dec 02)
RISKS-LIST: Risks-Forum Digest Saturday 2 December 2023 Volume 33 : Issue 95

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.95>
The current issue can also be found at
<...

Risks Digest 33.94RISKS List Owner (Nov 18)
RISKS-LIST: Risks-Forum Digest Saturday 18 November 2023 Volume 33 : Issue 94

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.94>
The current issue can also be found at
<...

Risks Digest 33.93RISKS List Owner (Nov 11)
RISKS-LIST: Risks-Forum Digest Saturday 11 November 2023 Volume 33 : Issue 93

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.93>
The current issue can also be found at
<...

Risks Digest 33.91RISKS List Owner (Oct 22)
RISKS-LIST: Risks-Forum Digest Sunday 22 October 2023 Volume 33 : 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> as
<http://catless.ncl.ac.uk/Risks/33.91>
The current issue can also be found at
<...

Risks Digest 33.90RISKS List Owner (Oct 19)
RISKS-LIST: Risks-Forum Digest Thursday 19 October 2023 Volume 33 : Issue 90

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.90>
The current issue can also be found at
<...

Risks Digest 33.89RISKS List Owner (Oct 11)
RISKS-LIST: Risks-Forum Digest Wednesday 11 October 2023 Volume 33 : Issue 89

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.89>
The current issue can also be found at
<...

Risks Digest 33.88RISKS List Owner (Oct 07)
RISKS-LIST: Risks-Forum Digest Saturday 7 October 2023 Volume 33 : Issue 88

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.88>
The current issue can also be found at
<...

Risks Digest 33.87RISKS List Owner (Sep 29)
RISKS-LIST: Risks-Forum Digest Friday 29 September 2023 Volume 33 : Issue 87

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.87>
The current issue can also be found at
<...

Risks Digest 33.86RISKS List Owner (Sep 23)
RISKS-LIST: Risks-Forum Digest Saturday 23 September 2023 Volume 33 : Issue 86

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.86>
The current issue can also be found at
<...

Risks Digest 33.85RISKS List Owner (Sep 19)
RISKS-LIST: Risks-Forum Digest Tuesday 19 September 2023 Volume 33 : Issue 85

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

<http://catless.ncl.ac.uk/Risks/33.85>
The current issue can also be found at
<http://www.csl.sri.com/users/risko/risks.txt>

Contents:
Bots are Better than Humans at CAPCHAS (Bruce Schneier)
Cryptocurrency Startup Loses...

Risks Digest 33.84RISKS List Owner (Sep 13)
RISKS-LIST: Risks-Forum Digest Wednesday 13 September 2023 Vol 33 : Issue 84

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.84>
The current issue can also be found at
<...

Risks Digest 33.83RISKS List Owner (Sep 10)
RISKS-LIST: Risks-Forum Digest Sunday 10 September 2023 Volume 33 : Issue 83

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.83>
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 upMatthew 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 warMatthew 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 NetworkMatthew 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 webMatthew 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 ServicesMatthew 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 VulnerabilityMatthew 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 CommandMatthew 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 YearsMatthew 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 SaysMatthew 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 AttacksMatthew 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 FreelancersMatthew 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 inMatthew 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 ThemMatthew 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 CybercriminalsMatthew 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 impactsMatthew 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-12-28Research (Dec 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 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 2023-12-21Research (Dec 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 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: Zoom meeting causes many [SERVER-MSSQL probe response overflow attempt]John via Snort-sigs (Dec 20)
Solid advice. I will just exclude snort3-server-mysql.rules and snort3-server-mssql.rules

Snort-sigs mailing list
Snort-sigs () lists snort org
https://lists.snort.org/mailman/listinfo/snort-sigs

Please visit http://blog.snort.org for the latest news about Snort!

Please follow these rules: https://snort.org/faq/what-is-the-mailing-list-etiquette

Visit the Snort.org to subscribe to the official Snort ruleset, make sure to stay up to date to...

Re: Zoom meeting causes many [SERVER-MSSQL probe response overflow attempt]Joel Esler via Snort-sigs (Dec 20)

Re: Zoom meeting causes many [SERVER-MSSQL probe response overflow attempt]Al Lewis (allewi) via Snort-sigs (Dec 20)
alert udp $EXTERNAL_NET any -> $SQL_SERVERS any (msg:"SERVER-MSSQL probe response overflow attempt"; flow:to_server;
content:"|05|"; depth:1; byte_test:2,>,512,1; content:"|3B|"; distance:0; isdataat:512,relative; content:!"|3B|";
within:512; metadata:policy max-detect-ips drop, ruleset community; reference:bugtraq,9407; reference:cve,2003-0903;
reference:nessus,11990;...

Re: Zoom meeting causes many [SERVER-MSSQL probe response overflow attempt]Al Lewis (allewi) via Snort-sigs (Dec 20)
That would grab all traffic from the host. You should be able to filter it down to only the traffic that is triggering
the event. Then use that to replay back into snort and check your rules/configuration. The ports listed below aren't
the defaults for MSSQL.

Albert Lewis

Email: allewi () cisco com<mailto:allewi () cisco com>

________________________________
From: John <therealgraysky () proton me>
Sent: Tuesday, December...

Re: Zoom meeting causes many [SERVER-MSSQL probe response overflow attempt]John via Snort-sigs (Dec 20)
I did not create a capture. It has been a long time since I used tcpdump. Is this the correct way to grab some
traffic?

Assuming the target IP is 10.9.5.106:

tcpdump -i eth0 host 10.9.5.106 -w /tmp/capture

Re: Zoom meeting causes many [SERVER-MSSQL probe response overflow attempt]Al Lewis (allewi) via Snort-sigs (Dec 19)
Do you have a pcap of the traffic that you can share?

Albert Lewis

Email: allewi () cisco com<mailto:allewi () cisco com>

________________________________
From: Snort-sigs <snort-sigs-bounces () lists snort org> on behalf of John via Snort-sigs <snort-sigs () lists snort
org>
Sent: Tuesday, December 19, 2023 7:57 AM
To: snort-sigs () lists snort org <snort-sigs () lists snort org>
Subject: [Snort-sigs] Zoom meeting...

Zoom meeting causes many [SERVER-MSSQL probe response overflow attempt]John via Snort-sigs (Dec 19)
When in a zoom meeting, snort is dropping hundreds of thousands packets which are getting flagged as:

"SERVER-MSSQL probe response overflow attempt" [**] [Classification: Attempted User Privilege Gain] [Priority: 1] {UDP}
206.247.41.152:8801 -> 10.1.2.202:60966

Is this a false positive?

Snort Subscriber Rules Update 2023-12-19Research (Dec 19)
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 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

Re: remove me from mailing listJoel Esler via Snort-sigs (Dec 18)
Thank you for writing in.

Go to this URL to change user options or unsubscribe:
https://lists.snort.org/mailman/listinfo/snort-sigs

or by sending an email to snort-sigs-leave () lists snort org <mailto:snort-sigs-leave () lists snort org>

Thanks!

Re: remove my email ID from all of your mailing listsJoel Esler via Snort-sigs (Dec 18)
Thank you for writing in.

Go to this URL to change user options or unsubscribe:
https://lists.snort.org/mailman/listinfo/snort-sigs

or by sending an email to snort-sigs-leave () lists snort org <mailto:snort-sigs-leave () lists snort org>

Thanks!

remove me from mailing listNitin Vaidya via Snort-sigs (Dec 18)
I am planning to retire, hence remove my mail

Thanks
Nitin

remove my email ID from all of your mailing listsdarkfibre Lotus via Snort-sigs (Dec 18)
Hi Team,

As I am now retired from work, I no longer need emails from snort, please
remove me from your mailing list.

Regards
Sunil Shah

Snort Subscriber Rules Update 2023-12-15Research (Dec 15)
Talos Snort Subscriber Rules Update

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

Details:
Cisco Talos is releasing coverage for CVE-2023-50164, an Apache Struts
vulnerability which is getting attention due to a public PoC of a
potential vulnerable application.

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

For a complete list...

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.