Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't login to admin backend, since new security patch 2.4.4-p8 #38699

Closed
Eddcapone opened this issue May 6, 2024 · 6 comments
Closed

Can't login to admin backend, since new security patch 2.4.4-p8 #38699

Eddcapone opened this issue May 6, 2024 · 6 comments
Assignees
Labels
Issue: needs update Additional information is require, waiting for response Reported on 2.4.x Indicates original Magento version for the Issue report.

Comments

@Eddcapone
Copy link

Eddcapone commented May 6, 2024

Sometimes e.g. after the weekend, we suddenly can't login into the admin area / backend of our shop, since installing this security patch: https://helpx.adobe.com/security/products/magento/apsb24-18.html

We need to delete our cookies to be able to login again.

Error:

Argument #1 ($datetime) must be of type string, null given in /vendor/magento/module-security/Model/AdminSessionInfo.php:136

$lastUpdatedTime = strtotime($lastUpdatedTime);

This is how it used to be in 2.4-develop:

    $lastUpdatedTime = $lastUpdatedTime === null ? 0 : strtotime($lastUpdatedTime);

I don't have information on how to reproduce this.

Copy link

m2-assistant bot commented May 6, 2024

Hi @Eddcapone. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:


Join Magento Community Engineering Slack and ask your questions in #github channel.
⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

Copy link

m2-assistant bot commented May 6, 2024

Hi @engcom-Dash. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

    1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
    1. Verify that issue has a meaningful description and provides enough information to reproduce the issue.
    1. Add Area: XXXXX label to the ticket, indicating the functional areas it may be related to.
    1. Verify that the issue is reproducible on 2.4-develop branch
      Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
      - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
      - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

@Eddcapone Eddcapone changed the title Can't login to admin backend because of new security patch 2.4.4-p8 Can't login to admin backend, since new security patch 2.4.4-p8 May 6, 2024
@engcom-Dash
Copy link

Hi @Eddcapone

Thanks for reporting and collaboration.

Can you please share the details steps to reproduce the issue and screenshots in order for us to reproduce the issue accurately.

Thanks.

@engcom-Dash engcom-Dash added the Issue: needs update Additional information is require, waiting for response label May 7, 2024
@m2-community-project m2-community-project bot moved this from Ready for Confirmation to Needs Update in Issue Confirmation and Triage Board May 7, 2024
@Eddcapone
Copy link
Author

Eddcapone commented May 7, 2024

@engcom-Dash As written here. I don't have informations on how to reproduce this. We just knows that it happens to us since we installed the patch. Last time it happend after the weekend.

@engcom-Dash engcom-Dash added the Reported on 2.4.x Indicates original Magento version for the Issue report. label May 8, 2024
@engcom-Dash
Copy link

Hi @Eddcapone

Thanks for reporting and collaboration.

We have a similar issue - 38704

Hence, we are considering this as a duplicate ticket and closing this ticket.

@Eddcapone
Copy link
Author

Eddcapone commented May 15, 2024

@engcom-Dash Please explain how it is remotely similar. It has nothing to do with our issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: needs update Additional information is require, waiting for response Reported on 2.4.x Indicates original Magento version for the Issue report.
Projects
None yet
Development

No branches or pull requests

2 participants