LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37026: Sickbeard 0.1 - Cross-Site Request Forgery

Sickbeard alpha contains a cross-site request forgery vulnerability that allows attackers to disable authentication by submitting crafted configuration parameters. Attackers can trick users into submitting a malicious form that clears web username and password, effectively removing authentication protection.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Sickbeard 0.1 has a cross-site request forgery issue that can let an attacker cause a user’s browser to change Sickbeard settings and remove web authentication. The business impact is unauthorized access to the Sickbeard web interface if the attack succeeds. This is not listed in CISA KEV, and the provided sources do not show active exploitation.

Executive priority

Treat as a moderate priority unless Sickbeard 0.1 is internet-facing or used in a sensitive network. If exposed externally, restrict access promptly because successful abuse can remove authentication and open the application to unauthorized users.

Technical view

CVE-2020-37026 affects midgetspy Sickbeard 0.1. The issue is CWE-352 CSRF in configuration handling, where crafted configuration parameters can clear the web username and password. VulnCheck rates it CVSS 5.3 medium. A public ExploitDB entry exists, but the provided sources do not identify a vendor patch or confirmed in-the-wild exploitation.

Likely exposure

Exposure is limited to environments still running Sickbeard 0.1, particularly where the web interface is reachable by users who may browse untrusted sites. Internet-exposed interfaces increase operational risk. Evidence for other versions or forks is not provided in the source bundle.

Exploitation context

The source bundle includes a public exploit reference, so proof-of-concept knowledge exists. However, KEV is false and no cited source states active exploitation. The described attack relies on causing configuration changes through a victim’s browser, consistent with CSRF behavior.

Researcher notes

Sources identify Sickbeard 0.1 only. No patch, commit, or fixed version is named in the provided references. The CVSS vector in the bundle says UI:N, while the description says users are tricked into submitting a malicious form; this discrepancy should be verified against the CVE record and advisory.

Mitigation direction

  • Check vendor or project guidance for any fixed version or recommended replacement.
  • Restrict Sickbeard web interface access to trusted networks or VPN only.
  • Require strong authentication at a reverse proxy if the app cannot enforce it reliably.
  • Retire or isolate Sickbeard 0.1 if no maintained fix is available.
  • Review configuration to ensure web username and password are set.

Validation and detection

  • Inventory systems for midgetspy Sickbeard version 0.1.
  • Confirm whether the Sickbeard web interface is reachable from untrusted networks.
  • Verify web authentication is enabled and credentials are not blank.
  • Review recent configuration changes for unexpected authentication removal.
  • Track CVE, VulnCheck, GitHub, and project pages for remediation updates.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-37026 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2020-37026Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
midgetspySickbeard0.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.