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

Enhanced security #692

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Enhanced security #692

merged 1 commit into from
Aug 12, 2021

Conversation

deepakjain111
Copy link
Member

@deepakjain111 deepakjain111 commented Aug 9, 2021

Introduced authentication for omiserver in omiengine for user validation and PAM based user validation.
This authentication is secret string based. This secret string can be set only once, that is duirng omiegine bootup, any other afterwards attempt to change the secret string will be ignored.

Default user type for running any scripts will be invalid user, so that user authencication can't be skipped. Additional validation for not allowing unauthorized user to proceed.

Fixed a Use-After-Free vulnerability where omiengine's connection with client get freed before omiegnine's connection with omiserver amd resulting in Use-After-Free vulnerability.

Copy link
Contributor

@JumpingYang001 JumpingYang001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@deepakjain111 deepakjain111 merged commit 4ce2cf1 into master Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants