Skip to content

Conversation

@renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cryptography (changelog) ==42.0.0 -> ==42.0.2 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-0727

Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL
to crash leading to a potential Denial of Service attack

Impact summary: Applications loading files in the PKCS12 format from untrusted
sources might terminate abruptly.

A file in PKCS12 format can contain certificates and keys and may come from an
untrusted source. The PKCS12 specification allows certain fields to be NULL, but
OpenSSL does not correctly check for this case. This can lead to a NULL pointer
dereference that results in OpenSSL crashing. If an application processes PKCS12
files from an untrusted source using the OpenSSL APIs then that application will
be vulnerable to this issue.

OpenSSL APIs that are vulnerable to this are: PKCS12_parse(),
PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes()
and PKCS12_newpass().

We have also fixed a similar issue in SMIME_write_PKCS7(). However since this
function is related to writing data we do not consider it security significant.

The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue.


Release Notes

pyca/cryptography (cryptography)

v42.0.2

Compare Source

v42.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@forking-renovate
Copy link

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .kokoro/requirements.txt
Invalid version: 3.11
[04:51:27.206] INFO (59): Installing tool python@3.11...
[04:51:27.303] FATAL (59): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11
    err: {
      "type": "Error",
      "message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11",
      "stack":
          Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11
              at makeError (/snapshot/dist/containerbase-cli.js:45919:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:46634:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:53514:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53698:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53907:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:54101:3)
      "shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh python 3.11",
      "command": "/usr/local/containerbase/bin/install-tool.sh python 3.11",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool.sh\" python 3.11",
      "exitCode": 1,
      "cwd": "/tmp/renovate/repos/github/googleapis/langchain-google-memorystore-redis-python",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[04:51:27.316] INFO (59): Installed tool python with errors in 109ms.


@renovate-bot renovate-bot requested a review from a team as a code owner February 19, 2024 04:51
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2024

/gcbrun

@product-auto-label product-auto-label bot added the api: redis Issues related to the googleapis/langchain-google-memorystore-redis-python API. label Feb 19, 2024
@renovate-bot renovate-bot deleted the renovate/pypi-cryptography-vulnerability branch March 12, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: redis Issues related to the googleapis/langchain-google-memorystore-redis-python API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants