CVE-2003-1572
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedSun Java Media Framework (JMF) 2.1.1 through 2.1.1c allows unsigned applets to cause a denial of service (JVM crash) and read or write unauthorized memory locations via the ReadEnv class, as demonstrated by reading environment variables using modified .data and .size fields.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThe Sun Java Media Framework (JMF) ReadEnv class contains a vulnerability allowing unsigned applets to perform out-of-bounds memory reads and writes by manipulating .data and .size fields, enabling JVM crashes (denial of service) and arbitrary memory disclosure including environment variables.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 2.1.1= 2.1.1a= 2.1.1b= 2.1.1cCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- M
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:M/Au:N/C:C/I:C/A:C
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate JMF installationSearch for JMF JAR files (jmf.jar, mp3plugin.jar) or the JMF registry file in common locations such as JAVA_HOME/lib/ext, JRE/lib/ext, or user home directories like ~/.java or /Library/Java/Extensions on macOSAffected if JMF files are found in the system classpath or extension directories accessible to applets
-
Identify JMF versionOpen the JMF JAR file (if found) using a ZIP utility and inspect the MANIFEST.MF file in the META-INF directory, or run 'java -jar jmf.jar' if it has a main class, to determine the exact version numberAffected if The version is 2.1.1, 2.1.1a, 2.1.1b, or 2.1.1c exactly as listed in affected versions
-
Verify ReadEnv class presenceExtract or list contents of the JMF JAR file and confirm the ReadEnv class exists in the com.sun.media.codec.audio.sound package or similar package path within the JARAffected if The ReadEnv class file is present in the JMF installation, indicating the vulnerable component exists
-
Check applet execution contextReview browser Java plugin settings or Java Control Panel security settings to determine if unsigned Java applets are permitted to run in web browsersAffected if Unsigned Java applets can execute in any browser on this system, which is required for the exploit to trigger
The system is affected if JMF versions 2.1.1, 2.1.1a, 2.1.1b, or 2.1.1c with the ReadEnv class is installed AND unsigned Java applets are enabled in web browsers.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedDisable Java applets in web browsers and remove or upgrade the vulnerable JMF installation; if JMF is required, ensure only signed applets from trusted sources are permitted and consider network segmentation to limit exposure.
- This is a legacy vulnerability in Sun Java Media Framework (JMF) 2.1.1 from 2003. The product has been deprecated for many years with no vendor-supported patches available.
- If JMF is still in use, migrate to a modern alternative media framework such as JMF's successor projects (e.g., FMJ - Freedom for Media in Java) or other actively maintained Java media libraries.
- Remove or disable any deployments still using JMF 2.1.1 to eliminate the vulnerable code entirely.
- If the vulnerable JMF applet functionality is required in a legacy environment, implement strict firewall rules to prevent untrusted applets from accessing the network resources where JMF is hosted.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2003-1572 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2003-1572 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data