---
id: GHSA-8f6j-263m-g72x
title: >-
  Apple App Store Server Python Library: SignedDataVerifier accepts stale OCSP
  GOOD responses and can bypass certificate revocation checks
summary: >-
  Apple App Store Server Python Library: SignedDataVerifier accepts stale OCSP
  GOOD responses and can bypass certificate revocation checks
severity: medium
cwe:
  - CWE-295
  - CWE-299
vendor: app-store-server-library
product: app-store-server-library
ecosystem: pip
affected:
  - 'app-store-server-library >= 0.2.0, <= 3.1.1'
patched:
  - app-store-server-library 3.1.2
published: '2026-07-13'
updated: '2026-07-13'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-8f6j-263m-g72x'
references:
  - url: >-
      https://github.com/apple/app-store-server-library-python/security/advisories/GHSA-8f6j-263m-g72x
  - url: 'https://github.com/advisories/GHSA-8f6j-263m-g72x'
tags:
  - ghsa
  - pip
ingestedAt: '2026-07-14T00:31:48.617Z'
---

## Overview

### Summary
`SignedDataVerifier` attempts to perform online revocation checking when `enable_online_checks=True`, but its OCSP validation logic accepts stale `GOOD` responses as valid indefinitely. In `appstoreserverlibrary/signed_data_verifier.py`, `_ChainVerifier.check_ocsp_status()` verifies the OCSP response signature and CertID match, but never validates the freshness window carried by `producedAt`, `thisUpdate`, or `nextUpdate`.

As a result, a previously valid signed OCSP `GOOD` response can be replayed after it is expired, and the library will still treat the certificate as good. If an App Store signing certificate or intermediate is ever revoked, applications using this library with online checks enabled can continue accepting JWS objects signed with the revoked key as long as a stale signed OCSP response is replayed.

## Affected packages

- `app-store-server-library >= 0.2.0, <= 3.1.1`

## Remediation

Upgrade to a patched release:

- `app-store-server-library 3.1.2`
