FryskApplication · Redhat

CVE-2008-3278

HIGH · 7.8 CVSS v3.1 Published 2019-11-07
Fix available
A fix is available. Upgrade to after 2008-08-05 or later.
See remediation →
80/100
Remediation priority · High
Zero-click

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 · unedited
frysk packages through 2008-08-05 as shipped in Red Hat Enterprise Linux 5 are built with an insecure RPATH set in the ELF header of multiple binaries in /usr/bin/f* (e.g. fcore, fcatch, fstack, fstep, ...) shipped in the package. A local attacker can exploit this vulnerability by running arbitrary code as another user.

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 confidence

The frysk debugging packages for RHEL 5 contain multiple binaries (/usr/bin/fcore, fcatch, fstack, fstep, etc.) with insecure RPATH settings embedded in their ELF headers. This allows a local attacker to manipulate the library search path by placing malicious libraries in the RPATH directory, enabling execution of arbitrary code with the privileges of other users.

MitigationReplace insecure RPATH values with secure alternatives (such as RPATH=$ORIGIN for relative paths) using the chrpath tool or rebuild the packages with hardened build flags; verify no world-writable directories are in the RPATH.

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
FryskApplication
Affected:<= 2008-08-05

CVSS 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
Local
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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 checks

Work through these to decide whether this CVE applies to you.

  1. Check if frysk package is installed
    Run 'rpm -qa | grep -i frysk' to list installed frysk packages
    Affected if Any frysk package with version date earlier than or equal to 2008-08-05 is installed
  2. Locate frysk binaries with RPATH
    Run 'find /usr/bin -name "fcore" -o -name "fcatch" -o -name "fstack" -o -name "fstep" 2>/dev/null' to find the affected binaries
    Affected if Any of these binaries exist in /usr/bin with RPATH set to a writable directory
  3. Examine RPATH values in ELF headers
    Run 'readelf -d /usr/bin/fcore | grep RPATH' (repeat for fcatch, fstack, fstep) to inspect the RPATH setting in each binary
    Affected if RPATH points to an absolute path that is not $ORIGIN or a secure directory (such as /usr/lib or /lib)
  4. Verify RPATH directory permissions
    Check the directory listed in RPATH using 'ls -ld <RPATH_directory>' to determine if it is world-writable
    Affected if The RPATH directory is owned by root with world-writable permissions or allows unprivileged users to place files therein

A system is affected if any frysk binary (fcore, fcatch, fstack, fstep, etc.) has an RPATH set to a writable or insecure absolute path that could be exploited by a local attacker.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Upgrade available Upgrade to a release after 2008-08-05
Interim mitigation

Replace insecure RPATH values with secure alternatives (such as RPATH=$ORIGIN for relative paths) using the chrpath tool or rebuild the packages with hardened build flags; verify no world-writable directories are in the RPATH.

Fix this in Frysk Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2008-3278 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2008-3278 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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