Threat Log

778advisories read
600affect you
178checked and dismissed
As of

Updated every 6 hours
Subscribe via RSS
10 of 600 entries
  1. This week BSI CERT-Bund

    CPython

    CVE-2026-8328

    Affects you if you use the ftpcp() function from Python's standard library ftplib.py with an untrusted FTP server.

    A flaw in Python's FTP client library. The ftpcp() function was not updated when CVE-2021-4189 was fixed. A malicious FTP server can feed it an arbitrary address, to which it then sends data or a connection.

    The vulnerability is rated medium with a CVSS of 5.9 and is not listed in the KEV catalog of actively exploited vulnerabilities. It requires an active connection to an attacker-controlled FTP server.

    The source does not name a fixed version or a workaround. Until an update is available, call ftpcp() only against trusted FTP servers.

    Affected
    CPython
    CVSS
    5.9
    source cna@python.org
    Login required
    no
    Likely to be exploited
    0.46 %
    percentile 38.9
    Type
    CWE-918
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · BSI CERT-Bund

  2. This week BSI CERT-Bund

    Linux Kernel

    CVE-2026-80926 and 430 more

    Affects you if you use ksmbd and authenticated clients in your environment can connect while holding durable batch oplocks.

    This advisory groups multiple vulnerabilities together. The source text provided describes a use-after-free in ksmbd during an oplock notification, reachable by authenticated clients holding a durable batch oplock.

    The source does not state any impact beyond the use-after-free vulnerability. It is not listed in CISA's KEV catalog of actively exploited vulnerabilities.

    Update the Linux kernel. The source does not name a fixed version or a workaround.

    Affected
    Linux Kernel
    CVSS
    9.8
    source 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    Login required
    no
    Likely to be exploited
    0.43 %
    percentile 37.2
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · BSI CERT-Bund

  3. This week Wordfence

    WP Yelp Review Slider

    CVE-2026-93778

    Affects you if you run WP Yelp Review Slider through 9.2 and use its "Download Reviews" feature.

    The plugin does not sufficiently sanitize Yelp review text and stores scripts contained in it. The source describes stored cross-site scripting. An anonymous Yelp reviewer can publish the malicious content on a public platform. It enters the database when an administrator ordinarily downloads reviews.

    The source says the injected scripts execute on affected pages whenever someone accesses one of those pages. No WordPress account is required. I rate this as relevant. It is not listed in CISA's KEV catalog of actively exploited vulnerabilities.

    Update WP Yelp Review Slider to 9.3.

    Affected
    WP Yelp Review Slider
    Fixed in
    9.3
    CVSS
    7.2
    source security@wordfence.com
    Login required
    no
    Likely to be exploited
    0.43 %
    percentile 34.5
    Type
    CWE-79
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · Wordfence
    Includes data from the CVE Program, © MITRE Corporation.

  4. This week Wordfence

    Ninja Forms

    CVE-2026-94504

    Affects you if you run Ninja Forms 3.15.3 or earlier. The source describes stored cross-site scripting in that version range.

    I classify this as stored cross-site scripting. The source says an anonymous textarea value is rendered without safe HTML encoding in the legacy submission editor.

    When an administrator opens a direct submission URL known to the attacker, the script runs in the WordPress admin origin, according to the source. It is not listed in CISA's KEV catalog.

    Update to 3.15.4.

    Affected
    Ninja Forms – Contact Form Builder with Calculators, Quizzes, Signatures & AI Form Builder
    Fixed in
    3.15.4
    CVSS
    7.2
    source security@wordfence.com
    Login required
    no
    Likely to be exploited
    0.41 %
    percentile 32.8
    Type
    CWE-79
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · Wordfence
    Includes data from the CVE Program, © MITRE Corporation.

  5. This week BSI CERT-Bund

    CPython

    CVE-2026-15806 and 1 more

    Affects you if your application uses the HTTPPasswordMgr classes from urllib.request and stores credentials for a host.

    The source summarizes 2 vulnerabilities. HTTPPasswordMgr did not consider the URL scheme when matching stored credentials against a requested URL. Credentials added for an https:// address were also used for requests to the same host over http://. An attacker able to redirect or downgrade a connection to plain HTTP could capture credentials in cleartext. Conversely, credentials for http:// were also sent over https://.

    The source does not name a fixed version. As a workaround, it recommends never making plain http:// requests to hosts for which credentials are registered and not following redirects to http:// URLs.

    Ensure your application never makes http:// requests to hosts for which credentials are stored and does not follow redirects to http:// addresses.

    Affected
    CPython
    CVSS
    6.0
    source cna@python.org
    Login required
    no
    Likely to be exploited
    0.41 %
    percentile 34.7
    Type
    CWE-319, CWE-522
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · BSI CERT-Bund

  6. This week Wordfence

    WPC Product Bundles for WooCommerce

    CVE-2026-93836

    Affects you if you use WPC Product Bundles for WooCommerce through 8.6.6 and a user opens an injected page.

    A stored cross-site scripting flaw caused by insufficient input sanitization and output escaping of the quantity value. Unauthenticated attackers can inject arbitrary web scripts into pages. Those scripts execute whenever a user opens an injected page.

    The injected content is stored in order data. I consider this relevant because the attack does not require a login. The flaw is not listed in CISA's KEV catalog of actively exploited vulnerabilities.

    Update to 8.6.7.

    Affected
    WPC Product Bundles for WooCommerce
    Fixed in
    8.6.7
    CVSS
    7.2
    source security@wordfence.com
    Login required
    no
    Likely to be exploited
    0.40 %
    percentile 31.4
    Type
    CWE-79
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · Wordfence
    Includes data from the CVE Program, © MITRE Corporation.

  7. This week Wordfence

    Booking Calendar

    CVE-2026-93655

    Affects you if you run Booking Calendar through 11.8.3 and an attacker tricks a user into clicking a link without requiring a login.

    I classify this as reflected cross-site scripting. According to the source, an unauthenticated attacker can inject arbitrary web scripts into pages that execute when the attacker gets a user to perform an action such as clicking a link.

    The vulnerability is not listed in CISA's KEV catalog. The source does not state any further impact.

    Update Booking Calendar to 11.8.4.

    Affected
    Booking Calendar
    Fixed in
    11.8.4
    CVSS
    6.1
    source security@wordfence.com
    Login required
    no
    Likely to be exploited
    0.37 %
    percentile 28.0
    Type
    CWE-79
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · Wordfence
    Includes data from the CVE Program, © MITRE Corporation.

  8. This week Wordfence

    WP Ultimate Review

    CVE-2026-92235

    Affects you if you run WP Ultimate Review through 2.4.2 and an authenticated user has subscriber-level access or higher.

    I classify this as arbitrary shortcode execution. The plugin does not properly validate a value before executing it. Authenticated attackers with subscriber-level access or higher can therefore execute arbitrary shortcodes.

    The vulnerability is not listed in CISA's KEV catalog of actively exploited vulnerabilities.

    Update WP Ultimate Review to 2.4.3.

    Affected
    WP Ultimate Review
    Fixed in
    2.4.3
    CVSS
    8.1
    source security@wordfence.com
    Login required
    yes, user account
    Likely to be exploited
    0.36 %
    percentile 27.2
    Type
    CWE-94
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · Wordfence
    Includes data from the CVE Program, © MITRE Corporation.

  9. This week Wordfence

    CMP, Coming Soon & Maintenance Plugin by NiteoThemes

    CVE-2026-12470

    Affects you if you run CMP through 4.1.17 and an attacker can sign in with Editor-level access or higher on the WordPress site.

    A missing capability check allows authenticated attackers with Editor-level access or higher to change arbitrary options on the WordPress site. I rate this as relevant because the source describes unauthorized data modification that can lead to privilege escalation.

    According to the source, this can set the default registration role to administrator and enable user registration, making administrative user access possible. It is not listed in CISA's KEV catalog of actively exploited vulnerabilities.

    Update CMP to 4.1.18; the source does not name a workaround.

    Affected
    CMP – Coming Soon & Maintenance Plugin by NiteoThemes
    Fixed in
    4.1.18
    CVSS
    7.2
    source security@wordfence.com
    Login required
    yes, administrator
    Likely to be exploited
    0.33 %
    percentile 23.7
    Type
    CWE-269
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · Wordfence
    Includes data from the CVE Program, © MITRE Corporation.

  10. This week Wordfence

    Ditty

    CVE-2026-93339

    Affects you if you use Ditty through 3.1.69 and grant Author-level access.

    I classify this as stored cross-site scripting. According to the source, authenticated attackers with Author-level privileges or higher can inject arbitrary web scripts into pages.

    The scripts execute when someone accesses an injected page. The vulnerability is not listed in CISA's KEV catalog as actively exploited.

    Update Ditty to 3.1.70.

    Affected
    Ditty – Responsive News Tickers, Sliders, and Lists
    Fixed in
    3.1.70
    CVSS
    5.1
    source disclosure@vulncheck.com
    Login required
    yes, user account
    Likely to be exploited
    0.26 %
    percentile 15.2
    Type
    CWE-79
    Actively exploited
    not on the KEV list
    Published
    2026-09-21

    Sources: NVD · EPSS · Wordfence
    Includes data from the CVE Program, © MITRE Corporation.

178 checked and dismissed, with reasons
  • 126 advisoriesSteht nicht auf der Beobachtungsliste dieses Lagebilds. Entweder gehört das Produkt nicht zu den Bausteinen eines Webservers mit WordPress, oder es ist eine Bibliothek, deren Korrektur mit den regelmäßigen Updates der Distribution ohnehin eingespielt wird, ohne eigenen Handgriff. Meldungen, die mehr verlangen als das, stehen oben als eigener Eintrag.
  • 19 advisoriesDie Paketmeldung einer anderen Distribution, etwa Red Hat oder FreeBSD. Jede Distribution veröffentlicht dieselbe Lücke für ihre eigenen Pakete als eigene Meldung. Für Server mit Debian oder Ubuntu zählt die Meldung der eigenen Distribution, und die erscheint hier als eigener Vorgang, sobald sie ein beobachtetes Produkt trifft.
  • 15 advisoriesEine eigenständige Serveranwendung wie Keycloak, Zabbix oder Snipe-IT. So etwas installiert niemand aus Versehen: wer sie betreibt, hat sich für sie entschieden und kennt ihren Update-Weg. Auf einem Webserver mit WordPress ist sie nicht enthalten, und ihre Lücken erreichen eine WordPress-Seite nicht.
  • 12 advisoriesGrafische Linux-Software für den Arbeitsplatz, etwa Bildbearbeitung, Medienbibliotheken oder der Druckdienst. Ein Webserver läuft ohne grafische Oberfläche, diese Pakete sind dort im Regelfall gar nicht installiert. Auf einem Linux-Arbeitsplatzrechner gilt dasselbe wie bei Browsern: aktuell halten, aber die Quelle dafür ist ein anderes Lagebild.
  • 9 advisoriesEine Programmiersprache samt Laufzeit, etwa Go oder Erlang. Eine Lücke dort erreicht einen Server nur über ein Programm, das in dieser Sprache geschrieben und dort installiert ist. WordPress und die übliche Serversoftware sind in PHP und C geschrieben, und was die Distribution selbst in Go ausliefert, meldet sie über ihre eigenen Sicherheitshinweise.
  • 9 advisoriesSoftware für Arbeitsplatzrechner und Telefone, Browser eingeschlossen. Sie gefährdet den Rechner, an dem Sie sitzen, nicht den Server, auf dem Ihre Seite läuft. Aktuell halten sollten Sie sie trotzdem, denn ein übernommener Arbeitsplatz gibt Angreifern oft die gespeicherten Zugänge zum Server preis. In dieses Serverlagebild gehört sie nicht.
  • 8 advisoriesVirtualisierung und Container-Orchestrierung. Bei einem gemieteten Server ist das die Schicht darunter, und die betreibt der Anbieter: als Mieter können Sie dort weder etwas prüfen noch etwas einspielen. Wer eigene Virtualisierungs-Wirte betreibt, weiß das und braucht dafür eine eigene Beobachtung.
  • 6 advisoriesWindows-Servertechnik wie Exchange oder Active Directory. Auf einem Linux-Server mit WordPress ist davon nichts installiert, die beiden Welten teilen keinen Code. Wer zusätzlich eine Windows-Umgebung betreibt, braucht dafür eine eigene Beobachtung.
  • CVE-2018-1000204Linux-Kernel, lokale Rechteausweitung, erfordert bereits ein Konto auf der Maschine.
  • CVE-2026-64561Linux-Kernel, lokale Rechteausweitung. Erfordert bereits ein Konto oder einen laufenden Prozess auf der Maschine, aus der Ferne ohne Anmeldung nicht ausnutzbar.
  • CVE-2022-49202Linux-Kernel, Fehler im Bluetooth-Treiber hci_uart für spezielle Bluetooth-Hardware mit möglichem Denial of Service, diese hardwareabhängige lokale Kernel-Störung trägt keinen Eintrag für das allgemeine Serverlagebild.
  • CVE-2025-39964Linux-Kernel, Fehler im Krypto-Subsystem. Erfordert bereits ein Konto oder einen laufenden Prozess auf der Maschine.
  • CVE-2025-40178Linux-Kernel, lokale Rechteausweitung. Erfordert bereits ein Konto auf der Maschine.
  • CVE-2022-50712Linux-Kernel, lokale Rechteausweitung, erfordert bereits ein Konto auf der Maschine.
  • CVE-2022-42719Linux-Kernel, Fehler im WLAN-Stack. Betrifft nur WLAN-fähige Geräte, nicht den Webserver-Betrieb.
  • CVE-2025-68767Linux-Kernel, lokale Rechteausweitung, erfordert bereits ein Konto auf der Maschine.
  • CVE-2025-71102Linux-Kernel, lokale Rechteausweitung. Erfordert bereits ein Konto auf der Maschine.
  • CVE-2026-33845GnuTLS, Lücke im DTLS-Handshake, DTLS wird auf typischen Webservern mit WordPress nicht verwendet.
  • CVE-2022-30789Linux-Kernel, lokale Rechteausweitung in NTFS-3G. Erfordert bereits ein Konto oder einen laufenden Prozess auf der Maschine, EPSS 0,004 und nicht auf der KEV-Liste.
  • CVE-2026-74734Linux-Kernel, Fehler im Firewire-Treiber beim Entladen nach fehlgeschlagener Initialisierung. Erfordert spezielle Firewire-Hardware und einen bereits laufenden Prozess, aus der Ferne nicht auslösbar.
  • CVE-2026-80758Linux-Kernel, lokale Rechteausweitung. Erfordert bereits ein Konto oder einen laufenden Prozess auf der Maschine.
  • CVE-2026-77860Unbound ist ein eigener DNS-Auflösedienst und gehört nicht zum typischen Webserverbetrieb; die Schwachstellen setzen einen betriebenen Unbound-Dienst mit entsprechender DNS-Konfiguration voraus.
  • CVE-2026-96744MongoDB-Treiber und die Laravel-Integration gehören zu einer MongoDB-Anwendungsumgebung, nicht zum üblichen WordPress-Stack mit MariaDB oder MySQL; die beschriebene Schwachstelle erfordert zudem einen authentifizierten Nutzer.
  • CVE-2026-87775Tz Weekly Radio Schedule, identische Produkt-, Versions- und Angriffsdaten liegen bereits unter CVE-2026-87774 vor, daher handelt es sich um eine Doppelung.
  • CVE-2026-92541Import and export users and customers beschreibt dieselbe fehlerhafte Berechtigungsprüfung und denselben Fix wie CVE-2026-92540, daher wäre ein eigener Eintrag eine Doppelung.
  • CVE-2026-16542Die SSRF in der WP-Erweiterung Import and export users and customers erfordert ein bereits privilegiertes Administratorkonto und ist daher keine von außen ohne Anmeldung auslösbare Schwachstelle.
  • CVE-2026-76559Die SSRF in WP Import Export Lite erfordert eine Import-Berechtigung, die regelmäßig ein bereits privilegiertes Administratorkonto voraussetzt, und ist daher keine von außen ohne Anmeldung auslösbare Schwachstelle.
  • CVE-2024-36476Linux-Kernel, NULL-Zeiger-Dereferenz im speziellen RDMA-Treiber, benötigt lokalen Zugriff und die RDMA-Funktion und verursacht dabei nur einen Denial-of-Service.
  • CVE-2025-15281GNU libc, Absturz bei wordexp mit WRDE_REUSE und WRDE_APPEND. Erfordert ein Programm, das diese Funktion mit fremden Daten füttert, und ist nicht aktiv ausgenutzt.
  • CVE-2026-33535ImageMagick, Denial of Service über den speziellen X11-Display-Pfad; ein Absturz ohne Datenabfluss ist für dieses Lagebild keine vorrangige Meldung.