Lucene search
+L

28179 matches found

OSV
OSV
added 2026/08/05 12:26 p.m.18 views

CVE-2026-71272 Memos Webhook DNS Rebinding TOCTOU SSRF in safeDialContext()

Memos' webhook dispatch function safeDialContext internal/webhook/webhook.go resolves the target hostname via net.DefaultResolver.LookupHost and validates the resulting IPs against reserved ranges, but then dials net.JoinHostPorthost, port using the original hostname rather than the...

8.5CVSS5.3AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.7 views

CVE-2026-71271 Memos Webhook SSRF via 0.0.0.0 Reserved-IP Bypass

Memos' webhook URL validation, isReservedIP internal/webhook/validate.go, checks a candidate IP against a reservedCIDRs list that omits 0.0.0.0/8 and never calls ip.IsUnspecified — unlike the correctly implemented sibling function isInternalIP in internal/httpgetter/htmlmeta.go, which does...

8.5CVSS5.2AI score0.00239EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.31 views

CVE-2026-71270 Stirling-PDF Server-Side Request Forgery via /api/v1/convert/url/pdf WeasyPrint Subprocess

Stirling-PDF's POST /api/v1/convert/url/pdf endpoint ConvertWebsiteToPDF.java was not updated with the CustomHtmlSanitizer/SsrfProtectionService SSRF protections that were added to three sibling conversion endpoints html/pdf, file/pdf, markdown/pdf...

8.6CVSS0.00313EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.10 views

CVE-2026-71270 Stirling-PDF Server-Side Request Forgery via /api/v1/convert/url/pdf WeasyPrint Subprocess

Stirling-PDF's POST /api/v1/convert/url/pdf endpoint ConvertWebsiteToPDF.java was not updated with the CustomHtmlSanitizer/SsrfProtectionService SSRF protections that were added to three sibling conversion endpoints html/pdf, file/pdf, markdown/pdf...

8.6CVSS5.3AI score0.00313EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 12:26 p.m.12 views

EUVD-2026-53355

Stirling-PDF's POST /api/v1/convert/url/pdf endpoint ConvertWebsiteToPDF.java was not updated with the CustomHtmlSanitizer/SsrfProtectionService SSRF protections that were added to three sibling conversion endpoints html/pdf, file/pdf, markdown/pdf. The endpoint validates only that the initial...

8.6CVSS5.5AI score0.00313EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 12:26 p.m.69 views

CVE-2026-71270

Stirling-PDF CVE-2026-71270 affects the POST /api/v1/convert/url/pdf endpoint. Unlike its siblings (html/pdf, file/pdf, markdown/pdf), this endpoint was not updated with CustomHtmlSanitizer/SsrfProtectionService SSRF protections. It only validates that the initial URL resolves to a public IP, the...

8.6CVSS5.3AI score0.00313EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/05 12:20 p.m.12 views

CVE-2026-71235

A flaw was found in Magistrala's Rules Engine. An authenticated low-privileged user can exploit this vulnerability by creating rules with embedded Go or Lua scripts. These scripts are executed server-side without sufficient validation, allowing for arbitrary file read and write operations, access...

8.8CVSS5.6AI score0.00288EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/05 11:44 a.m.9 views

CVE-2026-71254 nanoMODBUS Server-Side Out-of-Bounds Write in handle_read_file_record()

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus server-side handlereadfilerecord function FC 0x14, Read File Record in nanomodbus.c. The function validates that the total request size does not exceed 245 bytes and that each sub-request's recordlength is at most 124, but i...

9.8CVSS5.4AI score
SaveExploits0References4
NVD
NVD
added 2026/08/05 11:16 a.m.7 views

CVE-2026-71250

Firefly III's webhook URL validator IsValidWebhookUrl.php filters most private/reserved IPv4 ranges but contains an explicit early-return that allows any resolved address in 127.0.0.0/8, permitting an authenticated user with webhooks enabled, which is off by default to configure a webhook targeti...

4.3CVSS0.00217EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 11:16 a.m.7 views

CVE-2026-71246

Pixelfed's SearchController behind the auth middleware accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP...

4.3CVSS0.00162EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 11:16 a.m.8 views

CVE-2026-71235

Magistrala's Rules Engine allows authenticated users to create rules with embedded Go or Lua scripts executed server-side when IoT messages arrive. The Lua script engine re/lua.go performs no input validation at all and preloads dangerous libraries: db arbitrary database access, ioutil file I/O, ...

8.8CVSS0.00288EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 11:16 a.m.6 views

CVE-2026-71237

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from 'pwd' with no sanitization and concatenates it into a raw SQL string: mysqlquery"select from userlists where username='' and password='' limit 1". An unauthenticated attacker can submit a payload...

9.8CVSS0.0042EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/05 11:9 a.m.6 views

CVE-2026-46581

In Eclipse Mojarra versions 2.3 and following, URL handing in DefaultFaceletFactory does not properly sanitize and/or block remote URLs, allowing an attacker to specify a URL to a remote Facelet which will be included and processed as part of the normal request, with the privileges of the target...

7.5CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/05 10:56 a.m.57 views

CVE-2026-71246

Pixelfed’s Pixelfed SearchController (behind auth) is vulnerable to an authenticated SSRF via remote URL search. The vulnerable path takes a URL from remote-search parameters and fetches it server-side using ActivityPubFetchService. The validateUrl() logic only blocks literal hosts 127.0.0.1, loc...

4.3CVSS5.3AI score0.00162EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 10:56 a.m.36 views

CVE-2026-71246 Pixelfed - Authenticated SSRF via Remote URL Search

Pixelfed's SearchController behind the auth middleware accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP...

4.3CVSS0.00162EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.8 views

EUVD-2026-53319

Pixelfed's SearchController behind the auth middleware accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP...

4.3CVSS5.5AI score0.00162EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 10:56 a.m.10 views

CVE-2026-71246

Pixelfed's SearchController behind the auth middleware accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP...

4.3CVSS5.5AI score0.00162EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.8 views

CVE-2026-71246 Pixelfed - Authenticated SSRF via Remote URL Search

Pixelfed's SearchController behind the auth middleware accepts a URL via its remote-search parameters and fetches it server-side through ActivityPubFetchService, whose validateUrl only blocks the literal hosts 127.0.0.1, localhost, and ::1 and requires https, without checking the resolved IP...

4.3CVSS5.3AI score0.00162EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.55 views

CVE-2026-71239

DjangoCRM: Mass Mail rendering flaw in three code paths (message_previews.py, email_creators.py, helpers.py) uses Django Template() on user-controlled EmlMessage fields without sanitization. This enables authenticated users with mass-mail edit rights to inject Django template syntax ({{ }}, {% %}...

8.1CVSS5.2AI score0.00225EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/05 10:56 a.m.11 views

CVE-2026-71239 DjangoCRM - Server-Side Template Injection in Mass Mail Message Rendering

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS5.2AI score0.00225EPSS
SaveExploits0References1
Rows per page
Query Builder