CVE-2009-0258
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 · uneditedThe Indexed Search Engine (indexed_search) system extension in TYPO3 4.0.0 through 4.0.9, 4.1.0 through 4.1.7, and 4.2.0 through 4.2.3 allows remote attackers to execute arbitrary commands via a crafted filename containing shell metacharacters, which is not properly handled by the command-line indexer.
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 · high confidenceThe indexed_search system extension in TYPO3 versions 4.0.0-4.2.3 contains a command injection vulnerability. The command-line indexer processes filenames without proper sanitization, allowing attackers to embed shell metacharacters in filenames to execute arbitrary commands on the server.
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= 4.0= 4.0.1= 4.0.2= 4.0.3= 4.0.4= 4.0.5= 4.0.6= 4.0.7= 4.0.8= 4.0.9= 4.1.0= 4.1.1CVSS 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
- Low
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/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.
-
Identify TYPO3 core versionCheck the version.php file in the TYPO3 root directory or look at the 'TYPO3_VERSION' constant in the installation. Common path: typo3/sysext/core/version.phpAffected if The installed version is 4.0.0 through 4.2.3 (or specifically 4.0.x through 4.1.x as listed)
-
Locate indexed_search extensionCheck for the indexed_search extension in typo3/sysext/indexed_search/ or via the Extension Manager in the TYPO3 backendAffected if The indexed_search extension is installed and enabled
-
Identify CLI indexer scriptLook for the indexer_cli.php script in the indexed_search extension directory (typo3/sysext/indexed_search/cli/indexer_cli.php)Affected if The CLI indexer script exists in the installation
-
Check for scheduled/indexer cron jobsReview system cron jobs or scheduled tasks for commands running indexer_cli.php, typically found in /etc/cron.d/, crontab -e, or similarAffected if A cron job or automated task invokes the CLI indexer on uploaded file names
-
Verify file processing permissionsExamine the typo3conf/localconf.php or database for upload directories and check if uploaded files can have arbitrary filenames processed by the indexerAffected if Users can upload files with custom filenames that the indexer will process
A user is affected if TYPO3 version is 4.0.0-4.2.3 AND the indexed_search extension with its CLI indexer is installed and actively processing filenames from user-uploaded content.
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 · scopedUpgrade TYPO3 to version 4.0.10, 4.1.8, or 4.2.4 or later, which contain the patched indexed_search extension. Alternatively, disable the indexed_search extension if not needed.
TYPO3 4.2.4 or later (or the latest 4.x release in your respective branch: 4.0.10+, 4.1.8+, or 4.2.4+)
- 1. Backup your TYPO3 installation and database before making any changes
- 2. Identify your current TYPO3 version in the TYPO3 admin backend or typo3conf/localconf.php
- 3. Upgrade to TYPO3 4.2.4 or later (or at minimum 4.0.10+, 4.1.8+, depending on your branch)
- 4. After upgrade, clear all caches via Install Tool > Important Actions > Clear all caches
- 5. Verify the indexed_search extension is updated to the patched version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,656.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2009-0258 — 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-2009-0258 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