Lookup for vulnerable packages by Package URL.

Purlpkg:npm/apollo-server-core@2.0.0-rc.8
Typenpm
Namespace
Nameapollo-server-core
Version2.0.0-rc.8
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version2.26.1
Latest_non_vulnerable_version3.12.1
Affected_by_vulnerabilities
0
url VCID-fdyu-hkcu-7bhy
vulnerability_id VCID-fdyu-hkcu-7bhy
summary
Prevent logging invalid header values
## Impact
### What kind of vulnerability is it?
Apollo Server can log sensitive information (Studio API keys) if they are passed incorrectly (with leading/trailing whitespace) or if they have any characters that are invalid as part of a header value.

### Who is impacted?
Users who (all of the below):
* use either the schema reporting or usage reporting feature
* use an Apollo Studio API key which has invalid header values
* use the default fetcher (`node-fetch`) or configured their own `node-fetch` fetcher

The following node snippet can test whether your API key has invalid header values. This code is taken directly from `node-fetch@2`'s header value validation code.
```js
const invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
if (invalidHeaderCharRegex.test('<YOUR_API_KEY>')) {
 console.log('potentially affected');
}
console.log('unaffected');
```

If the provided API key is not a valid header value, whenever Apollo Server uses that API key in a request (to Studio, for example), `node-fetch` will throw an error _which contains the header value_. This error is logged in various ways depending on the user's configuration, but most likely the console or some configured logging service.

### Patches
This problem is patched in the latest version of Apollo Server as soon as this advisory is published.

### Workarounds
* Try retrieving a new API key from Studio. Note: this may not work if the invalid character is not part of the secret (it may be derived from identifiers like graph name, user name).
* Override the `fetcher` 
* Disable schema reporting and/or usage reporting

### Solution
* Apollo Server will now call `.trim()` on incoming API keys in order to eliminate leading/trailing whitespace and log a warning when it does so.
* Apollo Server will now perform the same validation of API keys as `node-fetch@2` performs on header values on startup. Apollo Server will throw an error on startup (i.e., fail to start completely) and notify the user their API key is invalid along with the offending characters.
references
0
reference_url https://github.com/apollographql/apollo-server
reference_id
reference_type
scores
0
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/apollographql/apollo-server
1
reference_url https://github.com/apollographql/apollo-server/commit/2c8106c433c4add4b43e2e2b2f5c5c4887b17314
reference_id
reference_type
scores
0
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/apollographql/apollo-server/commit/2c8106c433c4add4b43e2e2b2f5c5c4887b17314
2
reference_url https://github.com/apollographql/apollo-server/commit/d38b43bac88acdef4295759d7dcc3d4c348d9575
reference_id
reference_type
scores
0
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/apollographql/apollo-server/commit/d38b43bac88acdef4295759d7dcc3d4c348d9575
3
reference_url https://github.com/advisories/GHSA-j5g3-5c8r-7qfx
reference_id GHSA-j5g3-5c8r-7qfx
reference_type
scores
url https://github.com/advisories/GHSA-j5g3-5c8r-7qfx
4
reference_url https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfx
reference_id GHSA-j5g3-5c8r-7qfx
reference_type
scores
0
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfx
fixed_packages
0
url pkg:npm/apollo-server-core@2.26.1
purl pkg:npm/apollo-server-core@2.26.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.26.1
1
url pkg:npm/apollo-server-core@3.12.1
purl pkg:npm/apollo-server-core@3.12.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.12.1
aliases GHSA-j5g3-5c8r-7qfx, GMS-2023-2117, GMS-2023-2129
risk_score 1.4
exploitability 0.5
weighted_severity 2.7
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-fdyu-hkcu-7bhy
1
url VCID-u2b9-99j7-rkbk
vulnerability_id VCID-u2b9-99j7-rkbk
summary
Introspection in schema validation in Apollo Server
If `subscriptions: false` is passed to the `ApolloServer` constructor options, there is no impact. If implementors were not expecting validation rules to be enforced on the WebSocket subscriptions transport **and** are unconcerned about introspection being enabled on the WebSocket subscriptions transport (or were not expecting that), then this advisory is not applicable. If `introspection: true` is passed to the `ApolloServer` constructor options, the impact is limited to user-provided validation rules (i.e., using `validationRules`) since there would be no expectation that introspection was disabled.
references
0
reference_url https://github.com/apollographql/apollo-server/commit/e2e816316f5c28a03de2ee1589edb2b10c358114
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/apollographql/apollo-server/commit/e2e816316f5c28a03de2ee1589edb2b10c358114
1
reference_url https://www.npmjs.com/advisories/1525
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1525
2
reference_url https://www.npmjs.com/advisories/1526
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1526
3
reference_url https://www.npmjs.com/advisories/1527
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1527
4
reference_url https://www.npmjs.com/advisories/1528
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1528
5
reference_url https://www.npmjs.com/advisories/1529
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1529
6
reference_url https://www.npmjs.com/advisories/1530
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1530
7
reference_url https://www.npmjs.com/advisories/1531
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1531
8
reference_url https://www.npmjs.com/advisories/1532
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1532
9
reference_url https://www.npmjs.com/advisories/1533
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1533
10
reference_url https://www.npmjs.com/advisories/1534
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1534
11
reference_url https://www.npmjs.com/advisories/1535
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1535
12
reference_url https://www.npmjs.com/advisories/1536
reference_id
reference_type
scores
0
value MODERATE
scoring_system generic_textual
scoring_elements
url https://www.npmjs.com/advisories/1536
13
reference_url https://github.com/advisories/GHSA-w42g-7vfc-xf37
reference_id GHSA-w42g-7vfc-xf37
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/advisories/GHSA-w42g-7vfc-xf37
14
reference_url https://github.com/apollographql/apollo-server/security/advisories/GHSA-w42g-7vfc-xf37
reference_id GHSA-w42g-7vfc-xf37
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/apollographql/apollo-server/security/advisories/GHSA-w42g-7vfc-xf37
fixed_packages
0
url pkg:npm/apollo-server-core@2.14.2
purl pkg:npm/apollo-server-core@2.14.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-fdyu-hkcu-7bhy
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.2
aliases GHSA-w42g-7vfc-xf37, GMS-2020-59, GMS-2020-60, GMS-2020-61, GMS-2020-62, GMS-2020-63, GMS-2020-64, GMS-2020-65, GMS-2020-66, GMS-2020-67, GMS-2020-68, GMS-2020-69, GMS-2020-70
risk_score 3.1
exploitability 0.5
weighted_severity 6.2
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-u2b9-99j7-rkbk
Fixing_vulnerabilities
Risk_score3.1
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.8