CVE-2026-61599: Product identification pending
- Severity
- 8.8 (HIGH)
- Affected versions
- Before 1.0.7
- Fixed version
- 1.0.7
- Patch status
- Patched
- Published
- 2026-09-16T23:16:54.010
- Modified
- 2026-09-17T14:17:14.853
Why it matters
This matters because the affected product may be exploitable without valid credentials. Internet-facing deployments should be reviewed first.
Recommended admin actions
- Review and patch based on exposure, asset criticality, and business impact.
- Compare installed versions against the affected version range in the advisory.
- Treat internet-facing systems as higher priority.
Technical summary
djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, the djust live transport resolves the LiveView to mount from a client-supplied dotted path by calling `__import__(module_path, …)`. The module is imported — running its top-level code (import side effects) — before the framework checks that the resolved object is a `LiveView` subclass and before any per-view authentication. The `LIVEVIEW_ALLOWED_MODULES` allowlist that should contain this is fail-open (`if allowed_modules:` — skipped when the setting is unset, the framework default) and uses loose `startswith` matching. An unauthenticated WebSocket client (the WS handshake does not require auth; per-view auth runs only after import + instantiate) can therefore send a `mount` / `live_redirect_mount` / `url_change` frame (or an SSE mount) with `view = ".AnyName"` and cause the server to import — and execute the top-level code of — any importable Python module by name. Version 1.0.7 fixes the issue with a fail-closed resolution gate (`djust._view_resolution.is_view_import_allowed`): a client view path resolves only if (a) its module is already loaded (`sys.modules` — so resolving runs no new code; URL-routed views loaded by URLconf at startup keep working with zero config) or (b) it matches `LIVEVIEW_ALLOWED_MODULES` on a module-segment boundary (explicit opt-in for lazily-imported views). The gate runs before `__import__` at all three sinks (+ defense-in-depth inside `_instantiate_view`). As a workaround, set `LIVEVIEW_ALLOWED_MODULES` to the narrow list of modules that contain your mountable LiveView classes. (Note: pre-patch the allowlist is `startswith`-matched and the import still precedes the subclass check, so this is mitigation, not a complete fix.)
View the official NVD record for CVE-2026-61599
CVE data is sourced from NVD/CNA records and optional enrichment. Validate against the vendor advisory before taking production action.
VULNERABILITY PULSE
| AFFECTED PRODUCT | ACTION | ||
|---|---|---|---|
| CVE-2026-20130 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-20192 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-76423 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92808 |
Altium Enterprise Server
Reporter: 4760F414-E1AE-4FF1-BDAD-C7A9C3538B79
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-76460 EXPLOITED |
identity services engine
Reporter: PSIRT
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-62104 |
Migratico Lite PATCH
Reporter: AUDIT
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92937 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92940 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92941 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92946 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92947 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92955 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92956 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-92960 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-20322 |
Cisco Nexus Dashboard
Reporter: PSIRT
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-20324 |
Cisco Secure Firewall Management Center (FMC)
Reporter: PSIRT
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-20325 |
Cisco Nexus Dashboard
Reporter: PSIRT
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-20329 |
Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
Reporter: PSIRT
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-20330 |
Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
Reporter: PSIRT
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-20332 |
Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
Reporter: PSIRT
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-20242 |
Cisco Secure Firewall Management Center (FMC)
Reporter: PSIRT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-20326 |
Cisco Nexus Dashboard
Reporter: PSIRT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2025-56563 |
Product identification pending
Reporter: CVE
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-87796 |
Multi Uploader for Gravity Forms
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-86707 |
Private Feed Key
Reporter: CONTACT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-86709 |
The Pressengine
Reporter: CONTACT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-86710 |
Login with QR
Reporter: CONTACT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-90822 |
Product identification pending
Reporter: CONTACT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-90823 |
Product identification pending
Reporter: CONTACT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-62101 |
EduAdmin Booking PATCH
Reporter: AUDIT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-62108 |
Headless Single Sign On PATCH
Reporter: AUDIT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-54617 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-54053 |
many-notes PATCH
Reporter: SECURITY-ADVISORIES
|
9.6
CRITICAL
|
VIEW RECORD |
| CVE-2026-92934 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.5
CRITICAL
|
VIEW RECORD |
| CVE-2026-92935 |
vm2 PATCH
Reporter: DISCLOSURE
|
9.5
CRITICAL
|
VIEW RECORD |
| CVE-2026-92860 |
Pulse
Reporter: CNA
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-92938 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-92939 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-92948 |
vm2 PATCH
Reporter: DISCLOSURE
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-92951 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-92957 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.4
CRITICAL
|
VIEW RECORD |
| CVE-2026-89082 |
HP AC Print & Scan
Reporter: HP-SECURITY-ALERT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-89083 |
HP AC Print & Scan
Reporter: HP-SECURITY-ALERT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-92787 |
feast
Reporter: DISCLOSURE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-92805 |
community-skeleton
Reporter: DISCLOSURE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-92944 |
Product identification pending
Reporter: DISCLOSURE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-92950 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-92953 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-86863 |
pgAdmin 4 PATCH
Reporter: F86EF6DC-4D3A-42AD-8F28-E6D5547A5007
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-92749 |
SafeLine
Reporter: DISCLOSURE
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-92785 |
angel
Reporter: DISCLOSURE
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-92576 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-92578 |
Product identification pending
Reporter: DISCLOSURE
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-15688 |
Product identification pending
Reporter: MITSUBISHIELECTRIC.PSIRT
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-92954 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-79752 |
cakephp PATCH
Reporter: SECURITY-ADVISORIES
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-76834 |
Product identification pending
Reporter: DISCLOSURE
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-20176 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-20194 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-20211 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-20237 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-20341 |
Cisco Secure Firewall Management Center (FMC)
Reporter: PSIRT
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-20284 |
Cisco Identity Services Engine Software
Reporter: PSIRT
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-75513 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-61594 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-92913 |
AVideo
Reporter: DISCLOSURE
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-82761 |
Product identification pending PATCH
Reporter: 6B3AD84C-E1A6-4BF7-A703-F496B71E49DB
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-85500 |
Product identification pending PATCH
Reporter: 6B3AD84C-E1A6-4BF7-A703-F496B71E49DB
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-86533 |
Product identification pending PATCH
Reporter: 6B3AD84C-E1A6-4BF7-A703-F496B71E49DB
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-63472 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-88952 |
Product identification pending PATCH
Reporter: 6B3AD84C-E1A6-4BF7-A703-F496B71E49DB
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-91039 |
Product identification pending PATCH
Reporter: 6B3AD84C-E1A6-4BF7-A703-F496B71E49DB
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-88795 |
wpShopGermany IT-RECHT KANZLEI PATCH
Reporter: CONTACT
|
9
CRITICAL
|
VIEW RECORD |
| CVE-2026-47252 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9
CRITICAL
|
VIEW RECORD |
| CVE-2026-92952 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.9
HIGH
|
VIEW RECORD |
| CVE-2026-20361 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-87105 |
Product identification pending
Reporter: 3938794E-25F5-4123-A1BA-5CBD7F104512
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-89084 |
Product identification pending
Reporter: HP-SECURITY-ALERT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-20333 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-20336 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-20340 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-20344 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-20360 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-63506 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-76409 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-61599 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-25283 |
Product identification pending
Reporter: PRODUCT-SECURITY
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-85130 |
Product identification pending PATCH
Reporter: CONTACT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-87786 |
Dewa Kirim
Reporter: CONTACT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-88792 |
Dictionary
Reporter: CONTACT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-88904 |
PuppyFW
Reporter: CONTACT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-86801 |
To Do List Member
Reporter: CONTACT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-14850 |
Product identification pending
Reporter: CVE-COORDINATION
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-78295 |
Product identification pending
Reporter: AUDIT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-92972 |
Product identification pending
Reporter: DISCLOSURE
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-77614 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-28326 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-54239 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-54504 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-86831 |
Product identification pending PATCH
Reporter: FF89BA41-3AA1-4D27-914A-91399E9639E5
|
8.7
HIGH
|
VIEW RECORD |
About the Vulnerability Pulse CVE Feed
The Vulnerability Pulse feed tracks live CVE advisories sourced from the National Vulnerability Database and vendor security disclosures. It is designed for SOC analysts, IT administrators, and security teams who need a fast, filterable view of current vulnerabilities without digging through raw NVD data.
How to Use the CVE Advisory Tracker
Use the severity filters to narrow results to Critical or High priority vulnerabilities. Filter by vendor to focus on software and hardware relevant to your environment. Export to CSV for reporting, ticketing, or patch prioritization workflows.
What Is a CVE Advisory?
A CVE (Common Vulnerabilities and Exposures) advisory is a public disclosure of a security vulnerability assigned a unique identifier by MITRE. Advisories include severity scores (CVSS), affected versions, and remediation guidance. Monitoring CVE advisories is a core function of vulnerability management programs and SOC operations.
CVE Analysis & Writeups
For in-depth analysis of specific vulnerabilities, visit the IT Knowledge Bases blog for CVE breakdowns, exploitation analysis, and remediation guidance written for security practitioners.