LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3520: Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in it-novum/openitcockpit

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in GitHub repository it-novum/openitcockpit prior to 4.6.6.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

openitcockpit before 4.6.6 set a sensitive HTTPS session cookie without the Secure flag. That can let browsers send the cookie over an unencrypted HTTP request to the same site, risking limited session confidentiality exposure. The published severity is medium, not a system takeover finding.

Executive priority

Treat as a moderate web-session hygiene issue. Prioritize remediation during the next normal maintenance window, faster for externally reachable portals or environments with untrusted networks. It does not have supplied evidence of active exploitation or integrity/availability impact.

Technical view

CVE-2023-3520 is CWE-614 in it-novum/openitcockpit before 4.6.6. The CVSS 3.0 vector is AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N, score 4.3. The issue concerns missing Secure attribute protection on a sensitive session cookie.

Likely exposure

Exposure is limited to organizations running it-novum/openitcockpit versions prior to 4.6.6. Risk is higher where users can reach the same host over HTTP or where network paths are not fully trusted. The source bundle does not identify affected deployment modes beyond the product and version boundary.

Exploitation context

The source bundle does not report active exploitation, and the CVE is not listed as KEV. The CVSS vector indicates network reachability, low attack complexity, low privileges required, no user interaction, and low confidentiality impact only.

Researcher notes

Validation should focus on cookie attributes and version state, not exploit development. The available evidence is concise: CVE metadata, a huntr reference, and a vendor commit. No source in the bundle names broader affected products or exploitation in the wild.

Mitigation direction

  • Upgrade openitcockpit to 4.6.6 or later where vendor-supported.
  • Review the referenced vendor commit and huntr report for implementation context.
  • Ensure sensitive session cookies are issued with the Secure attribute.
  • Check vendor guidance before applying custom cookie-handling changes.

Validation and detection

  • Inventory openitcockpit deployments and confirm whether versions are before 4.6.6.
  • Inspect HTTPS session cookies and verify sensitive cookies include Secure.
  • Confirm HTTP access paths do not receive sensitive session cookies.
  • Run the relevant regression tests after upgrading or changing cookie configuration.
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-2023-3520 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.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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
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.3CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

4.3Medium
CVSS 3.0 vector shape for CVE-2023-3520Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
it-novumit-novum/openitcockpitunspecifiedListed
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.