Lucene search
K

Ivanti Connect Secure - Stack-based Buffer Overflow

🗓️ 16 Jun 2026 07:13:51Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 41 Views

Critical stack-based overflow in Ivanti Connect Secure allows remote unauthenticated code execution via clientCapabilities handling in transport layer security requests.

Related
Refs
Code
id: CVE-2025-0282

info:
  name: Ivanti Connect Secure - Stack-based Buffer Overflow
  author: ritikchaddha
  severity: critical
  description: |
    Ivanti Connect Secure < 22.7R2.5, Ivanti Policy Secure < 22.7R1.2, and Ivanti Neurons for ZTA gateways < 22.7R2.3 contain a stack-based buffer overflow in the clientCapabilities parameter handling. This vulnerability allows remote unauthenticated attackers to execute arbitrary code through IF-T TLS requests.
  impact: |
    Unauthenticated attackers can exploit a stack-based buffer overflow to execute arbitrary code remotely on Ivanti Connect Secure devices, potentially compromising VPN infrastructure and accessing all connected networks.
  remediation: |
    Upgrade to Ivanti Connect Secure version 22.7R2.5, Ivanti Policy Secure version 22.7R1.2, or Ivanti Neurons for ZTA version 22.7R2.3 or later.
  reference:
    - https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Connect-Secure-Policy-Secure-ZTA-Gateways-CVE-2025-0282-CVE-2025-0283
    - https://labs.watchtowr.com/exploitation-walkthrough-and-techniques-ivanti-connect-secure-rce-cve-2025-0282/
    - https://cloud.google.com/blog/topics/threat-intelligence/ivanti-connect-secure-vpn-zero-day
    - https://nvd.nist.gov/vuln/detail/CVE-2025-0282
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 9.0
    cve-id: CVE-2025-0282
    cwe-id: CWE-121,CWE-787
    epss-score: 0.9997
    epss-percentile: 0.99978
  metadata:
    verified: true
    max-request: 3
    vendor: ivanti
    product: connect_secure
    shodan-query: http.title:"ivanti connect secure"
  tags: cve,cve2025,ivanti,rce,buffer-overflow,passive,kev,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/dana-na/auth/url_default/welcome.cgi"
      - "{{BaseURL}}/dana-na/auth/url_6/welcome.cgi"
      - "{{BaseURL}}/dana/home/index.cgi"

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Ivanti"
          - "Connect Secure"
          - "Policy Secure"
          - "Neurons for ZTA"
        condition: or

      - type: dsl
        dsl:
          - "compare_versions(vulnerable_version, '< 22.7R2.5')"

    extractors:
      - type: regex
        name: vulnerable_version
        part: body
        group: 1
        regex:
          - '(?i)(22\.[0-6][Rr][0-9]+(?:\.[0-9]+)?)'  # All 22.0-22.6 versions vulnerable
          - '(?i)(22\.7[Rr][0-1](?:\.[0-1])?)'        # Policy Secure < 22.7R1.2
          - '(?i)(22\.7[Rr]2(?:\.[0-4])?)'            # Connect Secure < 22.7R2.5, ZTA < 22.7R2.3

      - type: kval
        kval:
          - version
# digest: 4a0a00473045022100df661ea156f10024b38d784455fe74eae0c9ae5e282418b0024e8452b95ed13802203fb814ad80939b5a4537759ebf890fdca84c47045ce67619c365af48eb587022:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
8.4High risk
Vulners AI Score8.4
CVSS 3.19
EPSS0.99971
SSVC
41