The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade airtable
to version 0.11.6 or higher.
airtable is a javascript client for Airtable.
Affected versions of this package are vulnerable to Insufficiently Protected Credentials due to the usage of misconfigured build script in its source package, which bundles environment variables (AIRTABLE_API_KEY
and AIRTABLE_ENDPOINT_URL
) into the build target of a transpiled bundle.
NOTE: This vulnerability is relevant only if all of the following conditions are met:
the user has cloned the Airtable.js
source onto their machine.
the user runs the npm prepare script
the user has the AIRTABLE_API_KEY
environment variable set.
AIRTABLE_API_KEY
environment variable in your shell and/or remove it from your .bashrc
, .zshrc
, or other shell configuration files.Regenerate any Airtable API keys you use via https://airtable.com/account, as they may be present in bundled code.