home.social

#securityfix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #securityfix, aggregated by home.social.

fetched live
  1. 🚨 Oh no, not another "all versions" #bug in FreeBSD! 🎉 Apparently, executing a program in your own system is now a privilege escalation 🧙‍♂️✨ Bravo to FreeBSD's stellar security team for fixing a problem that they didn't know existed until Ryan from Calif.io came along to enlighten them. 🙃🔒
    freebsd.org/security/advisorie #FreeBSD #PrivilegeEscalation #SecurityFix #HackerNews #Califio #HackerNews #ngated

  2. 🚨 Oh no, not another "all versions" #bug in FreeBSD! 🎉 Apparently, executing a program in your own system is now a privilege escalation 🧙‍♂️✨ Bravo to FreeBSD's stellar security team for fixing a problem that they didn't know existed until Ryan from Calif.io came along to enlighten them. 🙃🔒
    freebsd.org/security/advisorie #FreeBSD #PrivilegeEscalation #SecurityFix #HackerNews #Califio #HackerNews #ngated

  3. Samsung Galaxy S24 users in Europe, don’t miss the crucial February 2025 update! Key security fixes, performance improvements, Samsung-specific tweaks await. Ensure phone stays secure and smooth with just a quick update. #SamsungUpdate #GalaxyS24 #TechNews #SecurityFix

    pupuweb.com/whats-new-in-samsu

  4. Samsung Galaxy S24 users in Europe, don’t miss the crucial February 2025 update! Key security fixes, performance improvements, Samsung-specific tweaks await. Ensure phone stays secure and smooth with just a quick update. #SamsungUpdate #GalaxyS24 #TechNews #SecurityFix

    pupuweb.com/whats-new-in-samsu

  5. Mastodon benötigt ein Security-Update: **This release is an important security release fixing several security issue.**

    sudo su mastodon
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.2.10
    bundle install
    yarn install --frozen-lockfile
    RAILS_ENV=production bundle exec rails assets:precompile
    exit
    sudo systemctl restart mastodon-sidekiq
    sudo systemctl reload mastodon-web
    sudo systemctl restart mastodon-streaming

    github.com/mastodon/mastodon/r

    #mastodon
    #update
    #securityfix
    #sicherheitsupdate

  6. Mastodon benötigt ein Security-Update: **This release is an important security release fixing several security issue.**

    sudo su mastodon
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.2.10
    bundle install
    yarn install --frozen-lockfile
    RAILS_ENV=production bundle exec rails assets:precompile
    exit
    sudo systemctl restart mastodon-sidekiq
    sudo systemctl reload mastodon-web
    sudo systemctl restart mastodon-streaming

    github.com/mastodon/mastodon/r

    #mastodon
    #update
    #securityfix
    #sicherheitsupdate

  7. Der letzte Fix ist noch warm, da wird bereits der nächste nachgereicht.

    **This release is an important security release fixing a major security issue.**

    Folgende Schritte haben den Kuschelmammut von 4.2.6 auf 4.2.7 gehievt:

    sudo su mastodon
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.2.7
    bundle install
    yarn install --frozen-lockfile
    RAILS_ENV=production bundle exec rails assets:precompile
    exit
    sudo systemctl restart mastodon-sidekiq
    sudo systemctl reload mastodon-web
    sudo systemctl restart mastodon-streaming

    Wegen des MAJOR security issue sollte man das Update ziemlich dringend einspielen, denke ich.

    #mastodon #securityfix #update #sicherheitsupdate

  8. ⚠️ IMPORTANT SECURITY UPDATE ⚠️
    Release 4.7.6 + 4.7.7

    More security fixes.

    Changes:
    - Security improvements
    - Fixed bug preventing users from saving emails addresses or phone numbers
    - Fixed profile picture export and import when exporting account
    - Fixed bug that was causing duplicated profile pictures
    - Now disallowing importing handle from exported profile
    - Fixed syntax errors in Vietnamese translation

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #update #release #SecurityFix

  9. ⚠️ IMPORTANT SECURITY UPDATE ⚠️
    Release 4.7.6 + 4.7.7

    More security fixes.

    Changes:
    - Security improvements
    - Fixed bug preventing users from saving emails addresses or phone numbers
    - Fixed profile picture export and import when exporting account
    - Fixed bug that was causing duplicated profile pictures
    - Now disallowing importing handle from exported profile
    - Fixed syntax errors in Vietnamese translation

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #update #release #SecurityFix

  10. Mastodon benötigt (schon wieder) ein Security-Update: **This release is an important security release fixing several security issue.**

    Das Update von 4.2.5. auf 4.2.6. ist ziemlich trivial.

    sudo su mastodon
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.2.6
    bundle install
    yarn install --frozen-lockfile
    RAILS_ENV=production bundle exec rails assets:precompile
    exit
    sudo systemctl restart mastodon-sidekiq
    sudo systemctl reload mastodon-web
    sudo systemctl restart mastodon-streaming

    github.com/mastodon/mastodon/r

    #mastodon #update #securityfix #sicherheitsupdate

  11. ⚠️ IMPORTANT SECURITY UPDATE ⚠️
    Release 4.7.5

    We found another exploit, please update IMMEDIATELY.

    Changes:
    - Fixed JS Code Injection exploit
    - Fixed Bluesky icon XML style information error #717
    - Now resetting click count to zero when importing links

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #update #release #SecurityFix

  12. ⚠️ IMPORTANT SECURITY UPDATE ⚠️
    Release 4.7.5

    We found another exploit, please update IMMEDIATELY.

    Changes:
    - Fixed JS Code Injection exploit
    - Fixed Bluesky icon XML style information error #717
    - Now resetting click count to zero when importing links

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #update #release #SecurityFix

  13. Aus aktuellem Anlass: heise.de/news/Mastodon-Diebsta

    JEDER der eine Mastodon-Instanz betreibt sollte DRINGEND das aktuelle Update einspielen! JEDER!! JETZT!

    Wer es aktuell nicht kann: Server runterfahren! Alles andere ist grob fahrlässig!

    #mastodon #securityfix #update

  14. Heute muss ein dringendes Mastodon-Sicherheits-Update eingespielt werden.
    Mastodon selbst meint dazu: **This release is an important security release fixing a critical security issue (CVE-2024-23832).**

    Die Schritte sind einfach:

    sudo su mastodon
    cd /home/mastodon/live
    git fetch --tags
    git checkout v4.2.5
    bundle install
    yarn install --frozen-lockfile
    RAILS_ENV=production bundle exec rails assets:precompile
    exit
    sudo systemctl restart mastodon-sidekiq
    sudo systemctl reload mastodon-web
    sudo systemctl restart mastodon-streaming

    Danach meldet die Oberfläche das Update auf 4.2.5
    Achtung: ich bin von 4.2.4 auf die neue Version gegangen. Ggf muss man, wenn man von einer früheren version installiert andere Schritte vornehmen!

    Vielen Dank an Hagen (@hbauer) Für die Info zum Update.

    #mastodon #update #securityfix #anleitung

  15. Wow!
    Mastodon 4.2.5 GO! Podman, with Quadlet made it even EASIER than it was when I was just doing straight Podman with kubelet.

    Update version numbers in my def, systemctl restart mastodon-pod, boom. updated.

    #mastoadmin #mastodon #securityfix #podman #quadlet #containers

  16. Wow!
    Mastodon 4.2.5 GO! Podman, with Quadlet made it even EASIER than it was when I was just doing straight Podman with kubelet.

    Update version numbers in my def, systemctl restart mastodon-pod, boom. updated.

    #mastoadmin #mastodon #securityfix #podman #quadlet #containers

  17. ⚠️ IMPORTANT SECURITY FIX ⚠️
    Release 4.2.3

    This update fixes a JS exploit using SVGs and removes metadata from images for improved privacy.
    Please also boost this to spread awareness! :boost_requested:

    Changes:
    - Fixed JS exploit using SVG
    - Now sanitizing EXIF and metadata
    - Now allowing multiple file types as profile picture
    - Added new error messages
    - New translation: Brazilian Portuguese 🇧🇷

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #Update #release #SecurityFix

  18. ⚠️ IMPORTANT SECURITY FIX ⚠️
    Release 4.2.3

    This update fixes a JS exploit using SVGs and removes metadata from images for improved privacy.
    Please also boost this to spread awareness! :boost_requested:

    Changes:
    - Fixed JS exploit using SVG
    - Now sanitizing EXIF and metadata
    - Now allowing multiple file types as profile picture
    - Added new error messages
    - New translation: Brazilian Portuguese 🇧🇷

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #Update #release #SecurityFix

  19. ⚠️ IMPORTANT SECURITY FIX ⚠️
    Release 4.1.2

    Prior to this version it was possible to execute malicious JavaScript code on LinkStack instances. PLEASE UPDATE IMMEDIATELY! ⚠️

    Please also boost this to spread awareness! :boost_requested:

    Changes:
    - Fixed JavaScript injection exploit
    - Fixed adding custom link favicon causing error 500

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #Update #release #SecurityFix

  20. ⚠️ IMPORTANT SECURITY FIX ⚠️
    Release 4.1.2

    Prior to this version it was possible to execute malicious JavaScript code on LinkStack instances. PLEASE UPDATE IMMEDIATELY! ⚠️

    Please also boost this to spread awareness! :boost_requested:

    Changes:
    - Fixed JavaScript injection exploit
    - Fixed adding custom link favicon causing error 500

    Full changelog: github.com/LinkStackOrg/LinkSt

    #LinkStack #Update #release #SecurityFix

  21. Heute zwischen 15 und 17 Uhr (13:00 UTC and 15:00 UTC) wird ein Security-Update für #Mastodon veröffentlicht. Alle #MastoAdmin|s sollten ihre Instanzen sofort aktualisieren. 🔥

    A security update for #Mastodon will be released today between 3 and 5 p.m. (13:00 UTC and 15:00 UTC) All #MastoAdmin|s should update their instances immediately. 🔥

    #Update #Release #SecurityFix #SpreadTheWord

  22. Angular security fix concerning bindings of iframe elements is about to be released (breaking change): github.com/angular/angular/pul

    See also the corresponding error page in the Angular docs: angular.io/errors/NG0910

    #Angular #SecurityFix #iframe #tw

  23. Angular security fix concerning bindings of iframe elements is about to be released (breaking change): github.com/angular/angular/pul

    See also the corresponding error page in the Angular docs: angular.io/errors/NG0910

    #Angular #SecurityFix #iframe #tw