LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3251: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in ikus060/minarca

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

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-3251 is a cookie-security flaw in ikus060/minarca before 4.2.2. A sensitive HTTPS session cookie was not marked Secure, creating a risk that the cookie could be exposed outside protected HTTPS handling. Treat this as a high-priority hygiene issue on any Minarca deployment, not as evidence of known active exploitation.

Executive priority

Prioritize remediation for any internet-accessible or shared Minarca deployment. The issue is high severity, but available evidence does not support emergency treatment for active exploitation unless local exposure or suspicious activity is found.

Technical view

The issue is CWE-614: a sensitive cookie in an HTTPS session lacked the Secure attribute. The affected project is ikus060/minarca prior to 4.2.2. The CVSS 3.0 score is 7.5 with network attack vector, high complexity, low privileges required, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to organizations running ikus060/minarca versions before 4.2.2. The source bundle does not identify hosted services, downstream packages, operating systems, or specific deployment configurations beyond the GitHub repository and version boundary.

Exploitation context

The CVE is not listed as CISA KEV in the supplied bundle. The provided sources do not state active exploitation, public weaponization, or observed attacks. Risk comes from the potential security impact of sensitive cookies missing the Secure attribute.

Researcher notes

Evidence is narrow but clear on vulnerability class and fixed version boundary. The bundle does not provide the exact cookie name, deployment prerequisites, exploit prevalence, or operational mitigations beyond the repository fix reference. Validate behavior defensively without attempting exploitation.

Mitigation direction

  • Upgrade ikus060/minarca to version 4.2.2 or later.
  • Review vendor project guidance and the referenced fixing commit.
  • Verify sensitive HTTPS cookies include the Secure attribute after remediation.
  • Rotate affected sessions if administrators believe cookies may have been exposed.

Validation and detection

  • Inventory Minarca deployments and identify versions before 4.2.2.
  • Inspect authenticated HTTPS responses for sensitive cookies missing Secure.
  • Confirm upgraded deployments no longer reproduce the missing attribute.
  • Check logs for unusual authenticated activity around exposed deployments.
Prepared
Confidence
medium
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-3251 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
High
CVSS
7.5 (3.0)
Known Exploited
No
Published

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

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
7.5CVSS 3.0HighCVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H1.65.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

7.5High
CVSS 3.0 vector shape for CVE-2022-3251Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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/minarcaunspecifiedListed
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.