Lucene search
+L
VulnrichmentRecent

179537 matches found

Vulnrichment
Vulnrichment
added 2026/08/21 6:05 p.m.13 views

CVE-2026-63004 Unleash: Addon webhook URL is dialed server-side with no internal-address filtering, enabling SSRF to internal services / cloud metadata and exfiltration of configured request headers

Unleash is an open-source feature management platform. Prior to 7.5.2, 7.6.5, and 8.0.2, the addon and integration subsystem passes the operator-controlled parameters.url value from src/lib/addons/webhook.ts and the Slack, Microsoft Teams, Datadog, and New Relic integrations to Addon.fetchRetry i...

5.5CVSS5.4AI score0.00275EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/08/21 6:00 p.m.18 views

CVE-2026-71862 Checkmate: Sensitive Bearer Token Exposure via Public Status Pages When showURL Setting is Enabled

Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. From 3.3.0 until 3.9.2, enabling the global showURL setting causes the unauthenticated GET /api/v1/status-page/:url endpoi...

7.5CVSS5.4AI score0.00353EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 5:59 p.m.13 views

CVE-2026-70656 Checkmate: Regular Expression Denial of Service (ReDoS) via User-Controlled Regex in Monitor Advanced Matching

Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. From 3.5.1 until 3.9.2, an authenticated admin or superadmin can set matchMethod to regex and place a malicious expression...

4.9CVSS5.5AI score0.00416EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/21 5:57 p.m.7 views

CVE-2026-55241 Checkmate: Pre-auth Denial of Service via File Upload on Registration

Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. Prior to 3.9.1, the public POST /api/v1/auth/register route in server/src/api/routes/authRoutes.ts passes multipart...

7.5CVSS5.4AI score0.00438EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:52 p.m.11 views

CVE-2026-27875 Simplex Incident Manager Clear Test

Cleartext Storage of Sensitive Information in Memory vulnerability in Johnson Controls Simplex Incident Manager / Autocall Fire Administrator may allow an attcker to Retrieve Embedded Sensitive Data. This issue affects Simplex Incident Manager / Autocall Fire Administrator: before 2.01.05...

6.9CVSS5.4AI score0.00065EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 5:52 p.m.4 views

CVE-2026-71493 Infracost: Arbitrary file read via config-template readFile symlink traversal

Infracost provides cloud cost intelligence for engineers, AI coding agents, and CI/CD. Prior to 0.10.45, the readFile, pathExists, isDir, and matchPaths template functions in internal/config/template/parser.go use a lexical filepath.Rel check and a leaf-only os.Lstat check that do not resolve an...

5.9CVSS5.3AI score0.00426EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 5:52 p.m.13 views

CVE-2026-77237 Missing type validation in xQueueAddToSet in FreeRTOS-Kernel

Missing queue-set type validation in xQueueAddToSet in the FreeRTOS-Kernel before 11.3.1 might allow an unprivileged task on MPU-enabled ports with configUSEQUEUESETS=1 to read privileged kernel memory. To remediate this issue, users should upgrade to version 11.3.1 or later...

8.2CVSS5.3AI score0.00132EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:50 p.m.21 views

CVE-2026-71494 Infracost: Terraform Cloud and registry token disclosure via unvalidated hostname

Infracost provides cloud cost intelligence for engineers, AI coding agents, and CI/CD. Prior to 0.10.45, internal/hcl/remotevariablesloader.go and related Terraform Cloud, remote-plan, and Terragrunt registry request paths can attach a configured Terraform Cloud or registry token to a destination...

5.9CVSS5.3AI score0.00367EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 5:49 p.m.12 views

CVE-2026-62675 Omnigent: Uploaded Agent Bundle Allows Authenticated Runner RCE via Python Callable Tools

Omnigent is an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, multipart POST /v1/sessions accepts an authenticated user's agent bundle and omnigent/server/bundles.py validateagentbundle does not reject a tools..callable dotted Python path...

8.8CVSS5.5AI score0.00449EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 5:47 p.m.15 views

CVE-2026-77236 Missing size validation in SecureContext_AllocateContext in FreeRTOS-Kernel

Missing minimum size validation in secure context allocation in FreeRTOS-Kernel before 11.3.1 might allow local users to corrupt secure-world heap metadata via an out-of-bounds write with an undersized stack size parameter. To remediate this issue, users should upgrade to version 11.3.1 or later...

8.3CVSS5.2AI score0.00113EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:47 p.m.7 views

CVE-2026-62674 Omnigent: Shared Agent Bundle Overwrite Leads to Authenticated Runner RCE

Omnigent is an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, PUT /sessions/sessionid/agent checks LEVELEDIT permission for a session but does not reject a bound shared or template agent whose agent.sessionid is None. An authenticated user with ed...

9CVSS5.3AI score0.00343EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 5:44 p.m.15 views

CVE-2026-62677 Omnigent: Unvalidated os_env.cwd in agent bundle yields arbitrary host filesystem access on runners without OMNIGENT_RUNNER_WORKSPACE

Omnigent is an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, an authenticated user can upload a session-scoped agent bundle with an absolute or traversal-containing osenv.cwd value because omnigent/spec/parser.py stores the value verbatim and...

8.8CVSS5.3AI score0.00446EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 5:42 p.m.9 views

CVE-2026-62676 Omnigent Guardrail policy bypass: shell-command parser fails open in policies/builtins/_shell.py

Omnigent is an open-source AI agent framework and meta-harness for orchestrating coding agents. Prior to 0.3.0, the shared shell-command parser in omnigent/policies/builtins/shell.py fails to recognize combined interpreter flags, the timeout, nice, setsid, and stdbuf wrappers, command...

7.1CVSS5.4AI score0.00295EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 5:42 p.m.13 views

CVE-2026-77235 Missing privilege check in SecureContext_FreeContext in FreeRTOS-Kernel

Missing privilege verification in the secure context cleanup handler in FreeRTOS-Kernel before 11.3.1 might allow local users to cause a use-after-free condition in secure-world memory via the SVC handler for secure context deallocation. To remediate this issue, users should upgrade to...

8.3CVSS5.3AI score0.0011EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:40 p.m.7 views

CVE-2026-77234 Improper input validation in FreeRTOS-Kernel timer command handling

Improper input validation in FreeRTOS-Kernel before 11.3.1 might allow an unprivileged task on MPU-enabled ports to execute code in privileged kernel context. To remediate this issue, users should upgrade to version 11.3.1 or later...

9.3CVSS5.5AI score0.00119EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:36 p.m.7 views

CVE-2026-41451 UAC < 3.3.0 Command Injection via User Substitution in parse_artifact.sh

UAC Unix-like Artifacts Collector versions prior to 3.3.0 contain a command injection vulnerability in the user substitution logic within parseartifact.sh where usernames and home directories from /etc/passwd are substituted directly into command strings without escaping before execution via eval...

8.5CVSS6.1AI score0.00719EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:35 p.m.11 views

CVE-2026-41450 UAC < 3.3.0 Command Injection via command_collector.sh

UAC Unix-like Artifacts Collector versions prior to 3.3.0 contain a command injection vulnerability in the commandcollector function where foreach command output lines are substituted directly into command strings via sed without proper escaping before being evaluated with eval. Attackers can...

8.5CVSS6AI score0.00698EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:33 p.m.12 views

CVE-2026-41449 UAC < 3.3.0 Command Injection via run_command.sh

UAC Unix-like Artifacts Collector versions prior to 3.3.0 contain a command injection vulnerability in the runcommand function that allows attackers to execute arbitrary commands by injecting shell metacharacters into untrusted data such as usernames, process names, or filenames. Attackers can...

8.5CVSS6.9AI score0.0064EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:16 p.m.12 views

CVE-2026-17252 Unauthenticated Denial of Service via Composed HTTP Parsing and Stack-Based Out-of-Bounds Write Vulnerability in TL-MR6400 Web Management Interface

A stack-based out-of-bounds write vulnerability exists in the login request handling functionality of the administrative web interface of TP-Link TL-MR6400 v7 routers. An unauthenticated adjacent attacker can trigger the vulnerability by sending a specially crafted malformed HTTP request...

7.1CVSS5.5AI score0.00171EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:16 p.m.11 views

CVE-2026-17251 Unauthenticated Denial of Service via Null Pointer Dereference in HTTP Request Parsing

A NULL pointer dereference vulnerability exists in the HTTP request parsing functionality of TL-MR6400 v7. An unauthenticated remote attacker can trigger the vulnerability by sending a specially crafted HTTP request containing a malformed session cookie header. Successful exploitation may cause...

7.1CVSS5.5AI score0.00288EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 5:16 p.m.12 views

CVE-2026-17250 Authenticated Remote Code Execution via Stack-Based Buffer Overflow in Firmware Update Handling

A stack-based buffer overflow vulnerability exists in the firmware update functionality of TL-MR6400 v7 due to unsafe processing of attacker-controlled metadata within a firmware image. Successful exploitation may allow an authenticated attacker to trigger memory corruption and execute arbitrary...

8.5CVSS6.4AI score0.00192EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 4:28 p.m.18 views

CVE-2026-39909

...

5.9AI score0.00769EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/21 4:13 p.m.11 views

CVE-2026-54789 mod_auth_openidc has out-of-bounds read and write in state cookie parsing

modauthopenidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.19.4, an out-of-bounds read and a one-byte out-of-bounds write exist in the state-cookie parser of...

7.5CVSS5.4AI score0.00488EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/21 4:13 p.m.13 views

CVE-2026-22681 OpenViking < 0.3.4 SSRF via /api/v1/resources

OpenViking before 0.3.4 contains a server-side request forgery vulnerability that allows authenticated low-privilege attackers to access internal network services by submitting arbitrary URLs to the resources API endpoint. Attackers can POST a crafted URL to /api/v1/resources, causing the server ...

8.5CVSS5.5AI score0.00276EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/21 4:11 p.m.16 views

CVE-2026-75933 Jet Admin Stored XSS

Jet Admin allows an authenticated attacker to inject JavaScript via the sign-in page's scripts and styles option. Injected script is executed in the context of any visiting user's domain...

8.5CVSS5.3AI score0.00298EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 4:11 p.m.14 views

CVE-2026-75932 Jet Admin tenant isolation failure

Jet Admin allows an attacker to create a malicious app and connect it to a target user's custom domain, edit the authentication configuration, and reroute traffic to the attacker-controlled app. Once connected to the target domain, the attacker's workspace is populated with the victim's OAuth...

9.2CVSS5.3AI score0.004EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 4:10 p.m.12 views

CVE-2026-75928 Brushfire unauthenticated information disclosure

The Brushfire platform's video content streaming application https://online.brushfire.com exposes database path in requests to users, allowing a remote, unauthenticated attacker to read information about other users. Fixed February 2026...

6.9CVSS5.2AI score0.0039EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 4:10 p.m.13 views

CVE-2026-49114 ONNX symlink-following and path-traversal arbitrary file write

In ONNX before 1.21.0, the 'saveexternaldata' function builds the external-data file path from the model's externaldata location field and opens it for writing without 'ONOFOLLOW/OEXCL', after a non-atomic 'os.path.isfile' check. A local attacker with write access to the directory where a victim...

7.1CVSS5.3AI score0.00107EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 4:03 p.m.19 views

CVE-2026-69502 Azure SQL Database Elevation of Privilege Vulnerability

...

10CVSS5.1AI score0.0057EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 3:03 p.m.7 views

CVE-2026-77815 Infinite Image Browsing Resolves Paths With normpath, Allowing Symlink Escape From Scanned Directories

toabspath in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by ispathtrusted in scripts/iib/api.py while...

8.7CVSS5.3AI score0.0041EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/08/21 3:03 p.m.12 views

CVE-2026-77814 Infinite Image Browsing is_path_trusted Prefix Comparison Omits the Trailing Path Separator

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS5.3AI score0.00409EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/21 3:03 p.m.15 views

CVE-2026-77087 Paperclip before 0.3.1 Remote Code Execution via DNS Rebinding

Paperclip before 0.3.1 in default localtrusted mode fails to validate Host headers, allowing attackers to execute arbitrary commands via DNS rebinding. An attacker can craft a malicious webpage that, when visited by a developer running Paperclip locally, uses DNS rebinding to make authenticated A...

9.6CVSS5.8AI score0.00396EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/21 2:57 p.m.8 views

CVE-2026-50278 iccDEV: CIccEmbedIO::Read8() size_t underflow

iccDEV provides a set of libraries and tools for working with ICC color management profiles. Versions prior to 2.3.2.1 have a CIccEmbedIO::Read8 sizet underflow. The issue arises due to an embedded-profile read defect when parsing ICC profiles containing icSigEmbeddedV5ProfileTag data with...

6.5CVSS5.3AI score0.00247EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 2:53 p.m.12 views

CVE-2026-63343 Arbitrary File Read/Write: metadata.yaml symlink in image allows host filesystem access as root

Incus is a system container and virtual machine manager. Prior to version 7.3.0, a malicious image containing a metadata.yaml symlink pointing to an arbitrary host path allows an authenticated Incus user to read or overwrite any file on the host as root via the instance metadata API. The...

9.9CVSS5.6AI score0.00267EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:49 p.m.9 views

CVE-2026-63125 Incus vulnerable to root RCE via image backup.yaml symlink

Incus is a system container and virtual machine manager. Prior to version 7.3.0, an unprivileged, project-confined Incus user a non-admin TLS/RBAC identity with cancreateimages and cancreateinstances can execute arbitrary code as root on the host. A crafted image ships backup.yaml as a symlink to...

9.9CVSS5.9AI score0.00418EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:47 p.m.11 views

CVE-2026-62941 Incus: Cross-project instance copy bypasses target project restrictions via TOCTOU in config merge

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check AllowInstanceCreation runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys including...

9.9CVSS5.3AI score0.00246EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:47 p.m.14 views

CVE-2026-62940 Incus has a project restriction bypass via instance migration config override

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when migrating an instance to another cluster member, user-supplied configuration overrides including security-critical keys like security.privileged and raw.lxc are applied without any project restriction enforcemen...

9.9CVSS5.3AI score0.00232EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:47 p.m.5 views

CVE-2026-75501 CVE-2026-75501

A vulnerability in the Calix EXOS firmware for the GS7 XGS GS5239XG residential router allows unauthenticated remote attackers to modify NAT port‑forwarding rules via the UPnP WANIPConnection service. The device exposes the MiniUPnPd control endpoint on the WAN interface on TCP port 5000 without...

5.4AI score0.00592EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/21 2:45 p.m.20 views

CVE-2026-62867 Incus has an argument injection in storage volume block.create_options that leads to arbitrary command execution

Incus is a system container and virtual machine manager. Prior to version 7.3.0, improper validation of user-provided block.createoptions in storage volume configuration leads to argument injection in the constructed filesystem creation command line. This allows a project-scoped user to inject...

9.9CVSS5.5AI score0.00288EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:44 p.m.4 views

CVE-2026-62313 Incus: Project restriction `restricted.containers.privilege=isolated` bypassable by omitting `security.idmap.isolated`

Incus is a system container and virtual machine manager. Prior to version 7.3.0, project-level enforcement of restricted.containers.privilege=isolated can be trivially bypassed, allowing a user to create a non-isolated shared host idmap container in a project that is configured to forbid them. Th...

4.3CVSS5.2AI score0.00213EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:40 p.m.11 views

CVE-2026-55622 Incus has a project restriction bypass in instance copy across projects

Incus is a system container and virtual machine manager. Prior to version 7.2.0, missing authorization checks exist for instance copying where an attacker knowing the name of a project that they don't have access to and the name of an instance in that project can copy the instance to a new projec...

7.7CVSS5.3AI score0.00201EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:39 p.m.12 views

CVE-2026-55621 Incus has a project restriction bypass for custom volume copy across projects

Incus is a system container and virtual machine manager. Prior to version 7.2.0, missing authorization checks exist for custom volume copying where an attacker knowing the name of a project that they don't have access to and the name of a custom volume in that project can copy the custom volume t...

7.7CVSS5.3AI score0.00201EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:37 p.m.16 views

CVE-2026-48755 Incus has an argument injection in backup compression algorithm leading to AFW and ACE

Incus is a system container and virtual machine manager. Prior to version 7.1.0, improper validation of user-provided backup compression algorithm leads to argument injection in the constructed command line. This leads to an arbitrary file write on the host, possibly leading to arbitrary command...

9.9CVSS8.9AI score0.00439EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:36 p.m.7 views

CVE-2026-48754 Incus: Nil-pointer dereference in createDependentVolumesFromBackup on disk.{Volume,VolumeSnapshots,Pool}

Incus is a system container and virtual machine manager. Prior to version 7.1.0, backend.createDependentVolumesFromBackup in internal/server/storage/backend.go contains a cluster of unguarded pointer derefs on every dependent-volume entry's VolumeSnapshotsi, Volume, and Pool sub-fields. An...

5.3CVSS8.6AI score0.00226EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:34 p.m.8 views

CVE-2026-48753 Incus has an arbitrary file write via path traversal in S3 multipart upload

Incus is a system container and virtual machine manager. Prior to version 7.1.0, the S3 protocol upload endpoint is vulnerable to path traversal and allows creation of arbitrary files on the host. This behavior could lead to arbitrary command execution. Version 7.1.0 fixes the issue...

9.9CVSS8.9AI score0.00709EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:31 p.m.13 views

CVE-2026-48752 Incus has arbitrary file read+write on host via templates/ symlink in malicious image

Incus is a system container and virtual machine manager. Prior to version 7.2.0, a specially crafted image or instance backup can be used to read or create/write arbitrary files on the host; possibly leading to arbitrary command execution. Version 7.2.0 patches the issue...

9.9CVSS8.9AI score0.00807EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:19 p.m.6 views

CVE-2026-48750 Incus has an arbitrary file write on host via `exec-output` symlink in crafted image

Incus is a system container and virtual machine manager. Prior to version 7.2.0, the record-output parameter of the /instances/$name/exec endpoint stores the output of the command in the exec-output directory of the instance. If exec-output is a symlink, file named execUUID.stdout and...

9.9CVSS8.8AI score0.00784EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:17 p.m.10 views

CVE-2026-48749 Incus has an arbitrary file read+write on host via rootfs/ symlink in malicious image

Incus is a system container and virtual machine manager. Prior to version 7.2.0, a specially crafted image can be used to read or create/write arbitrary files on the host; possibly leading to arbitrary command execution. Version 7.2.0 fixes the issue...

9.9CVSS8.9AI score0.00807EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:10 p.m.14 views

CVE-2026-48756 Incus: CreateCustomVolumeFromBackup nil-pointer dereference on volume_snapshots[*].expires_at (sibling-field variant of GHSA-r7w7)

Incus is a system container and virtual machine manager. Prior to version 7.1.0, backend.CreateCustomVolumeFromBackup in internal/server/storage/backend.go contains an unguarded time.Time dereference on the ExpiresAt field of every volume-snapshot entry in an imported custom-volume backup. An...

5.3CVSS8.6AI score0.00226EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 2:06 p.m.18 views

CVE-2026-77812 Cleartext Exposure of DJI Drone Wi-Fi Credentials via BLE

DJI drones transmit DUML DJI Universal Markup Language protocol messages over BLE Bluetooth Low Energy without encryption. When a client attempts to connect to the drone over Wi-Fi, or when the drone is switched to QuickTransfer mode, the DJI Fly application exchanges DUML messages with the drone...

9.4CVSS5.4AI score0.00062EPSS
SaveExploits0References1
Total number of security vulnerabilities179537