AccessApplication · Microsoft

CVE-2008-3068

HIGH · 7.5 CVSS v2.0 Published 2008-07-07
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges 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
Microsoft Crypto API 5.131.2600.2180 through 6.0, as used in Outlook, Windows Live Mail, and Office 2007, performs Certificate Revocation List (CRL) checks by using an arbitrary URL from a certificate embedded in a (1) S/MIME e-mail message or (2) signed document, which allows remote attackers to obtain reading times and IP addresses of recipients, and port-scan results, via a crafted certificate with an Authority Information Access (AIA) extension.

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

Microsoft Crypto API (versions 5.131.2600.2180-6.0) in Outlook, Windows Live Mail, and Office 2007 performs CRL checks by following arbitrary URLs embedded in certificate AIA extensions. Attackers can craft malicious certificates in S/mime emails or signed documents that cause victim clients to connect to attacker-controlled servers, revealing when emails are opened, recipient IP addresses, and enabling port scanning of internal networks.

MitigationApply Microsoft security updates to affected Windows and Office products to patch the Crypto API vulnerability. For legacy systems that cannot be patched, consider disabling automatic CRL checking in affected applications or implementing network filtering to block unexpected outbound connections from email clients.

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
AccessApplication
Affected:= 2007
ExcelApplication
Affected:= 2003= 2007
FrontpageApplication
Affected:= 2003
GrooveApplication
Affected:= 2007
InfopathApplication
Affected:= 2003= 2007
OfficeApplication
Affected:= 2007
Office CommunicatorApplication
Affected:= 2007
OnenoteApplication
Affected:= 2003

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
Network
Complexity
Low
Authentication
None
Confidentiality
Partial
Integrity
Partial
Availability
Partial

AV:N/AC:L/Au:N/C:P/I:P/A:P

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 Windows Crypto API version
    Open regedit and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\OID\EncodingType 0\CertDllCreateCertificateChainEngine\CurrentVersion, or run 'wmic datafile where "name='crypt32.dll'" get Version' to find the crypt32.dll version
    Affected if crypt32.dll version is between 5.131.2600.2180 and 6.0 (inclusive)
  2. Identify installed Microsoft Office products and versions
    Open Control Panel > Programs and Features, or run 'Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion' to list installed Office components and their versions
    Affected if Office 2007, Excel 2003/2007, Access 2007, Infopath 2003/2007, Groove 2007, OneNote 2003, FrontPage 2003, or Office Communicator 2007 is installed
  3. Verify if S/MIME or email certificate signing is enabled
    For Outlook: File > Options > Trust Center > Trust Center Settings > Email Security. For Windows Live Mail: Check if S/MIME is configured in account settings. Look for installed S/MIME certificates or configured signed email profiles.
    Affected if S/MIME encryption or digital signatures are configured, or any email accounts have security certificates enabled
  4. Check for unexpected outbound network connections
    Monitor network traffic using Wireshark, netstat -an, or Windows Firewall logs while opening/syncing email. Look for connections to IPs or domains not belonging to legitimate CRL distribution points (such as crl.microsoft.com or your corporate CA)
    Affected if The client initiates outbound connections to arbitrary external IPs or domains when processing certificates
  5. Confirm affected applications using Crypto API
    Identify which applications (Outlook, Windows Live Mail, Excel, Word for opening signed documents) are installed and in use. Check running processes or installed programs list for: outlook.exe, wlmail.exe, excel.exe, winword.exe, groove.exe, onenote.exe, infopath.exe
    Affected if Any of these vulnerable applications are installed and used for handling S/MIME emails or signed documents

Environment is affected if Crypto API version (crypt32.dll) falls within 5.131.2600.2180-6.0 AND any affected Office/email application is installed with certificate or S/MIME features enabled, allowing arbitrary URL following in certificate AIA extensions.

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
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Apply Microsoft security updates to affected Windows and Office products to patch the Crypto API vulnerability. For legacy systems that cannot be patched, consider disabling automatic CRL checking in affected applications or implementing network filtering to block unexpected outbound connections from email clients.

Fix this in Access Scoped from the published advisory
  • Consultation4.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA2.0 h
12.0 hours of engineering $2,180
Get help mitigating

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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