LiveActive security incident?Get immediate response
CVE Record

CVE-2015-5236: It was discovered that the IcedTea-Web used codebase attribute of the <applet> tag on the HTML page that ho...

It was discovered that the IcedTea-Web used codebase attribute of the <applet> tag on the HTML page that hosts Java applet in the Same Origin Policy (SOP) checks. As the specified codebase does not have to match the applet's actual origin, this allowed malicious site to bypass SOP via spoofed codebase value.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-5236 affects IcedTea-Web, a Java applet runtime. A malicious website could spoof an applet codebase value and bypass Same Origin Policy checks. Business urgency depends on whether any systems still run Java applets with IcedTea-Web, especially from untrusted or external web pages.

Executive priority

Handle as a targeted legacy-technology risk. It is not supported by the supplied evidence as internet-wide or actively exploited, but any remaining applet usage deserves prompt inventory because origin-bypass flaws can undermine trust boundaries.

Technical view

IcedTea-Web incorrectly used the HTML <applet> codebase attribute during Same Origin Policy checks. Because that attribute did not need to match the applet's real origin, a malicious site could supply a spoofed codebase and bypass origin protections. The supplied sources do not provide CVSS, fixed versions, or detailed affected-version ranges.

Likely exposure

Exposure is likely limited to environments that still use IcedTea-Web to launch Java applets. The source bundle lists IcedTea-Web with unknown affected versions, so organizations need local inventory and vendor package checks to determine impact.

Exploitation context

The provided sources describe a malicious-site Same Origin Policy bypass. They do not show known active exploitation, and the CVE is not listed as KEV in the supplied bundle. Treat exploit status as unconfirmed unless vendor or threat-intelligence sources say otherwise.

Researcher notes

Key gaps are CVSS, affected-version range, patch level, and exploit telemetry. The main technical issue is origin validation trusting a spoofable applet codebase attribute rather than the applet's actual origin.

Mitigation direction

  • Inventory systems running IcedTea-Web or Java applet workflows.
  • Check vendor or Linux distribution guidance for fixed IcedTea-Web packages.
  • Prioritize retirement of unnecessary Java applet usage.
  • Limit applet launch paths to trusted business workflows where possible.
  • Document any residual applet dependency and owner.

Validation and detection

  • Search endpoint and package inventories for IcedTea-Web installations.
  • Identify business applications that still launch Java applets.
  • Compare installed package versions against vendor advisories.
  • Confirm whether applets can be launched from untrusted web pages.
  • Track remediation status for each confirmed IcedTea-Web host.
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-345: 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-5236 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aIcedtea-webUnkownListed
Weakness

CWE details

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

CWE-345 · source CWE mapping

Insufficient Verification of Data Authenticity

Insufficient Verification of Data Authenticity represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.