CVE-2003-0734
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 · uneditedUnknown vulnerability in the pam_filter mechanism in pam_ldap before version 162, when LDAP based authentication is being used, allows users to bypass host-based access restrictions and log onto the system.
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 pam_ldap module before version 162 contains a vulnerability in its pam_filter mechanism that allows users to bypass host-based access restrictions when LDAP-based authentication is configured. This enables unauthorized users to log onto systems that should be restricted based on hostname or IP address controls.
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<= 162CVSS 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 pam_ldap installationSearch for the pam_ldap module on the system. Common locations include /lib/security/pam_ldap.so or /lib64/security/pam_ldap.so. Use commands like 'find /lib -name *pam_ldap*' or check the system's PAM configuration files in /etc/pam.d/ that reference 'pam_ldap.so'.Affected if The pam_ldap module is found on the system and used for authentication.
-
Determine pam_ldap versionIf the module file exists, check its version information using 'rpm -q pam_ldap' or 'dpkg -l pam_ldap' depending on the package manager. Alternatively, use 'modinfo' on the shared object file if available, or check the Padl Software website for version 162 release details.Affected if The installed version is 162 or lower, indicating the vulnerable code is present.
-
Verify LDAP authentication is configuredExamine PAM configuration files in /etc/pam.d/ (such as system-auth, login, sshd, or other service files) for entries using 'pam_ldap.so' with the 'auth' or 'account' module types.Affected if PAM configurations reference pam_ldap.so for authentication or account validation, enabling the attack vector.
-
Check if pam_filter is in useReview the /etc/ldap.conf or /etc/pam_ldap.conf configuration file for 'pam_filter' directives that enforce host-based access restrictions. Look for filter attributes such as 'host', 'ipHostNumber', or similar LDAP attributes used to restrict access by hostname or IP.Affected if A pam_filter directive is configured to restrict access by host, and this filter can be bypassed in versions <= 162.
A user is affected if pam_ldap version 162 or lower is installed and configured with pam_filter for host-based access control in their LDAP authentication setup.
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 pam_ldap to version 162 or later to patch the pam_filter bypass vulnerability. Additionally, verify host-based access controls are functioning correctly after the upgrade.
pam_ldap version 162 or later (or latest available in your distribution's repository)
- 1. Identify the currently installed pam_ldap version using package manager or: `rpm -qa | grep pam_ldap` or `dpkg -l | grep pam-ldap`
- 2. If the version is 162 or lower, upgrade to the latest stable pam_ldap package available from your distribution's repository
- 3. For Mandriva Linux, use: `urpmi pam_ldap` to install the latest version
- 4. For other distributions, use respective package managers (yum, apt, etc.) to update pam_ldap
- 5. After upgrading, verify the new version is installed: `rpm -qa | grep pam_ldap`
- 6. Test LDAP authentication to ensure the pam_ldap module functions correctly after the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2003-0734 — 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-0734 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