LiveActive security incident?Get immediate response
CVE Record

CVE-2015-0849: pycode-browser before version 1.0 is prone to a predictable temporary file vulnerability.

pycode-browser before version 1.0 is prone to a predictable temporary file vulnerability.

LowCVSS 3.9Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

pycode-browser before 1.0 used predictable temporary files. In practical terms, a local user could potentially interfere with files the tool creates, causing limited information disclosure or file integrity impact. This is not described as remotely exploitable and is not listed as actively exploited in CISA KEV.

Executive priority

Treat this as a low-priority hygiene fix unless the software is present on shared systems with untrusted local users. Address through normal patch and legacy software removal cycles.

Technical view

The issue is classified as CWE-377: insecure temporary file handling. The CVSS 3.1 vector indicates local access, low complexity, low privileges, and required user interaction, with low confidentiality and integrity impact and no availability impact. The source bundle identifies pycode-browser before 1.0 as affected.

Likely exposure

Exposure is likely limited to systems where pycode-browser earlier than 1.0 is installed and used locally. Relevant assets may include developer workstations, admin systems, or build environments, rather than internet-facing services.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not marked KEV. Exploitation would require local conditions and user interaction according to the CVSS vector, which materially limits business urgency.

Researcher notes

The public bundle is sparse: it names the weakness class, version boundary, Debian bug reference, and CVSS vector, but provides no detailed exploit narrative or standalone mitigation advisory. Avoid assuming affected downstream packages beyond the cited pycode-browser scope.

Mitigation direction

  • Inventory systems for pycode-browser installations and versions.
  • Upgrade pycode-browser to version 1.0 or later where applicable.
  • If upgrade status is unclear, follow Debian or vendor package guidance.
  • Restrict local shell access on systems where older versions remain installed.
  • Remove pycode-browser where it is not operationally required.

Validation and detection

  • Confirm whether pycode-browser is installed on workstations, build hosts, or servers.
  • Verify installed versions are 1.0 or later.
  • Check package manager records for Debian bug 790365 remediation status.
  • Review local user access on systems running older pycode-browser versions.
  • Document any unsupported or retained legacy installations.
Prepared
Confidence
medium
Sources
3

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-377: 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-2015-0849 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
Low
CVSS
3.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/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
2Source 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
3.9CVSS 3.1LowCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N1.32.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.9Low
CVSS 3.1 vector shape for CVE-2015-0849Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/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
pycode-browserpycode-browser0unaffected
Weakness

CWE details

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

CWE-377 · source CWE mapping

Insecure Temporary File

Insecure Temporary File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.