Nixpkgs security tracker

Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Dismissed suggestions

These automatic suggestions were dismissed after initial triaging.

to select a suggestion for revision.

View:
Compact
Detailed
Dismissed
(no matching packages found)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
A missing permission check in Jenkins Parameterized Remote Trigger Plugin …

A missing permission check in Jenkins Parameterized Remote Trigger Plugin 3.2.2 and earlier allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins.

References

Affected products

Jenkins Parameterized Remote Trigger Plugin
  • =<3.2.2
Dismissed
(no matching packages found)
Permalink CVE-2026-70448
7.1 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): Low (L)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Jenkins Ivy Report Plugin 1.2 and earlier does not configure …

Jenkins Ivy Report Plugin 1.2 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks when processing Ivy report files.

References

Affected products

Jenkins Ivy Report Plugin
  • =<1.2
Dismissed
(no matching packages found)
Permalink CVE-2026-15587
9.4 CRITICAL
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Attack Requirement (AT): None (N)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Vulnerable System Impact Confidentiality (VC): High (H)
  • Vulnerable System Impact Integrity (VI): High (H)
  • Vulnerable System Impact Availability (VA): High (H)
  • Subsequent System Impact Confidentiality (SC): High (H)
  • Subsequent System Impact Integrity (SI): High (H)
  • Subsequent System Impact Availability (SA): High (H)
  • Provider Urgency (U): Clear (Clear)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Attack Requirement (MAT): None (N)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): High (H)
  • Modified Vulnerable System Impact Integrity (MVI): High (H)
  • Modified Vulnerable System Impact Availability (MVA): High (H)
  • Modified Subsequent System Impact Confidentiality (MSC): High (H)
  • Modified Subsequent System Impact Integrity (MSI): High (H)
  • Modified Subsequent System Impact Availability (MSA): High (H)
  • Safety (S): Not Defined (X)
  • Automatable (AU): Not Defined (X)
  • Recovery (R): Not Defined (X)
  • Value Density (V): Not Defined (X)
  • Vulnerability Response Effort (RE): Not Defined (X)
  • Confidentiality Req. (CR): Not Defined (X)
  • Integrity Req. (IR): Not Defined (X)
  • Availability Req. (AR): Not Defined (X)
  • Exploit Maturity (E): Not Defined (X)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Privilege Escalation in Google SecOps (Chronicle SOAR) via Crafted Authentication Header

Improper Privilege Management in Google SecOps (Chronicle SOAR) versions prior to 6.3.85 on Google Cloud Platform allows an authenticated attacker to escalate privileges to system-level administrative access using a crafted internal authentication header. This vulnerability was patched with version 6.3.85, and no customer action is needed.

Affected products

Google SecOps (Chronicle SOAR)
  • <6.3.85
Dismissed
(no matching packages found)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Jenkins Webhook Secret Credentials Provider Plugin 16.v0cfa_f0215cf5 and earlier does …

Jenkins Webhook Secret Credentials Provider Plugin 16.v0cfa_f0215cf5 and earlier does not use a constant-time comparison function when checking whether the provided and expected webhook bearer token are equal, potentially allowing attackers to use statistical methods to obtain a valid webhook bearer token.

References

Affected products

Jenkins Webhook Secret Credentials Provider Plugin
  • =<16.v0cfa_f0215cf5
Dismissed
(no matching packages found)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Apache Qpid Broker-J: Incoming session flow control window can be exceeded

An authenticated attacker could exceed the session flow control incoming window potentially leading to denial of service. This issue affects Apache Qpid Broker-J: through 10.0.1. Users are recommended to upgrade to version 10.1.0, which fixes the issue.

Affected products

org.apache.qpid:qpid-broker-plugins-amqp-1-0-protocol
  • =<10.0.1
Dismissed
(no matching packages found)
Permalink CVE-2026-71214
9.8 CRITICAL
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
NASA-AMMOS plandev: Client-Supplied session_variables Bypass Hasura-Origin Authorization in sequencing-server

The Aerie/PlanDev sequencing-server's authorization middleware (sequencing-server/src/app.ts) derives the caller's Hasura session role via getHasuraSession(), which prefers a session_variables object taken directly from the client-supplied JSON request body over the Authorization header's JWT claims, with no verification that the request actually originated from Hasura. By setting {"session_variables":{"x-hasura-role":"aerie_admin"}} in the body of a request to POST /command-expansion/put-expansion with no Authorization header, an unauthenticated attacker satisfies the role check and can insert arbitrary expansion rules into sequencing.expansion_rule, which govern how spacecraft activities are translated into commands. Separately, POST /put-dictionary is explicitly listed in the ENDPOINTS_WHITELIST and is exempt from any authentication, allowing unauthenticated writes of command dictionaries.

Affected products

plandev (sequencing-server)
  • ==0
Dismissed
(no matching packages found)
Permalink CVE-2026-18898
7.4 HIGH
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Attack Requirement (AT): None (N)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Vulnerable System Impact Confidentiality (VC): High (H)
  • Vulnerable System Impact Integrity (VI): High (H)
  • Vulnerable System Impact Availability (VA): High (H)
  • Subsequent System Impact Confidentiality (SC): None (N)
  • Subsequent System Impact Integrity (SI): None (N)
  • Subsequent System Impact Availability (SA): None (N)
  • Exploit Maturity (E): POC (P)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Attack Requirement (MAT): None (N)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): High (H)
  • Modified Vulnerable System Impact Integrity (MVI): High (H)
  • Modified Vulnerable System Impact Availability (MVA): High (H)
  • Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
  • Modified Subsequent System Impact Integrity (MSI): Negligible (N)
  • Modified Subsequent System Impact Availability (MSA): Negligible (N)
  • Safety (S): Not Defined (X)
  • Automatable (AU): Not Defined (X)
  • Recovery (R): Not Defined (X)
  • Value Density (V): Not Defined (X)
  • Vulnerability Response Effort (RE): Not Defined (X)
  • Provider Urgency (U): Not Defined (X)
  • Confidentiality Req. (CR): Not Defined (X)
  • Integrity Req. (IR): Not Defined (X)
  • Availability Req. (AR): Not Defined (X)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
UTT HiPER 1200GW ConfigAdvideo strcpy stack-based overflow

A security flaw has been discovered in UTT HiPER 1200GW up to v2.5.3-170306. This affects the function strcpy of the file /goform/ConfigAdvideo. The manipulation of the argument timestart results in stack-based buffer overflow. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

Affected products

HiPER 1200GW
  • ==v2.5.3-170306
Dismissed
(no matching packages found)
Permalink CVE-2026-20304
9.9 CRITICAL
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Changed (C)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Cisco Catalyst SD-WAN Security Hardening Release - Access Control Vulnerabilities

As part of Cisco's ongoing commitment to proactive security and product quality, the Cisco Catalyst SD-WAN engineering team has conducted a comprehensive internal security review. This review resulted in a software hardening release that address multiple internally discovered vulnerabilities. The vulnerabilities tracked by CVE-2026-20304 are related to improper access control issues that are grouped under the Common Weakness Enumeration (CWE) CWE-284.

Affected products

Cisco Catalyst SD-WAN Manager
  • ==20.15.4.4_LI_Images
  • ==20.4.2.0.4
  • ==18.3.0
  • ==20.6.3.0.14
  • ==20.12.4
  • ==20.6.2.1
  • ==20.4.2.2.2
  • ==20.6.5.1.3
  • ==20.9.9_LI_Images
  • ==18.4.3
  • ==20.6.3
  • ==20.15.5_LI_Images
  • ==20.18.2_LI_Images
  • ==20.3.3.0.8
  • ==20.5.1.1
  • ==20.6.3.0.23
  • ==20.12.5.3_LI_Images
  • ==20.6.3.0.40
  • ==18.4.0
  • ==20.9.8.2_LI_Images
  • ==20.4.2.1.1
  • ==20.10.1_LI_Images
  • ==20.9.5.1_LI_Images
  • ==20.9.3
  • ==20.9.5.2.13
  • ==18.4.6
  • ==20.18.3
  • ==20.6.3.0.18
  • ==20.9.4.1.1
  • ==20.6.3.1.1
  • ==20.18.1
  • ==20.9.9.1_LI_Images
  • ==20.3.4.2.2
  • ==20.6.3.0.46
  • ==20.6.5.1.4
  • ==18.4.1
  • ==20.12.4_LI_Images
  • ==20.3.2_928
  • ==19.2.1
  • ==20.6.3.0.19
  • ==20.4.1
  • ==20.12.7_LI_Images
  • ==20.3.4.0.9
  • ==20.6.3.0.11
  • ==20.4.1.0.01
  • ==20.12.4.0.4
  • ==20.18.2.1_LI_Images
  • ==20.8.1
  • ==20.13.1_LI_Images
  • ==20.3.8
  • ==20.3.3.1.2
  • ==26.1.1.2_LI_Images
  • ==20.3.4.0.19
  • ==20.3.1
  • ==20.9.6_LI_Images
  • ==20.6.1.1
  • ==20.3.4.1.2
  • ==20.6.5.2
  • ==20.15.4.3_LI_Images
  • ==20.12.5
  • ==20.15.4.5_LI_Images
  • ==20.6.5.2.8
  • ==20.1.1.1
  • ==20.12.5.2_LI_Images
  • ==20.4.2
  • ==20.12.4_Monthly_ES5
  • ==17.2.5
  • ==20.3.814
  • ==20.3.2_937
  • ==20.9.5.1.4
  • ==17.2.7
  • ==20.6.5.1.11
  • ==20.3.3.1.5
  • ==26.1.1.1_LI_Images
  • ==20.15.2
  • ==20.6.3.0.5
  • ==20.15.5.2
  • ==20.6.3.0.41
  • ==20.6.3.3
  • ==20.12.6_LI_Images
  • ==20.6.8
  • ==20.9.4.1.6
  • ==20.9.7.1_LI _Images
  • ==20.9.4.0.4
  • ==20.6.5.1.5
  • ==20.12.501
  • ==20.4.2.0.1
  • ==20.6.3.0.38
  • ==20.15.4.1_LI_Images
  • ==19.1.0
  • ==20.12.6.1
  • ==20.6.6.0.1
  • ==20.12.5_LI_Images
  • ==18.4.302
  • ==20.3.3.0.4
  • ==20.6.5.1.6
  • ==20.12.5.2
  • ==19.2.4.0.1
  • ==20.18.2.2
  • ==20.9.4.1
  • ==20.15.3.1
  • ==19.3.0
  • ==20.3.4.2
  • ==20.12.6.2_LI_Images
  • ==20.9.1EFT2
  • ==20.9.9
  • ==20.9.8
  • ==20.15.4_LI_Images
  • ==20.4.2.2.8
  • ==20.3.7.2
  • ==20.6.5.5
  • ==20.7.1EFT2
  • ==18.4.0.1
  • ==20.6.2.2
  • ==20.6.5.1.9
  • ==20.9.3.0.16
  • ==20.9.9.2
  • ==20.16.1_LI_Images
  • ==20.12.5.3
  • ==20.9.3.2
  • ==20.15.1
  • ==20.12.8_LI_Images
  • ==20.9.3.0.12
  • ==20.6.4.1
  • ==20.15.5.2_LI_Images
  • ==20.3.5
  • ==26.1.1.2
  • ==19.2.4.0.8
  • ==20.9.3_LI_ Images
  • ==20.9.3.0.23
  • ==20.3.3.1.7
  • ==20.6.3.0.29
  • ==20.6.5.4
  • ==20.3.2.1_927
  • ==20.9.7.1
  • ==18.3.4
  • ==19.2.099
  • ==20.1.2_937
  • ==19.2.4
  • ==20.3.4.1.1
  • ==20.6.2.2.2
  • ==20.6.5.1.10
  • ==20.6.5.1.7
  • ==20.6.3.0.45
  • ==20.6.3.0.25
  • ==18.3.3.1
  • ==20.4.1.1
  • ==20.18.3_LI_Images
  • ==20.18.3.1
  • ==20.6.2.2.7
  • ==20.3.4.0.24
  • ==20.6.1.2
  • ==20.3.2_925
  • ==20.7.1.0.2
  • ==20.9.2.1
  • ==20.12.2_LI_Images
  • ==18.3.5
  • ==20.6.2
  • ==20.18.2.2_LI_Images
  • ==20.12.7
  • ==20.6.3.0.32
  • ==17.2.6
  • ==20.3.4.0.20
  • ==20.9.3.0.20
  • ==20.9.4.1.3
  • ==20.15.3
  • ==17.2.4
  • ==20.4.2.2
  • ==20.3.7
  • ==20.6.5.2.3
  • ==20.12.5.1
  • ==20.12.7.2_LI_Images
  • ==20.4.2.2.1
  • ==20.9.3.0.4
  • ==20.6.5.3
  • ==20.9.5.1
  • ==20.15.6_LI_Images
  • ==20.10.1.1
  • ==20.6.4.2
  • ==20.6.5.1
  • ==20.12.6.2
  • ==20.3.3.0.2
  • ==20.6.3.0.27
  • ==20.4.1.0.1
  • ==20.12.1
  • ==20.9.5.2
  • ==20.9.3.0.5
  • ==20.3.4.0.6
  • ==19.0.1a
  • ==20.9.5_LI_Images
  • ==20.15.2_LI_Images
  • ==20.6.3.2
  • ==20.9.2.3
  • ==20.9.7_LI _Images
  • ==19.2.097
  • ==18.3.3
  • ==20.6.4.0.4
  • ==20.12.5.1.01
  • ==20.18.2
  • ==17.2.10
  • ==20.1.12
  • ==20.15.4.1
  • ==20.9.5.2.16
  • ==20.9.3.1
  • ==20.9.3.0.18
  • ==20.9.5.2.14
  • ==20.6.4.0.21
  • ==26.1.1_LI_Images
  • ==20.15.1_LI_Images
  • ==20.6.5.1.13
  • ==20.3.3
  • ==20.9.5
  • ==20.6.3.0.2
  • ==20.4.2.3
  • ==20.4.1.1.5
  • ==20.6.0.18.4
  • ==20.15.4
  • ==20.12.5.4
  • ==19.2.098
  • ==20.10.1
  • ==20.5.1.0.1
  • ==20.12.4.1
  • ==20.9.5.3
  • ==20.15.5.1_LI_Images
  • ==20.12.4.0.03
  • ==20.9.5.2.21
  • ==20.1.2
  • ==20.6.3.1
  • ==20.6.2.0.4
  • ==20.3.6
  • ==20.3.3.1.1
  • ==20.5.1.2
  • ==20.3.2.1_930
  • ==20.9.1
  • ==20.12.401
  • ==17.2.9
  • ==19.2.2
  • ==20.6.5.1.14
  • ==20.9.8.2
  • ==20.9.9.1
  • ==20.12.6.1_LI_Images
  • ==26.0.1
  • ==20.5.1.0.2
  • ==20.3.4.2.1
  • ==20.9.1.1
  • ==20.3.4.1
  • ==20.9.9.2_LI_Images
  • ==20.15.4.2
  • ==20.7.1
  • ==20.3.3.0.14
  • ==20.9.3.0.29
  • ==20.6.3.0.10
  • ==18.4.4
  • ==19.2.31
  • ==20.1.1
  • ==18.4.5
  • ==20.12.5.1_LI_Images
  • ==20.3.4
  • ==20.12.3_LI_Images
  • ==20.15.3_ LI _Images
  • ==20.4.1.0.02
  • ==19.2.929
  • ==20.4.2.2.3
  • ==20.9.5.2_LI_Images
  • ==20.9.1_LI_Images
  • ==18.3.6
  • ==20.9.6.0.3
  • ==20.3.4.0.1
  • ==18.4.501_ES
  • ==20.9.5.2.1
  • ==19.2.32
  • ==20.12.5.4_LI_ Images
  • ==20.1.3.1
  • ==20.9.2.0.01
  • ==20.12.7.1_LI_Images
  • ==20.6.2.2.4
  • ==20.3.5.0.7
  • ==20.3.5.1
  • ==20.3.3.1
  • ==26.1.1.1
  • ==19.0.0
  • ==20.18.4
  • ==20.9.3.0.7
  • ==20.3.4.0.11
  • ==20.6.3.0.47
  • ==20.11.1.2
  • ==20.5.1
  • ==20.3.4.0.25
  • ==20.9.3.2_LI_Images
  • ==20.11.1.1
  • ==20.12.7.2
  • ==20.6.1.0.1
  • ==20.9.5.2.7
  • ==20.3.3.2
  • ==20.3.3.0.17
  • ==20.9.4_LI_Images
  • ==20.6.5.2.4
  • ==20.12.2
  • ==20.3.813
  • ==18.2.0
  • ==20.12.6
  • ==20.6.5
  • ==20.3.2.0.5
  • ==20.13.1
  • ==20.9.3.0.3
  • ==18.3.1.1
  • ==20.9.3.0.2
  • ==20.3.2
  • ==20.16.1
  • ==20.12.3
  • ==20.6.2.2.3
  • ==19.2.0
  • ==19.2.3
  • ==20.4.2.2.4
  • ==18.3.7
  • ==20.1.3
  • ==20.15.6
  • ==20.18.2.1
  • ==20.9.7
  • ==20.7.2
  • ==20.9.3.0.24
  • ==20.4.2.1
  • ==20.15.4.2_LI_Images
  • ==20.15.5.3
  • ==18.3.6.1
  • ==20.6.5.1.2
  • ==20.12.4.0.6
  • ==20.10.1.2
  • ==20.9.4.1_LI_Images
  • ==20.15.5.3_LI_Images
  • ==20.9.6
  • ==20.15.4.3
  • ==20.12.8
  • ==20.11.1_LI_Images
  • ==20.3.7.1
  • ==20.6.3.0.31
  • ==20.7.1.1
  • ==20.6.4.0.19
  • ==20.6.3.0.33
  • ==20.9.3.0.8
  • ==20.6.5.2.1
  • ==20.3.3.0.16
  • ==20.14.1
  • ==18.3.1
  • ==20.5.0.1.1
  • ==20.3.4.0.5
  • ==20.15.5.1
  • ==20.4.2.0.2
  • ==20.14.1_LI_Images
  • ==19.2.4.0.9
  • ==20.15.5
  • ==18.3.8
  • ==20.18.3.1_LI_Images
  • ==20.18.1_LI_Images
  • ==20.9.2_LI_Images
  • ==20.12.1_LI_Images
  • ==20.3.5.0.9
  • ==20.9.3.0.21
  • ==20.9.3.0.17
  • ==20.11.1
  • ==20.3.2.1
  • ==20.3.4.3
  • ==20.6.6
  • ==20.6.3.0.51
  • ==20.3.5.0.8
  • ==20.3.2.0.6
  • ==20.12.3.1
  • ==20.6.7
  • ==20.3.3.0.18
  • ==20.9.2.2
  • ==20.9.8_LI_Images
  • ==20.15.4.5
  • ==20.9.3.0.25
  • ==20.9.3.0.26
  • ==20.9.4
  • ==20.3.4.0.26
  • ==20.3.2_929
  • ==20.15.4.4
  • ==20.6.3.0.7
  • ==17.2.8
  • ==20.12.4.1_LI_Images
  • ==20.3.3.1.10
  • ==20.6.3.4
  • ==20.12.7.1
  • ==20.6.3.0.39
  • ==20.6.1
  • ==20.9.2
  • ==20.6.4
  • ==20.9.5.3_LI_Images
  • ==26.1.1
  • ==20.6.0.18.3
  • ==18.4.303
  • ==20.4.1.2
Cisco Catalyst SD-WAN Controller
  • ==20.12.2
  • ==20.9.9
  • ==18.2.0
  • ==20.9.8
  • ==20.12.6
  • ==20.6.5
  • ==20.1.12
  • ==20.15.4.1
  • ==18.3.0
  • ==20.9.3.1
  • ==20.12.4
  • ==20.3.7.2
  • ==20.13.1
  • ==20.3.3
  • ==20.3.2
  • ==20.6.3
  • ==18.4.3
  • ==20.16.1
  • ==20.12.3
  • ==20.9.5
  • ==20.9.9.2
  • ==20.12.5.3
  • ==19.2.0
  • ==20.15.1
  • ==20.4.2.3
  • ==19.2.3
  • ==18.3.7
  • ==18.4.0
  • ==20.15.4
  • ==20.12.5.4
  • ==19.2.098
  • ==20.10.1
  • ==20.1.3
  • ==20.6.4.1
  • ==20.15.6
  • ==20.18.2.1
  • ==20.9.7
  • ==20.3.5
  • ==20.7.2
  • ==20.9.3
  • ==20.12.4.1
  • ==20.9.5.3
  • ==26.1.1.2
  • ==18.4.6
  • ==20.18.3
  • ==20.18.1
  • ==20.15.5.3
  • ==20.3.6
  • ==20.1.2
  • ==18.4.1
  • ==20.6.5.4
  • ==20.9.7.1
  • ==18.3.4
  • ==19.2.099
  • ==19.2.4
  • ==19.2.1
  • ==20.9.1
  • ==20.4.1
  • ==20.9.6
  • ==20.4.1.1
  • ==20.15.4.3
  • ==17.2.9
  • ==20.18.3.1
  • ==20.12.8
  • ==19.2.2
  • ==20.8.1
  • ==20.3.7.1
  • ==20.3.8
  • ==20.6.1.2
  • ==20.9.8.2
  • ==20.9.9.1
  • ==18.3.5
  • ==20.6.2
  • ==20.12.7
  • ==20.3.1
  • ==20.15.4.2
  • ==20.14.1
  • ==20.7.1
  • ==18.3.1
  • ==20.6.5.2
  • ==17.2.6
  • ==20.15.5.1
  • ==20.12.5
  • ==20.15.5
  • ==18.3.8
  • ==20.15.3
  • ==17.2.4
  • ==18.4.4
  • ==20.1.1
  • ==19.2.31
  • ==18.4.5
  • ==20.3.7
  • ==20.12.5.1
  • ==20.4.2
  • ==20.3.4
  • ==17.2.5
  • ==20.6.5.3
  • ==20.9.5.1
  • ==19.2.929
  • ==20.10.1.1
  • ==17.2.7
  • ==20.11.1
  • ==18.3.6
  • ==20.3.4.3
  • ==20.12.6.2
  • ==19.2.32
  • ==20.6.6
  • ==20.15.2
  • ==20.15.5.2
  • ==20.1.3.1
  • ==20.12.3.1
  • ==20.6.3.3
  • ==20.6.7
  • ==20.6.8
  • ==20.9.2.2
  • ==20.15.4.5
  • ==20.12.1
  • ==20.3.5.1
  • ==26.1.1.1
  • ==20.9.4
  • ==19.0.0
  • ==20.18.4
  • ==20.15.4.4
  • ==17.2.8
  • ==19.1.0
  • ==20.12.6.1
  • ==19.0.1a
  • ==20.5.1
  • ==20.11.1.1
  • ==20.12.7.1
  • ==20.12.7.2
  • ==20.6.3.2
  • ==20.9.2.3
  • ==20.12.5.2
  • ==20.6.1
  • ==20.9.2
  • ==20.18.2.2
  • ==20.6.4
  • ==19.2.097
  • ==20.3.3.2
  • ==18.3.3
  • ==26.1.1
  • ==20.18.2
  • ==18.4.303
  • ==19.3.0
  • ==20.4.1.2
  • ==17.2.10
Dismissed
(no matching packages found)
Permalink CVE-2026-12000
7.5 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): None (N)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): None (N)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Page and Post Restriction <= 1.4.1 - Unauthenticated Missing Authorization to Sensitive Information Exposure via REST API

The Page and Post Restriction plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to and including 1.4.0 via the WordPress core REST endpoints /wp-json/wp/v2/pages, /wp-json/wp/v2/pages/<id>, /wp-json/wp/v2/posts, and /wp-json/wp/v2/posts/<id>. This is due to the plugin's REST guards — papr_restrict_page_post_rest_api() and the the_posts filter registered by papr_filter_posts() — sourcing their restricted-ID list exclusively from papr_get_restricted_posts_id(), which only reads the per-page metabox options papr_allowed_redirect_for_pages and papr_allowed_redirect_for_posts and never consults the two global toggles papr_access_for_only_loggedin and papr_access_for_only_loggedin_posts that the plugin's own UI describes as 'Make all Pages Private' / 'Make all Posts Private'. This makes it possible for unauthenticated attackers to read the full rendered content of every published page and post on sites configured with the documented global toggles, bypassing the security boundary enforced on the frontend by papr_restrict_logged_in_users().

Affected products

Page and Post Restriction
  • =<1.4.1
Dismissed
(no matching packages found)
Permalink CVE-2026-71237
9.8 CRITICAL
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 month ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Miantang IoT-PHP: Unauthenticated SQL Injection in /userlogin

Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from $_POST['pwd'] with no sanitization and concatenates it into a raw SQL string: mysql_query("select * from userlists where username='$username' and password='$password' limit 1"). The username value is passed through htmlspecialchars(), which does not encode single quotes by default and therefore does not prevent SQL injection through the password field. An unauthenticated attacker can submit a payload such as pwd=' OR '1'='1 to bypass authentication and, via UNION-based injection, extract arbitrary data from the database.

Affected products

IoT-PHP
  • ==0