Threats Tagged 'cwe-1188'
View all threats tagged with 'cwe-1188'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-1188'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-50519: CWE-1188: Initialization of a Resource with an Insecure Default in Microsoft GitHub Copilot ChatCVE-2026-50519 0 Initialization of a resource with an insecure default in GitHub Copilot and Visual Studio Code allows an unauthorized attacker to disclose information over a network. Join the discussion | CVE Database V5 | 06/19/2026, 20:28:35 UTC Added: 06/19/2026, 21:15:37 UTC |
CVE-2026-9262: CWE-1188 Initialization of a resource with an insecure default in Canon Inc. EOS Network Setting Tool for WindowsCVE-2026-9262 0 CVE-2026-9262 is a vulnerability in Canon Inc.'s EOS Network Setting Tool for Windows where the default FTP configuration uses a non-secure protocol. This affects versions 1.5.0 and earlier. The vulnerability is classified under CWE-1188, indicating initialization of a resource with an insecure default. The CVSS 4.0 base score is 7.1, reflecting a high severity due to network attack vector, low attack complexity, no privileges required, and high impact on confidentiality. Join the discussion | CVE Database V5 | 06/15/2026, 23:40:15 UTC Added: 06/16/2026, 00:00:41 UTC |
CVE-2026-40994: CWE-1188: Initialization of a Resource with an Insecure Default in Spring Spring Web ServicesCVE-2026-40994 0 Wss4jSecurityInterceptor initialized its BSP (WS-I Basic Security Profile) compliance flag so that inbound validation disabled WSS4J BSP enforcement on RequestData. Services that validate WS-Security on the network could therefore accept messages that violate BSP rules, weakening protocol-level checks. Affected versions: Spring Web Services 5.0.0 through 5.0.1; 4.1.0 through 4.1.3; 4.0.0 through 4.0.18; 3.1.0 through 3.1.8. Join the discussion | CVE Database V5 | 06/11/2026, 05:03:57 UTC Added: 06/11/2026, 06:46:18 UTC |
CVE-2026-46517: CWE-94: Improper Control of Generation of Code ('Code Injection') in InternLM lmdeployCVE-2026-46517 0 LMDeploy is a toolkit for compressing, deploying, and serving large language models. In versions 0.12.3 and prior, hardcoded "trust_remote_code=True" enables HF supply-chain RCE without user opt-in. At time of publication, there are no publicly available patches. Join the discussion | CVE Database V5 | 06/09/2026, 23:05:43 UTC Added: 06/09/2026, 23:25:53 UTC |
CVE-2026-10045: CWE-798 Use of Hard-coded Credentials in Shenzhen Kangda Xin Intelligent Network Technology Co., Ltd DR300CVE-2026-10045 0 Shenzhen Kangda Xin Intelligent Network Technology Company's router, model DR300, version 2.1.2.121, contains hardcoded login credentials and has telnet enabled by default on WAN and LAN interfaces. These vulnerabilities allow attackers to read and write to memory, modify firmware stored in flash, inspect active connections, and view currently connected devices. Join the discussion | CVE Database V5 | 06/09/2026, 18:09:56 UTC Added: 06/09/2026, 19:41:24 UTC |
CVE-2026-44825: CWE-798 Use of Hard-coded Credentials in Apache Software Foundation Apache SolrCVE-2026-44825 0 Apache Solr versions 9.4.0 through 9.10.1 and 10.0.0 contain hardcoded credentials in the Basic Authentication setup tool (bin/solr auth enable). These default credentials are installed silently alongside user-specified accounts, allowing remote attackers to gain full administrative access to the cluster. Clusters not using the BasicAuth bootstrap or those that have changed the template users' passwords are not affected. Future versions 9. Join the discussion | CVE Database V5 | 06/01/2026, 08:02:15 UTC Added: 06/01/2026, 09:18:45 UTC |
CVE-2026-9039: CWE-1188 Initialization of a resource with an insecure default in XCharge C6CVE-2026-9039 0 CVE-2026-9039 is a high-severity vulnerability in the XCharge C6 electric vehicle charger. It involves a configuration weakness where the remote management service accepts a default administrative credential and is accessible via the charging connector interface. This allows an authenticated session to be established over a channel intended only for vehicle-charger signaling. A malicious device physically connected to the charging interface could exploit this to gain full administrative access to the device. Join the discussion | CVE Database V5 | 05/28/2026, 19:07:09 UTC Added: 05/28/2026, 19:53:12 UTC |
CVE-2026-24197: CWE-1188 Initialization of a Resource with an Insecure Default in NVIDIA GeForceCVE-2026-24197 0 CVE-2026-24197 is a medium severity vulnerability in the NVIDIA GeForce Display Driver for Linux affecting Multi-Instance GPU (MIG) partition management. The issue arises from insecure default initialization of memory subsystem routing resources, which can cause data corruption or system hangs during partition reconfiguration. Exploitation could result in denial of service but does not impact confidentiality or integrity. The vulnerability affects all driver versions prior to 595.71.05. No official patch or remediation guidance is currently available from the vendor. There are no known exploits in the wild at this time. Join the discussion | CVE Database V5 | 05/26/2026, 17:19:40 UTC Added: 05/26/2026, 18:02:31 UTC |
CVE-2026-46430: CWE-668: Exposure of Resource to Wrong Sphere in xyproto algernonCVE-2026-46430 0 Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server bound to 0.0.0.0:5553 on Linux/macOS by default because the platform-dependent host default in engine/flags.go:39-46 set host = "" for non-Windows, and utils.JoinHostPort("", ":5553") resolves to ":5553". This vulnerability is fixed in 1.17.7. Join the discussion | CVE Database V5 | 05/26/2026, 16:41:42 UTC Added: 05/26/2026, 17:02:38 UTC |
CVE-2026-45728: CWE-209: Generation of Error Message Containing Sensitive Information in xyproto algernonCVE-2026-45728 0 Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, when Algernon is invoked with a single file path instead of a directory, singleFileMode is set to true and debugMode is forcibly enabled.debugMode activates the PrettyError renderer, which on any Lua or template error response dumps the absolute path of the file that errored, complete byte contents of that file, and exception or parser error text. This response is served with HTTP 200 OK to whoever sent the request that triggered the error. Any client able to reach the server and able to provoke a runtime error in the served script obtains the full server-side source of that script and of any sibling Lua data file consulted during the request. This vulnerability is fixed in 1.17.7. Join the discussion | CVE Database V5 | 05/26/2026, 16:38:50 UTC Added: 05/26/2026, 17:02:38 UTC |
Showing 1 to 10 of 10 results