LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3250: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in ikus060/rdiffweb

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in GitHub repository ikus060/rdiffweb prior to 2.4.6.

MediumCVSS 4.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

rdiffweb versions before 2.4.6 could set a sensitive session cookie without the Secure attribute. That weakens session protection because browsers may send the cookie over non-HTTPS requests, increasing the chance of session exposure in certain network conditions.

Executive priority

Treat as a scheduled remediation item unless rdiffweb is used from untrusted or shared networks. It is not evidenced as actively exploited, but it affects session confidentiality and should not remain open.

Technical view

CVE-2022-3250 is CWE-614 in ikus060/rdiffweb before 2.4.6. The CVSS 3.0 score is 4.9 with adjacent-network attack vector, low complexity, low privileges, required user interaction, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to organizations running ikus060/rdiffweb versions prior to 2.4.6, especially where authenticated users access the service from networks an adjacent attacker could influence or observe.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The risk depends on user interaction and network context, not a remote unauthenticated takeover path.

Researcher notes

Evidence is concise: the CVE description, CVSS vector, Huntr reference, and fixing commit. Sources do not provide exploit details, broad product impact, or operational mitigations beyond the version boundary and cookie-attribute correction.

Mitigation direction

  • Upgrade rdiffweb to version 2.4.6 or later.
  • Review the referenced vendor commit and release guidance.
  • Confirm authenticated session cookies include the Secure attribute.
  • Prioritize HTTPS-only access paths for rdiffweb deployments.

Validation and detection

  • Inventory deployed rdiffweb versions and flag anything before 2.4.6.
  • In a test login, inspect Set-Cookie attributes for Secure.
  • Confirm no public route depends on insecure session-cookie behavior.
  • Record compensating controls if upgrade cannot happen immediately.
Prepared
Confidence
high
Sources
4

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 · low confidence lookup

CWE-614: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

CVE-2022-3250 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
4.9 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L

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
3Source 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
4.9CVSS 3.0MediumCVSS:3.0/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L1.53.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4.9Medium
CVSS 3.0 vector shape for CVE-2022-3250Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L

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

Products and packages named in the record

VendorProductVersion / packageStatus
ikus060ikus060/rdiffwebunspecifiedListed
Weakness

CWE details

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

CWE-614 · source CWE mapping

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.