Lucene search
+L

210861 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2026/08/27 4:07 p.m.9 views

Security Bulletin: Multiple vulnerabilities in IBM MQ Agent images

Summary Multiple vulnerabilities were addressed in IBM MQ Agent images Vulnerability Details CVEID:CVE-2026-62995 DESCRIPTION: joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption JOSE standards. in versions 1.7.1 and prior, joserfc accepts JWT...

8.7CVSS7.3AI score0.00535EPSS
SaveExploits0Affected Software1
Microsoft Secure
Microsoft Secure
added 2026/08/27 4:00 p.m.3 views

​​​​​​What’s new in Microsoft Security: August 2026

As organizations incorporate AI agents into more processes across business and operations, security teams can benefit from greater visibility and new purpose-built tools that help manage, secure, and govern AI. This month’s updates provide new capabilities to help organizations gain insights into...

5.7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/08/27 4:00 p.m.21 views

OpenClaw went viral. Meet the maintainers building and securing it.

What began as a personal experiment quickly became a global open source project with extraordinary momentum. OpenClaw is a personal AI assistant that runs on users' devices and connects with the messaging channels they already use. Started by Peter Steinberger as a weekend project in November 202...

5.9AI score
SaveExploits0
Microsoft Secure
Microsoft Secure
added 2026/08/27 4:00 p.m.22 views

​​​​​​What’s new in Microsoft Security: August 2026

As organizations incorporate AI agents into more processes across business and operations, security teams can benefit from greater visibility and new purpose-built tools that help manage, secure, and govern AI. This month’s updates provide new capabilities to help organizations gain insights into...

5.8AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/27 3:24 p.m.6 views

Security Bulletin: Multiple vulnerabilities in IBM Security QRadar EDR Software

Summary Multiple vulnerabilities were addressed in IBM Security QRadar EDR Software version 3.12.26 Vulnerability Details CVEID:CVE-2026-48779 DESCRIPTION: ws is an open source WebSocket client and server for Node.js. All versions from 1.1.0 up to but not including 5.2.5, from 6.0.0 up to 6.2.4,...

8.8CVSS6.8AI score0.00812EPSS
SaveExploits1Affected Software1
The Hacker News
The Hacker News
added 2026/08/27 3:13 p.m.11 views

Next.js Patches Critical AVIF and Windows Flaws Enabling Unauthenticated RCE

--- Credit: Hacktron Vercel has released security patches for two critical-severity vulnerabilities in the Next.js web framework, both of which allow unauthenticated remote code execution, one exploitable via specially crafted AVIF image files and the other through a path traversal flaw affecting...

7.2AI score0.00819EPSS
SaveExploits3
Wordfence Blog
Wordfence Blog
added 2026/08/27 2:56 p.m.43 views

Wordfence Intelligence Weekly WordPress Vulnerability Report (August 17, 2026 to August 23, 2026)

Last week, there were 263 vulnerabilities disclosed in 206 WordPress Plugins and 17 WordPress Themes that have been added to the Wordfence Intelligence Vulnerability Database, and there were 116 Vulnerability Researchers that contributed to WordPress Security last week. Review those vulnerabiliti...

6.1AI score
SaveExploits0
CVE
CVE
added 2026/08/27 2:50 p.m.13 views

CVE-2026-81679

OpenRemote versions before 1.28.0 are affected by a cross-realm information disclosure vulnerability in the Notification REST API . An attacker with read:admin credentials in a single realm can issue a zero-parameter GET request to the notification endpoint and retrieve sent notification metadata...

8.3CVSS5.3AI score0.00286EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/27 2:50 p.m.6 views

EUVD-2026-67035

OpenRemote versions before 1.28.0 contain a cross-realm information disclosure vulnerability in the Notification REST API that allows per-realm tenant administrators to read all tenants' sent notifications including message bodies. Attackers with read:admin credentials in one realm can submit a...

8.3CVSS5.3AI score0.00286EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 2:50 p.m.9 views

CVE-2026-81679 OpenRemote before 1.28.0 Cross-Realm Information Disclosure via Notification API

OpenRemote versions before 1.28.0 contain a cross-realm information disclosure vulnerability in the Notification REST API that allows per-realm tenant administrators to read all tenants' sent notifications including message bodies. Attackers with read:admin credentials in one realm can submit a...

8.3CVSS5.5AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/27 2:50 p.m.11 views

CVE-2026-81679 OpenRemote before 1.28.0 Cross-Realm Information Disclosure via Notification API

OpenRemote versions before 1.28.0 contain a cross-realm information disclosure vulnerability in the Notification REST API that allows per-realm tenant administrators to read all tenants' sent notifications including message bodies. Attackers with read:admin credentials in one realm can submit a...

8.3CVSS5.9AI score0.00286EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/27 2:50 p.m.31 views

CVE-2026-81679 OpenRemote before 1.28.0 Cross-Realm Information Disclosure via Notification API

OpenRemote versions before 1.28.0 contain a cross-realm information disclosure vulnerability in the Notification REST API that allows per-realm tenant administrators to read all tenants' sent notifications including message bodies. Attackers with read:admin credentials in one realm can submit a...

8.3CVSS0.00286EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 2:50 p.m.9 views

CVE-2026-81664 OpenFaaS Gateway 0.27.11 through 0.27.13 Missing Authentication on the /system/telemetry Route

The OpenFaaS gateway registers GET /system/telemetry in gateway/main.go and, when basicauth is enabled, wraps each administrative /system/ handler in auth.DecorateWithBasicAuth. TelemetryHandler was left out of that wrap block from 0.27.11, which introduced the route, until 0.27.14, which added i...

6.9CVSS5.5AI score
SaveExploits0References7
CVE
CVE
added 2026/08/27 2:50 p.m.8 views

CVE-2026-81664

OpenFaaS gateway versions 0.27.11 through 0.27.13 contain a missing authentication flaw on the GET /system/telemetry route. The TelemetryHandler was omitted from the auth.DecorateWithBasicAuth wrap block, so when basic_auth is enabled the route still forwards requests to the provider without a cr...

6.9CVSS5.3AI score0.00291EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 2:50 p.m.7 views

EUVD-2026-67033

The OpenFaaS gateway registers GET /system/telemetry in gateway/main.go and, when basicauth is enabled, wraps each administrative /system/ handler in auth.DecorateWithBasicAuth. TelemetryHandler was left out of that wrap block from 0.27.11, which introduced the route, until 0.27.14, which added i...

6.9CVSS5.3AI score0.00291EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/27 2:50 p.m.35 views

CVE-2026-81664 OpenFaaS Gateway 0.27.11 through 0.27.13 Missing Authentication on the /system/telemetry Route

The OpenFaaS gateway registers GET /system/telemetry in gateway/main.go and, when basicauth is enabled, wraps each administrative /system/ handler in auth.DecorateWithBasicAuth. TelemetryHandler was left out of that wrap block from 0.27.11, which introduced the route, until 0.27.14, which added i...

6.9CVSS0.00291EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 2:50 p.m.6 views

EUVD-2026-67148

The get-html-skeleton tool fetched a URL the caller supplied after checking only its syntax. The handler in src/tools/common/gethtmlskeleton.ts validated the url argument with isValidHttpUrl from src/utils/generic.ts, which confirmed the string began with an http or https scheme and parsed as a U...

8.7CVSS5.4AI score0.00476EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/27 2:50 p.m.21 views

CVE-2026-81093

Apify Actors MCP Server before version 0.9.12 is vulnerable to Server-Side Request Forgery (SSRF) via the get-html-skeleton tool. The URL validation function (isValidHttpUrl) in src/utils/generic.ts confirmed only that the argument began with an http/https scheme and parsed as a URL, without insp...

8.7CVSS5.4AI score0.00476EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/27 2:50 p.m.15 views

CVE-2026-81093 Apify Actors MCP Server before 0.9.12 Server-Side Request Forgery via get-html-skeleton

The get-html-skeleton tool fetched a URL the caller supplied after checking only its syntax. The handler in src/tools/common/gethtmlskeleton.ts validated the url argument with isValidHttpUrl from src/utils/generic.ts, which confirmed the string began with an http or https scheme and parsed as a U...

8.7CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/27 2:50 p.m.30 views

CVE-2026-81093 Apify Actors MCP Server before 0.9.12 Server-Side Request Forgery via get-html-skeleton

The get-html-skeleton tool fetched a URL the caller supplied after checking only its syntax. The handler in src/tools/common/gethtmlskeleton.ts validated the url argument with isValidHttpUrl from src/utils/generic.ts, which confirmed the string began with an http or https scheme and parsed as a U...

8.7CVSS0.00476EPSS
SaveExploits0References4
Rows per page
Query Builder